UNPKG

xsd2json

Version:

Translate an XML Schema into equivalent JSON Schema

12 lines (11 loc) 220 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "description": { "type": "string", "description": "Some Text." } }, "required": [ "description" ] }