# InputFieldSelectOption

> A schema in the One API reference. Source: https://hub.ozow.com/api-reference/one-api/schemas/input-field-select-option/

## Fields

- `value` (string, required) - The underlying value of the select option.
- `label` (string, required) - The label of the option, this will be a user friendly message that can be displayed to the end user.
- `additionalLabel` (string) - If any additional information is available for the label, this will be a user friendly message that can be displayed to the end user.
