UNPKG

xsd2json

Version:

Translate an XML Schema into equivalent JSON Schema

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