Files
api-specs/idn/beta/schemas/forms/FormDefinitionInput.yaml
GitHub Action Bot 1f9ccf319b Automated commit 'Merge pull request #1461 from sailpoint/devrel-1231
Devrel 1231' by github action: 6590689930
2023-10-20 17:10:31 +00:00

28 lines
819 B
YAML

properties:
id:
description: Unique identifier for the form input.
example: 00000000-0000-0000-0000-000000000000
type: string
x-go-name: ID
type:
description: |-
FormDefinitionInputType value.
STRING FormDefinitionInputTypeString
enum:
- STRING
example: STRING
type: string
x-go-enum-desc: STRING FormDefinitionInputTypeString
x-go-name: Type
label:
description: Name for the form input.
example: input1
type: string
x-go-name: Label
description:
description: Form input's description.
example: A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic
type: string
x-go-name: Description
type: object
x-go-package: github.com/sailpoint/sp-forms/domain