UNPKG

xsd2json

Version:

Translate an XML Schema into equivalent JSON Schema

13 lines (12 loc) 202 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "dog": { "type": "string", "enum": [ "Border Collie", "Golden Retriever" ] } } }