jhthorsen / json-validator

:cop: Validate data against a JSON schema
https://metacpan.org/release/JSON-Validator
56 stars 57 forks source link

Add support for unevaluatedItems and unevaluatedProperties #225

Closed jhthorsen closed 3 years ago

jhthorsen commented 3 years ago

JSON::Validator::Schema::Draft201909 does not know how to track annotations and because of that unable to validate unevaluatedItems and unevaluatedProperties.

PR can be created seperately for annotations, unevaluatedItems and unevaluatedProperties.

jhthorsen commented 3 years ago

Closing this in favor of #247.