A validator is a function is passed a schema and some data to validate against the it. Errors if your schema contains $refs. Use the json-schema-tools/dereferencer beforehand. Circular references are handled.
the schema to validate against
the data to apply the schema to
Generated using TypeDoc
A validator is a function is passed a schema and some data to validate against the it. Errors if your schema contains $refs. Use the json-schema-tools/dereferencer beforehand. Circular references are handled.