UNPKG

@hyperjump/json-schema

Version:

A JSON Schema validator with support for custom keywords, vocabularies, and dialects

6 lines (4 loc) 188 B
const id = "https://json-schema.org/keyword/draft-04/exclusiveMaximum"; const compile = (schema) => schema.value; const interpret = () => true; export default { id, compile, interpret };