Skip to content

v1.1.0

Choose a tag to compare

@BasilLangevin BasilLangevin released this 09 Feb 17:45
· 20 commits to main since this release

Increased schema strictness

This release adds "additionalProperties": false to each Data class schema, invalidating JSON that includes properties which aren't defined in the Data class.

Support for multiple not keywords in a union schema

Before this release, only the most recently-added not keyword would be kept in a union schema. Now, not subschemas are consolidated into a single not keyword.