-
Notifications
You must be signed in to change notification settings - Fork 399
What's new
This page mentions what is new in version 2.0.x compared to the latest stable 1.6.x
This is the main and more impacting change. It means you have the full power of what json-schema-core offers at your disposal. See here for more information.
Note that the validation processor being a processor, it means you can use this processor (which you can retrieve using the .getProcessor()
method of JsonSchemaFactory
) in your own chains.
You can now validate schemas using a dedicated validator. This was not possible with 1.x.
The validation draft requires that it be possible. This library offers this possibility.
In 1.x, it was draft v3.
This will be reintroduced in a separate package. Unless someone writes a processor for that before I do...
This was possible with 1.x.
With 1.x, you could decide to override validation of JSON Schema's official meta schema URIs with your own. This is now forbidden.