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 d20ec7e commit 53e6691Copy full SHA for 53e6691
isp-rules.yaml
@@ -142,7 +142,7 @@ rules:
142
severity: error
143
# 429 returns from the API Gateway, so we exclude it
144
description: Errors must be problem+JSON or text/plain and include a "detail" field
145
- given: $..responses.[?(@property.toString().startsWith("4") || @property.toString() === "500") && @property.toString() != "429"]
+ given: $..responses.[?((@property.toString().startsWith("4") || @property.toString() === "500") && @property.toString() != "429")]
146
then:
147
- field: content
148
function: truthy
0 commit comments