Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

Releases: microsoft/jschema

v2.3.0

Choose a tag to compare

@shaopeng-gh shaopeng-gh released this 21 Feb 21:56
0c7a32e

Microsoft Json Schema Packages

2.3.0 Pointer | Schema| Schema.ToDotNet| Schema.Validation

  • FEATURE: Added support to validate JSON against string format attribute from JSON Schema. #169

v2.2.0

Choose a tag to compare

@shaopeng-gh shaopeng-gh released this 21 Feb 19:17
7605ae5

2.2.0 Pointer | Schema| Schema.ToDotNet| Schema.Validation

  • BREAKING: .NET type to express Json integers now will be nullable if the property is not required and also without default. #167
  • FEATURE: Add new option for specifying .NET type to express Json numbers: --generate-json-number-as = double | float | decimal with a default of double. #166

v2.1.0

Choose a tag to compare

@EasyRhinoMSFT EasyRhinoMSFT released this 13 Oct 18:42
537ea3d

2.1.0 Pointer | Schema| Schema.ToDotNet| Schema.Validation

  • FEATURE: Add support for JSON Schema type uuid generate as C# nullable Guid?. #164

v2.0.0

Choose a tag to compare

@marmegh marmegh released this 08 Oct 00:54
7b6b059

2.0.0 Pointer | Schema| Schema.ToDotNet| Schema.Validation

  • Loosen Newtonsoft.JSON minimum version requirement from v13.0.1 to v9.0.1 Newtonsoft.Json. #157
  • FEATURE: Add support for JSON Schema type uuid. #132
  • FEATURE: Add new option for specifying .NET type to express Json integers: --generate-json-integer-as = int | long | biginteger | auto with a default of int. #158

v1.1.4

Choose a tag to compare

@marmegh marmegh released this 02 May 23:52
2014df7
  • Update validator to use latest SARIF SDK (2.4.14).
  • Fixing wrong array logic.
  • Enable symbols.

v1.1.3

Choose a tag to compare

@eddynaka eddynaka released this 24 Feb 02:12
d0e41da
Migrating to netcoreapp3.1 (#143)

* Migrating to netcoreapp3.1

* Updating release history and fixing scripts