API ReferenceSchemas
FieldOptions
Options for choice-type fields (select, radio, checkbox).
Options for choice-type fields (select, radio, checkbox).
Example
{ "allow_other": false, "choices": [ { "id": "opt_abc123", "label": "Option A" } ]}