OptionItem
One value the resolver returned. `value` is what to send back via Configure Action; `label` is the human-readable text. `extras` carries integration-specific metadata when present (Salesforce field metadata, HubSpot property type, etc.).
Properties
valuestringrequiredThe value to send back via Configure Action.
labelstringrequiredHuman-readable label for the option.
extrasobjectPer-integration metadata. Shape varies by integration — use it for richer rendering when needed.
Example
OptionItem example
{
"value": "string",
"label": "string",
"extras": {}
}