UNPKG

@hyperjump/json-schema

Version:

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

11 lines (9 loc) 269 B
export default { "$schema": "https://json-schema.org/v1", "title": "Content vocabulary meta-schema", "properties": { "contentMediaType": { "type": "string" }, "contentEncoding": { "type": "string" }, "contentSchema": { "$dynamicRef": "meta" } } };