We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2840a commit f975393Copy full SHA for f975393
tools/spectral/ipa/rulesets/README.md
@@ -859,7 +859,10 @@ Rule checks for the following conditions:
859
860
- All schema objects with type 'array' must have a maxItems property
861
- The maxItems value must be set to 100
862
- - This validation threshold can be adjusted by changing the functionOptions.maxItems parameter
+
863
+##### Function options
864
+ - maxItems: Required integer parameter specifying the maximum allowed array size (default: 100)
865
+ - ignore: Required array parameter listing property names to be exempted from validation
866
867
868
0 commit comments