diff --git a/.spectral-oas.yml b/.spectral-oas.yml index 60a4a56a6a..74b5c2917f 100644 --- a/.spectral-oas.yml +++ b/.spectral-oas.yml @@ -7,6 +7,6 @@ rules: severity: hint description: | This rule checks Operation ids should follow a specific case convention: camel case. - given: "$..[?(@.operationId)]" + given: "$.paths.*.*" then: function: camara-casing-convention