UNPKG

@adobe/jsonschema2md

Version:

Validate and document complex JSON Schemas the easy way.

14 lines 185 B
{ "type": "object", "properties": { "may": { "type": ["null", "boolean"] }, "must": { "type": "null" }, "constant": { "const": null } } }