Home JsonSchema.Net.OpenApi
JsonSchema.Net.OpenApi
Cancel

JsonSchema.Net.OpenApi

3.1.0

Updated to use JsonSchema.Net v7.0.0, which contains breaking changes (release notes).

3.0.1

#720 - DiscriminatorKeyword constructor throws InvalidCastException.

3.0.0.x

#711 - Nuget package meta-data updates; no functional changes from previous version.

3.0.0

Updated for multi-framework support with .Net Standard 2.0 and .Net 8 with Native AOT support, including updating System.Text.Json from v6 to v8.

Breaking changes

Dropping support for .Net Standard 3.1 - May still be used, but exact behavior cannot be guaranteed.

2.1.0

#549 - Expose JSON converters for all types to support JSON source generation.

2.0.1

Keywords that support null values need to be registered as such so that they can be handled properly. Examples supports null values, but the registration of the keyword didn’t include the null-value regisration. This fix includes the null-value registration.

2.0.0

Updated in accordance with JsonSchema.Net v5.

1.1.0 (#326 / #389)

Updated to use JsonSchema.Net v4.

Added extensions for each keyword to enable easier keyword value access, e.g. schema.GetExample().

1.0.0

Initial release

Contents