From 14affcf72d7444125d287d3a39155c5e649ed789 Mon Sep 17 00:00:00 2001 From: VijayKesharwani <122533719+VijayKesharwani@users.noreply.github.com> Date: Tue, 31 Oct 2023 20:17:54 +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 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