You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added JsonSchemaReaderFactoryBuilder.withMetaschema() which can be used to explicitly specify metaschema against which JSON schemas will be validated while being read. (Issue #19 proposed by @dszier)
Changed
The single parameter of Keyword.getValueAsJson() was removed.
JsonSchemaBuilder.withDependencies() now accepts a Map<String, ?> typed parameter instead of Map<String, Object>.
JsonSchemaReaderFactoryBuilder.withStrictWithFormats() was renamed to withStrictFormats().
JsonSchemaReaderFactoryBuilder.withStrictWithKeywords() was renamed to withStrictKeywords().
[CLI] Revised console messages.
Fixed
Now every JSON schema and schema keyword retains its original JSON representation correctly, including custom keywords.