UNPKG

xsd2json

Version:

Translate an XML Schema into equivalent JSON Schema

18 lines (17 loc) 301 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "pets": { "type": "object", "properties": { "value": { "type": "string" }, "amount": { "type": "integer" } }, "required": ["value"] } } }