edit openapi by hand 😭

This commit is contained in:
trinity-1686a
2026-03-05 11:03:58 +01:00
parent 1c12ca4caf
commit dc8355d0f3
+2 -12
View File
@@ -4352,12 +4352,6 @@
}, },
"WorkerStateResp": { "WorkerStateResp": {
"oneOf": [ "oneOf": [
{
"type": "string",
"enum": [
"busy"
]
},
{ {
"type": "object", "type": "object",
"required": [ "required": [
@@ -4381,12 +4375,8 @@
{ {
"type": "string", "type": "string",
"enum": [ "enum": [
"idle" "busy",
] "idle",
},
{
"type": "string",
"enum": [
"done" "done"
] ]
} }