From 900e71f872feb9fded1618b4f249c0f059fe5574 Mon Sep 17 00:00:00 2001 From: VijayKesharwani <122533719+VijayKesharwani@users.noreply.github.com> Date: Tue, 31 Oct 2023 20:06:56 +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 bbf1074c87..076272f357 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: "$..operationId" + given: "$..paths[*]..operationId" then: function: camara-casing-convention