Remove an empty string from the enum template in openapi schema

This commit is contained in:
Jan Karwowski 2023-12-11 18:34:13 +01:00
parent 91c7cbffa4
commit 38eaaa6bc1

View File

@ -5866,7 +5866,6 @@
"StringEnumTemplate": {
"type": "string",
"enum": [
""
]
}
},