UNPKG

@hyperjump/json-schema

Version:

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

13 lines (10 loc) 306 B
export default { "$schema": "https://json-schema.org/validation", "title": "Content vocabulary meta-schema", "$dynamicAnchor": "meta", "properties": { "contentMediaType": { "type": "string" }, "contentEncoding": { "type": "string" }, "contentSchema": { "$dynamicRef": "meta" } } };