UNPKG

xsd2json

Version:

Translate an XML Schema into equivalent JSON Schema

17 lines (16 loc) 253 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "orderid": { "type": "string" }, "orderperson": { "type": "string" } }, "required": [ "orderid", "orderperson" ], "type": "object" }