karenetheridge / JSON-Schema-Modern

Validate data against a schema using a JSON Schema
https://metacpan.org/release/JSON-Schema-Modern/
Other
10 stars 1 forks source link

trial config value to change the semantic meaning of unevaluatedProperties, unevaluatedItems #57

Open karenetheridge opened 2 years ago

karenetheridge commented 2 years ago

See https://github.com/json-schema-org/community/discussions/67. Add an experimental and undocumented config option to change unevaluatedProperties, unevaluatedItems to consider not just annotations at the instance location but errors as well, and test it against some big openapi documents with a small error to see how it changes the output result.

karenetheridge commented 2 years ago

In 0.548 the generation of annotations, and behaviour of applicator keywords in general, changed to align with clarified understanding of the specification and has mostly rendered this issue moot. More consideration shall be given during th ecreation of the next specification version.