File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 419
419
<xref target =" json-schema" >"contains"</xref > keyword. The first way is if
420
420
the annotation result is an array and the length of that array is less than
421
421
or equal to the "maxContains" value. The second way is if the annotation
422
- result is a boolean "true" and the instance length is less than or equal to
423
- the "maxContains" value.
422
+ result is a boolean "true" and the instance length (number of items or
423
+ properties) is less than or equal to the "maxContains" value.
424
424
</t >
425
425
</section >
426
426
438
438
<xref target =" json-schema" >"contains"</xref > keyword. The first way is if
439
439
the annotation result is an array and the length of that array is greater
440
440
than or equal to the "minContains" value. The second way is if the
441
- annotation result is a boolean "true" and the instance length is greater
442
- than or equal to the "minContains" value.
441
+ annotation result is a boolean "true" and the instance length (number of
442
+ items or properties) is greater than or equal to the "minContains" value.
443
443
</t >
444
444
<t >
445
445
A value of 0 is allowed, but is only useful for setting a range
You can’t perform that action at this time.
0 commit comments