| Field | Type | Required | Description | Example |
|---|---|---|---|---|
stringValue |
Optional<String> | ➖ | The value that should be set in the FacetFilter when applying this filter to a search request. | engineering |
integerValue |
Optional<Long> | ➖ | N/A | 5 |
displayLabel |
Optional<String> | ➖ | An optional user-friendly label to display in place of the facet value. | engineering |
iconConfig |
Optional<IconConfig> | ➖ | Defines how to render an icon | { "color": "#343CED", "key": "person_icon", "iconType": "GLYPH", "name": "user" } |