The Selection option object type used in selection controls.
name
string
The label of the selection option.
Example: Adobe Reader
value
string
Provides a value if the option.
Example: ADOBE_READER
description
string
(optional) Provides help text describing what value.
Example: Adobe product
{
"name": "Adobe Reader",
"value": "ADOBE_READER",
"description": "Adobe product"
}