UNPKG

xsd2json

Version:

Translate an XML Schema into equivalent JSON Schema

11 lines (10 loc) 206 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "oneOf": [ { "type": "integer" }, { "type": "string" }, { "type": "number" }, { "type": "boolean" }, { "type": "null" } ] }