API ReferenceSchemas
ClientFieldOptions
Options for choice-type client fields.
Options for choice-type client fields.
Example
{ "allow_other": false, "choices": [ { "id": "opt_a1b2c3d4e5f6", "label": "Option A" } ]}Whether to allow a free-text "other" option.
The list of choices.