UNPKG

xsd2json

Version:

Translate an XML Schema into equivalent JSON Schema

13 lines (12 loc) 180 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "yesno": { "type": "string", "enum": [ "yes", "no" ] } } }