An object representing the options for fields.
Attribute | Type | Description | Applies To |
---|---|---|---|
| Array of Strings | All options that a user may select from a field. |
|
| Boolean | Whether or not an |
|
// T-shirt size options
{
"choices": ["Small", "Medium", "Large"],
"allows_other_writein": true
}