From 93636527a84356d9cdd3bf7327ee1c2fade4125c Mon Sep 17 00:00:00 2001 From: DagonWat Date: Wed, 27 May 2026 13:31:06 +0200 Subject: [PATCH] Fix lint issue --- .spectral.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.spectral.yaml b/.spectral.yaml index 0a66cda..5043936 100644 --- a/.spectral.yaml +++ b/.spectral.yaml @@ -4,4 +4,4 @@ rules: # Disable validation of examples for non-JSON media types (like jsonl) # because Spectral tries to parse them as JSON and fails on multi-line/concatenated JSON oas3-valid-media-example: off - + duplicated-entry-in-enum: off