identical but maybe valid

This commit is contained in:
trinity-1686a
2026-03-05 23:41:20 +01:00
parent 41c943a6b1
commit 173a54a83c
+27
View File
@@ -4351,6 +4351,33 @@
}
},
"WorkerStateResp": {
"oneOf": [
{
"type": "object",
"required": [
"throttled"
],
"properties": {
"throttled": {
"type": "object",
"required": [
"durationSecs"
],
"properties": {
"durationSecs": {
"type": "number",
"format": "float"
}
}
}
}
},
{
"$ref": "#/components/schemas/WorkerStateRespStrs"
}
]
},
"WorkerStateRespStrs": {
"type": "string",
"enum": [
"busy",