File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tools/spectral/ipa/rulesets Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313 Rule checks for the following conditions:
1414
1515 - All schema objects with type 'array' must have a maxItems property
16- - The maxItems value must be set to 100
16+ - The maxItems value must be set below the threshold of 100
1717
1818 ##### Function options
1919 - maxItems: Required integer parameter specifying the maximum allowed array size (default: 100)
Original file line number Diff line number Diff line change @@ -858,7 +858,7 @@ Array fields must have a maxItems property defined to enforce an upper bound on
858858Rule checks for the following conditions:
859859
860860 - All schema objects with type 'array' must have a maxItems property
861- - The maxItems value must be set to 100
861+ - The maxItems value must be set below the threshold of 100
862862
863863##### Function options
864864 - maxItems: Required integer parameter specifying the maximum allowed array size (default: 100)
You can’t perform that action at this time.
0 commit comments