Skip to content

Releases: microsoft/jschema

v2.3.0

21 Feb 21:56
0c7a32e
Compare
Choose a tag to compare

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

21 Feb 19:17
7605ae5
Compare
Choose a tag to compare

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

13 Oct 18:42
537ea3d
Compare
Choose a tag to compare

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

08 Oct 00:54
7b6b059
Compare
Choose a tag to compare

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

02 May 23:52
2014df7
Compare
Choose a tag to compare
  • Update validator to use latest SARIF SDK (2.4.14).
  • Fixing wrong array logic.
  • Enable symbols.

v1.1.3

24 Feb 02:12
d0e41da
Compare
Choose a tag to compare
Migrating to netcoreapp3.1 (#143)

* Migrating to netcoreapp3.1

* Updating release history and fixing scripts