Document representing a search refinement attribute.
Property | Type | Constraints | Description |
---|---|---|---|
attribute_id |
String | mandatory=true, nullable=false | The id of the search refinement attribute. In the case of an attribute refinement, this is the attribute id. Custom attributes are marked by the prefix "c_". |
label |
Localized<String> | The localized label of the refinement. | |
values |
[ContentSearchRefinementValue] | The sorted array of refinement values. The array can be empty. |