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

sanity test of all bundled metaschemas #60

Closed karenetheridge closed 2 years ago

karenetheridge commented 2 years ago

with the new $document->validate interface in 0.524, it would be very easy to have an author/release test that loaded up each bundled metaschema in turn and ran ->validate on it. This would check errors like the bad $schema keyword in draft2019-09/links (https://github.com/json-schema-org/json-schema-spec/issues/1120#issuecomment-963552245).

karenetheridge commented 2 years ago

This was done in version 0.525.