You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`filters`| List[[models.PlatformFilterFieldInfo](../models/platformfilterfieldinfo.md)]|:heavy_check_mark:| Common built-in filter fields for this datasource. May be empty. Absence of a public built-in here does not make that field invalid in `POST /api/search`.<br/> ||
| `field` | *str* | :heavy_check_mark: | Field name usable in the `filters` array for `POST /api/search`. | status |
9
+
| `type` | *str* | :heavy_check_mark: | Open field-type string. Current values are `STRING` and `USER`. Clients must tolerate unknown values.<br/> | STRING |
10
+
| `operators` | List[[models.PlatformFilterOperator](../models/platformfilteroperator.md)] | :heavy_check_mark: | Supported comparison operators for this field. | |
11
+
| `values` | List[*str*] | :heavy_minus_sign: | Bounded, non-exhaustive facet values for this field. Omitted in catalog-only responses. Present as an array, including `[]`, when query-backed discovery executes. An empty array does not imply that no valid value exists.<br/> | |
0 commit comments