rbs_json_schema
rbs_json_schema copied to clipboard
Improved schema validation
Fixing a couple of validation issues
-
I had a schema that had
anyOfinstead ofoneOf. -
Extracted the
case tyto its own function so that"type": ["null", "string"]works.
This is built on PR #3.