Skip to content

Commit c186843

Browse files
committed
make more complex
1 parent 37432d2 commit c186843

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

test/schemas/complex-typeArray.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,20 @@
2222
}
2323
}
2424
}
25+
},
26+
"otherThing": {
27+
"type": ["null", "array"],
28+
"items": {
29+
"type":"string"
30+
}
31+
},
32+
"moreThing": {
33+
"type": ["null", "object"],
34+
"properties": {
35+
"name": {
36+
"type": "string"
37+
}
38+
}
2539
}
2640
}
2741
}

0 commit comments

Comments
 (0)