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 3a62aa1 commit 540de25Copy full SHA for 540de25
tools/spectral/ipa/rulesets/IPA-124.yaml
@@ -18,7 +18,7 @@ rules:
18
message: '{{error}} https://mdb.link/mongodb-atlas-openapi-validation#xgen-IPA-124-array-max-items'
19
severity: warn
20
resolved: false
21
- given: $..[?(@.type=="array")]
+ given: $..[?(@ && @.type === "array")]
22
then:
23
function: IPA124ArrayMaxItems
24
functionOptions:
0 commit comments