JamesNK / Newtonsoft.Json.Schema

Json.NET Schema is a powerful, complete and easy to use JSON Schema framework for .NET
http://www.newtonsoft.com/jsonschema
Other
247 stars 107 forks source link

prefixItems of 2020-12 not supported #306

Closed jakubklimek closed 4 months ago

jakubklimek commented 1 year ago

In JSON Schema draft 2020-12, tuple validation uses prefixItems and items keywords instead of items and additionalItems. This is currently not supported by https://www.jsonschemavalidator.net/

JamesNK commented 4 months ago

Now supported.