UNPKG

xsd2json

Version:

Translate an XML Schema into equivalent JSON Schema

10 lines (9 loc) 145 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "name": { "type": "string" } } }