Closed andreineculau closed 9 years ago
it looks like the instance "foo": {...} matches the pattern "foo": [], when in fact it should fail (expected array, got object)
"foo": {...}
"foo": []
it looks like the instance
"foo": {...}
matches the pattern"foo": []
, when in fact it should fail (expected array, got object)