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

new option: strict mode: disallow unrecognized keywords #66

Closed karenetheridge closed 2 years ago

karenetheridge commented 2 years ago

it's easy to mess up writing a schema and get something in the wrong place. with strict mode, an error will be raised if there is an unrecognized keyword, making it easier to track down these issues.

karenetheridge commented 2 years ago

This was done in version 0.542.