Closed
Description
For example if we have array property:
{"data": ["a", "b"]}
And validation like:
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "string",
"enum": ["b", "c"]
}
}
}
}
Validation wrongly finished with success.
I will provide PR with test for that particular case.
Metadata
Metadata
Assignees
Labels
No labels