File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 524
524
against the entire instance.
525
525
</t >
526
526
<t >
527
- If the dependency value is an array, it MUST have at least one element, each
528
- element MUST be a string, and elements in the array MUST be unique. If the
529
- 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 MUST be a string,
528
+ and elements in the array MUST be unique. If the dependency key is
529
+ a property in the instance, each of the items in the dependency
530
530
value must be a property that exists in the instance.
531
531
</t >
532
532
</section >
Original file line number Diff line number Diff line change 22
22
"type" : " array" ,
23
23
"items" : { "type" : " string" },
24
24
"uniqueItems" : true
25
- },
26
- "nonEmptyStringArray" : {
27
- "allOf" : [ { "$ref" : " #/definitions/stringArray" }, { "minItems" : 1 } ]
28
25
}
29
26
},
30
27
"type" : " object" ,
120
117
"additionalProperties" : {
121
118
"anyOf" : [
122
119
{ "$ref" : " #" },
123
- { "$ref" : " #/definitions/nonEmptyStringArray " }
120
+ { "$ref" : " #/definitions/stringArray " }
124
121
]
125
122
}
126
123
},
You can’t perform that action at this time.
0 commit comments