leadpony / justify

Justify is a JSON validator based on JSON Schema Specification and Jakarta JSON Processing API (JSON-P).
Apache License 2.0
96 stars 18 forks source link

withStrictKeywords​(true) too strict with keywords #25

Closed leadpony closed 5 years ago

leadpony commented 5 years ago

When this option is enabled, schema reader reports each key of properties keyword wrongly as an unknown keyword and stop reading.

leadpony commented 5 years ago

1.1.0 has been released, which fixes this issue.