diff --git a/.spectral-oas.yml b/.spectral-oas.yml index f89d69160a..6764020de7 100644 --- a/.spectral-oas.yml +++ b/.spectral-oas.yml @@ -7,6 +7,6 @@ rules: severity: hint description: | This rule checks if the operationId in your API definitions follows camel case or is missing. - given: "$.paths.*.*" + given: "$..*.*" then: function: camara-casing-convention