From f891d6f291358a97e2405d8cf32fc11255044c10 Mon Sep 17 00:00:00 2001 From: VijayKesharwani <122533719+VijayKesharwani@users.noreply.github.com> Date: Tue, 31 Oct 2023 19:00:46 +0530 Subject: [PATCH] Update .spectral-oas.yml --- .spectral-oas.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.spectral-oas.yml b/.spectral-oas.yml index 74b5c2917f..fc32ba6128 100644 --- a/.spectral-oas.yml +++ b/.spectral-oas.yml @@ -6,7 +6,7 @@ rules: message: "{{error}}" severity: hint description: | - This rule checks Operation ids should follow a specific case convention: camel case. - given: "$.paths.*.*" + This rule checks if the operationId in your API definitions follows camel case or is missing. + given: "$.paths..*" then: function: camara-casing-convention