From d13c0ea915dfceeda0003247f5a513df9787429d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 18 Jan 2026 06:42:13 +0000 Subject: chore: generate --- packages/sdk/openapi.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'packages/sdk/openapi.json') diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json index a307a666e..104cedce1 100644 --- a/packages/sdk/openapi.json +++ b/packages/sdk/openapi.json @@ -7163,7 +7163,8 @@ "properties": { "label": { "description": "Display text (1-5 words, concise)", - "type": "string" + "type": "string", + "maxLength": 30 }, "description": { "description": "Explanation of choice", @@ -7180,9 +7181,9 @@ "type": "string" }, "header": { - "description": "Very short label (max 12 chars)", + "description": "Very short label (max 30 chars)", "type": "string", - "maxLength": 12 + "maxLength": 30 }, "options": { "description": "Available choices", -- cgit v1.2.3