Skip to content

Commit 368afdf

Browse files
committed
rm UserInput array format
1 parent 4fc5ee0 commit 368afdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ components:
213213
format:
214214
type: string
215215
description: Input format. Includes a variety of standardized formats, including `filepath`, which should be interpreted as a file on the user's filesystem.
216-
enum: [string, number, boolean, array, filepath]
216+
enum: [string, number, boolean, filepath]
217217
default: string
218218
value:
219219
type: string

0 commit comments

Comments
 (0)