Validates given JSON value against given JSON schema.
value
schema
The JSON schema
The JSON value to validate
Optional
A name or title for the value. Used in the error message.
JsonValidationError - If a validation error occurs.
Generated using TypeDoc
Validates given JSON
value
against given JSONschema
.