From 2960d1bd360c2758779413af5c0b16d10d605d38 Mon Sep 17 00:00:00 2001 From: Nico Kroll Date: Tue, 24 Feb 2026 09:41:23 +0100 Subject: [PATCH] Each branch has now hints --- src/v1/openapi.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/v1/openapi.yaml b/src/v1/openapi.yaml index e4160ac..6391540 100644 --- a/src/v1/openapi.yaml +++ b/src/v1/openapi.yaml @@ -4193,6 +4193,7 @@ components: - "GuidOnlineSchedulerService" - "GuidBranch" - "IsDefault" + - "Hints" properties: Guid: type: "string" @@ -4202,6 +4203,22 @@ components: type: "string" IsDefault: type: "string" + Hints: + type: "array" + items: + type: "object" + required: + - "AttentionLevel" + - "Hint" + properties: + AttentionLevel: + type: "string" + enum: + - "Low" + - "Mid" + - "High" + Hint: + type: "string" _HashValue: $ref: "#/components/schemas/_HashValue" example: