and again

This commit is contained in:
trinity-1686a
2026-03-05 23:44:11 +01:00
parent 173a54a83c
commit 45f44023a8
+22 -19
View File
@@ -4353,30 +4353,33 @@
"WorkerStateResp": {
"oneOf": [
{
"type": "object",
"required": [
"throttled"
],
"properties": {
"throttled": {
"type": "object",
"required": [
"durationSecs"
],
"properties": {
"durationSecs": {
"type": "number",
"format": "float"
}
}
}
}
},
"$ref": "#/components/schemas/Yolo"
},
{
"$ref": "#/components/schemas/WorkerStateRespStrs"
}
]
},
"Yolo": {
"type": "object",
"required": [
"throttled"
],
"properties": {
"throttled": {
"type": "object",
"required": [
"durationSecs"
],
"properties": {
"durationSecs": {
"type": "number",
"format": "float"
}
}
}
}
},
"WorkerStateRespStrs": {
"type": "string",
"enum": [