From d85fd34183bdec3db7461fa3f25949fb7903900a Mon Sep 17 00:00:00 2001 From: Patrik Date: Thu, 21 Sep 2023 17:04:26 +0200 Subject: [PATCH] fix: default causing validation errors --- spec/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/config.json b/spec/config.json index a1a4c47b0da..fd989886bec 100644 --- a/spec/config.json +++ b/spec/config.json @@ -274,8 +274,7 @@ "required": ["name", "value"], "properties": { "in": { - "enum": ["header", "cookie"], - "default": "header" + "enum": ["header", "cookie"] }, "name": { "description": "The header or cookie name.",