this schema is known-broken, but hey

This commit is contained in:
trinity-1686a
2026-03-05 11:20:42 +01:00
parent dc8355d0f3
commit 84c1e189c4
+8 -30
View File
@@ -4351,36 +4351,14 @@
}
},
"WorkerStateResp": {
"oneOf": [
{
"type": "object",
"required": [
"throttled"
],
"properties": {
"throttled": {
"type": "object",
"required": [
"durationSecs"
],
"properties": {
"durationSecs": {
"type": "number",
"format": "float"
}
}
}
}
},
{
"type": "string",
"enum": [
"busy",
"idle",
"done"
]
}
]
{
"type": "string",
"enum": [
"busy",
"idle",
"done"
]
}
},
"ZoneRedundancy": {
"oneOf": [