UNPKG

xsd2json

Version:

Translate an XML Schema into equivalent JSON Schema

16 lines (15 loc) 273 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "pets": { "type": "object", "properties": { "amount": { "type": "integer", "enum": [ 42 ] } }, "required": [ "amount" ] } } }