UNPKG

@hyperjump/json-schema

Version:

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

9 lines (7 loc) 165 B
export default { "$schema": "https://json-schema.org/v1", "title": "Format vocabulary meta-schema", "properties": { "format": { "type": "string" } } };