From b12290ab2bd0ef54efbcb0aac015e459fbd06cec Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Wed, 20 Oct 2021 09:54:24 +0100 Subject: [PATCH] Don't need a default value if we only have one enum --- docs/api/DLUHC-CORE-Data.v1.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/api/DLUHC-CORE-Data.v1.json b/docs/api/DLUHC-CORE-Data.v1.json index 93873abba..8a2b02fc7 100644 --- a/docs/api/DLUHC-CORE-Data.v1.json +++ b/docs/api/DLUHC-CORE-Data.v1.json @@ -56,8 +56,7 @@ "type": "string", "enum": [ "application/json" - ], - "default": "application/json" + ] }, "in": "header", "name": "Accept", @@ -135,7 +134,6 @@ { "schema": { "type": "string", - "default": "application/json", "enum": [ "application/json" ] @@ -177,7 +175,6 @@ { "schema": { "type": "string", - "default": "application/json", "enum": [ "application/json" ] @@ -243,7 +240,6 @@ "schema": { "type": "string", "pattern": "application/json", - "default": "application/json", "enum": [ "application/json" ]