mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
19 lines
393 B
YAML
19 lines
393 B
YAML
type: object
|
|
nullable: true
|
|
properties:
|
|
name:
|
|
type: string
|
|
description: the name of the argument
|
|
example: firstName
|
|
description:
|
|
type: string
|
|
description: the description of the argument
|
|
example: the first name of the identity
|
|
type:
|
|
type: string
|
|
nullable: true
|
|
description: the programmatic type of the argument
|
|
example: String
|
|
required:
|
|
- name
|