From 08efd49ead319bed5119dcee641c2981b5be5f0d Mon Sep 17 00:00:00 2001 From: Eric De Carufel Date: Wed, 17 Apr 2024 17:06:57 -0400 Subject: [PATCH] Added rules to support client generation --- .spectral.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.spectral.yaml b/.spectral.yaml index 047649a..ec8ee4a 100644 --- a/.spectral.yaml +++ b/.spectral.yaml @@ -5,6 +5,8 @@ rules: no-eval-in-markdown: true no-script-tags-in-markdown: true openapi-tags-uniqueness: true + operation-operationId: true + operation-operationId-valid-in-url: true operation-operationId-unique: true operation-success-response: true path-keys-no-trailing-slash: true