File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 461
461
An object instance is valid against this keyword if its
462
462
property set contains all elements in this keyword's array value.
463
463
</t >
464
+ <t >
465
+ If this keyword is not present, it may be considered present
466
+ as an empty array.
467
+ </t >
464
468
</section >
465
469
466
470
<section title =" properties" >
604
608
</section >
605
609
606
610
<section title =" anyOf" >
607
- <t >
611
+ <t >
608
612
This keyword's value MUST be an array. This array MUST have at least one
609
613
element.
610
614
</t >
Original file line number Diff line number Diff line change 32
32
"stringArray" : {
33
33
"type" : " array" ,
34
34
"items" : { "type" : " string" },
35
- "uniqueItems" : true
35
+ "uniqueItems" : true ,
36
+ "defaultItems" : []
36
37
}
37
38
},
38
39
"type" : " object" ,
You can’t perform that action at this time.
0 commit comments