mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
31 lines
691 B
YAML
31 lines
691 B
YAML
type: object
|
|
properties:
|
|
helpText:
|
|
type: string
|
|
description: Describes the form field in the UI
|
|
example: The name to give to this certification campaign.
|
|
label:
|
|
type: string
|
|
description: A human readable name for this form field in the UI
|
|
example: Campaign Name
|
|
name:
|
|
type: string
|
|
description: The name of the input attribute
|
|
example: name
|
|
required:
|
|
type: boolean
|
|
description: Denotes if this field is a required attribute
|
|
example: false
|
|
type:
|
|
description: The type of the form field
|
|
enum:
|
|
- text
|
|
- textarea
|
|
- boolean
|
|
- email
|
|
- url
|
|
- number
|
|
- json
|
|
- checkbox
|
|
example: text
|