Skip to content

Commit 7652d22

Browse files
committed
bring back choices
1 parent c4e51cc commit 7652d22

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

api/openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,11 @@ components:
222222
default:
223223
type: string
224224
description: The default value for the input.
225+
choices:
226+
type: array
227+
items:
228+
type: string
229+
example: []
225230

226231
PositionalInput:
227232
description: A positional input is a value inserted verbatim into the command line.

0 commit comments

Comments
 (0)