Skip to content

Commit 0209cd7

Browse files
docs fix
1 parent f975393 commit 0209cd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/spectral/ipa/rulesets/IPA-124.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rules:
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)

tools/spectral/ipa/rulesets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ Array fields must have a maxItems property defined to enforce an upper bound on
858858
Rule 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)

0 commit comments

Comments
 (0)