Skip to content

Commit eea7f24

Browse files
committed
arrays have characters too
1 parent 7c02d06 commit eea7f24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/draft2019-09/unevaluatedProperties.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"allOf": [
88
{
99
"properties": {
10-
"foo": { "type": "string", "null" },
11-
"bar": { "type": "string", "null" }
10+
"foo": { "type": ["string", "null"] },
11+
"bar": { "type": ["string", "null"] }
1212
}
1313
},
1414
{

0 commit comments

Comments
 (0)