Files
api-specs/idn/beta/schemas/Argument.yaml
GitHub Action Bot 7bdff85618 Automated commit 'PLTIN-3917: Updated API scopes (#1242)
PLTIN-3917: Updated API scopes' by github action: 4810361098
2023-04-26 15:12:47 +00:00

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