| Name | Type | Description | Notes |
|---|---|---|---|
| operator | string | Value to send as the condition `operator`. | |
| description | string | ||
| inputType | string | Shape of the value this operator expects, useful for rendering an input. | |
| example | string | An example value in the format this operator expects. | |
| enumValues | array<string,string> | The values this operator accepts, keyed by the value to send. Only present when the operator is constrained to a fixed set, such as a tag or campaign picker. |