FieldOptionDto
Option for select/dropdown/radio fields
valuestring
The unique value to represent the option
Example:
123labelstring
The display label for the option
Example:
Option AFieldOptionDto
{
"value": 123,
"label": "Option A"
}