UNPKG

@hyperjump/json-schema

Version:

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

17 lines (14 loc) 423 B
export default { "$schema": "https://json-schema.org/validation", "title": "Meta-data vocabulary meta-schema", "$dynamicAnchor": "meta", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "default": true, "deprecated": { "type": "boolean" }, "readOnly": { "type": "boolean" }, "writeOnly": { "type": "boolean" }, "examples": { "type": "array" } } };