Validate an instance against a schema and get error messages in one step instead
of getting output from validation and passing it to jsonSchemaErrors. The
function is curried so you can compile the schema one time and evaluate multiple
instances against the same compiled schema.
Ideally, this function should be in @hyperjump/json-schema instead and this will
be removed in the future.
Validate an instance against a schema and get error messages in one step instead of getting output from validation and passing it to jsonSchemaErrors. The function is curried so you can compile the schema one time and evaluate multiple instances against the same compiled schema.
Ideally, this function should be in @hyperjump/json-schema instead and this will be removed in the future.