From 189f78748fcfb9961862ed5a0a6f40fad3a57647 Mon Sep 17 00:00:00 2001 From: VijayKesharwani <122533719+VijayKesharwani@users.noreply.github.com> Date: Tue, 31 Oct 2023 18:49:45 +0530 Subject: [PATCH] Update .spectral-oas.yml --- .spectral-oas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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