UNPKG

xsd2json

Version:

Translate an XML Schema into equivalent JSON Schema

9 lines (8 loc) 175 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "integer", "maximum": 127, "exclusiveMaximum": false, "minimum": -128, "exclusiveMinimum": false }