diff options
| author | GitHub Action <[email protected]> | 2026-01-18 06:42:13 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2026-01-18 06:42:13 +0000 |
| commit | d13c0ea915dfceeda0003247f5a513df9787429d (patch) | |
| tree | 6b5b2f329ce64c01e1caf9489d48b9e1d397923c /packages/sdk/openapi.json | |
| parent | 3591372c45a8cfb3114d0f221f4ea8d51c527103 (diff) | |
| download | opencode-d13c0ea915dfceeda0003247f5a513df9787429d.tar.gz opencode-d13c0ea915dfceeda0003247f5a513df9787429d.zip | |
chore: generate
Diffstat (limited to 'packages/sdk/openapi.json')
| -rw-r--r-- | packages/sdk/openapi.json | 7 |
1 files changed, 4 insertions, 3 deletions
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", |
