UNPKG

xsd2json

Version:

Translate an XML Schema into equivalent JSON Schema

11 lines (10 loc) 170 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "dog": { "minLength": 5, "maxLength": 10, "type": "string" } } }