From 38eaaa6bc1365b4848c1fe176db67a21e21131b5 Mon Sep 17 00:00:00 2001 From: Jan Karwowski Date: Mon, 11 Dec 2023 18:34:13 +0100 Subject: [PATCH] Remove an empty string from the enum template in openapi schema --- grocy.openapi.json | 1 - 1 file changed, 1 deletion(-) diff --git a/grocy.openapi.json b/grocy.openapi.json index 2b588de8..9dabbc05 100644 --- a/grocy.openapi.json +++ b/grocy.openapi.json @@ -5866,7 +5866,6 @@ "StringEnumTemplate": { "type": "string", "enum": [ - "" ] } },