Closed
Description
When trying to validate against a JSON schema containing anyOf
type, the parser throw an error.
{
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"key1": {
"anyOf": [
{
"type": "string"
},
{
"type": "object"
}
]
}
},
"additionalProperties": false
}
throws undefined unsupported
.
I'll make a PR with a failing test case so it can be clearer.
Metadata
Metadata
Assignees
Labels
No labels