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

Related topics