You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/openapi.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -244,13 +244,13 @@ components:
244
244
- type: object
245
245
required:
246
246
- type
247
-
- name
247
+
- name_hint
248
248
properties:
249
249
type:
250
250
type: string
251
251
enum: [positional]
252
252
example: "positional"
253
-
name:
253
+
name_hint:
254
254
type: string
255
255
description: Name of the positional argument. This is not part of the command line, but can be used for reference by client configuration and used to hint users.
256
256
example: file_path
@@ -266,13 +266,13 @@ components:
266
266
- type: object
267
267
required:
268
268
- type
269
-
- flag
269
+
- name
270
270
properties:
271
271
type:
272
272
type: string
273
273
enum: [named]
274
274
example: "named"
275
-
flag:
275
+
name:
276
276
type: string
277
277
example: "--port"
278
278
is_repeated:
@@ -287,7 +287,7 @@ components:
287
287
required:
288
288
- name
289
289
properties:
290
-
key:
290
+
name:
291
291
type: string
292
292
description: Name of the header or environment variable.
0 commit comments