| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The configurations of the matching conditions. | ||
| type | string | The match type. Query and Header parameters can be matched. | Query |
| key | string | The key of the matching condition. | color |
| value | string | The value of the matching condition. | gray |
| operator | string | The operator. Exact match, prefix match, and regular expressions are supported. Valid values:
| equal |