File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 435
435
436
436
<section title =" required" >
437
437
<t >
438
- The value of this keyword MUST be an array. This array MUST have at
439
- least one element. Elements of this array MUST be strings, and MUST be
440
- unique.
438
+ The value of this keyword MUST be an array. Elements of this array,
439
+ if any, MUST be strings, and MUST be unique.
441
440
</t >
442
441
<t >
443
442
An object instance is valid against this keyword if its
525
524
against the entire instance.
526
525
</t >
527
526
<t >
528
- If the dependency value is an array, it MUST have at least one element, each
529
- element MUST be a string, and elements in the array MUST be unique. If the
530
- dependency key is a property in the instance, each of the items in the dependency
527
+ If the dependency value is an array, each element in the array,
528
+ if any, MUST be a string, and MUST be unique. If the dependency key is
529
+ a property in the instance, each of the items in the dependency
531
530
value must be a property that exists in the instance.
532
531
</t >
533
532
</section >
Original file line number Diff line number Diff line change 21
21
"stringArray" : {
22
22
"type" : " array" ,
23
23
"items" : { "type" : " string" },
24
- "minItems" : 1 ,
25
24
"uniqueItems" : true
26
25
}
27
26
},
You can’t perform that action at this time.
0 commit comments