JsonSchema.check.writeable
Given a JSON Schema spec, returns a validation function in stringified form.
Pros:
JsonSchema.check
Cons:
See also:
JsonSchema.check.classic
Optional
JsonSchema.check.writeable
Given a JSON Schema spec, returns a validation function in stringified form.
Pros:
JsonSchema.check.writeable
has the same performance asJsonSchema.check
and works in any environmentCons:
See also:
JsonSchema.check
JsonSchema.check.classic