From 45f44023a8d837565853ed8dd118e95a30a69f33 Mon Sep 17 00:00:00 2001 From: trinity-1686a Date: Thu, 5 Mar 2026 23:44:11 +0100 Subject: [PATCH] and again --- doc/api/garage-admin-v2.json | 41 +++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 19 deletions(-) diff --git a/doc/api/garage-admin-v2.json b/doc/api/garage-admin-v2.json index 1aa53095..0081bf34 100644 --- a/doc/api/garage-admin-v2.json +++ b/doc/api/garage-admin-v2.json @@ -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": [