Releases: microsoft/jschema
Releases · microsoft/jschema
v2.3.0
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
2.2.0 Pointer | Schema| Schema.ToDotNet| Schema.Validation
v2.1.0
2.1.0 Pointer | Schema| Schema.ToDotNet| Schema.Validation
- FEATURE: Add support for JSON Schema type
uuid
generate as C# nullableGuid?
. #164
v2.0.0
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 ofint
. #158