The included data are the schema (in the shape of a {@link SchemaTree}, the instance to validate (in the shape of a {@link JsonTree} and a booleanindicating whether validation should go as deep as posssible.
If the boolean argument is false, then container children (array elements or object members) will not be validated if the container itself fails validation.
The {@link ProcessingMessage} template generated contains informationabout both the schema and instance.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|