UNPKG

@hyperjump/json-schema

Version:

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

10 lines (8 loc) 252 B
export default { "$schema": "https://json-schema.org/v1", "title": "Unevaluated applicator vocabulary meta-schema", "properties": { "unevaluatedItems": { "$dynamicRef": "meta" }, "unevaluatedProperties": { "$dynamicRef": "meta" } } };