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" >
615
619
</section >
616
620
617
621
<section title =" anyOf" >
618
- <t >
622
+ <t >
619
623
This keyword's value MUST be an array. This array MUST have at least one
620
624
element.
621
625
</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" , " boolean" ],
You can’t perform that action at this time.
0 commit comments