choice-definition Object
- Last Updated: October 21, 2024
- 1 minute read
- Hybrid Data Pipeline
- Version 5.0
- Documentation
Purpose
Describes the choices available for an option.
Syntax
{choice-definition
{
"id": <choice-value>,
"name": <display-value>
}
}
choice-definition Object Descriptions
| Parameter | Valid Values | Required |
|---|---|---|
| id | The value to be used when setting the data source option if this choice is selected. | Yes |
| name | A user-friendly version of the option value that can be used to display to the user. | Yes |