UNPKG

xsd2json

Version:

Translate an XML Schema into equivalent JSON Schema

15 lines (14 loc) 227 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "allOf": [ { "$ref": "#/definitions/myType" } ], "definitions": { "myType": { "type": "string", "enum": [ "dog", "cat" ] } } }