hack-json-schema
hack-json-schema copied to clipboard
Support defining multiple non-structured data types in `type` field.
JSON schema supports defining multiple non-structured data types in the type
field. ie: "type": ["string", "null"]
.