ConstraintCategory
Defines category-based constraints, typically used for filtering or refining recommendations.
Fields
| Property | Required | Type | Description |
|---|---|---|---|
| anyOf | False | List[Category] | Item must match at least one of these categories. |
| allOf | False | List[Category] | Item must match all of these categories. |
| noneOf | False | List[Category] | Item must not match any of these categories. |
| ignore | False | List[Category] | Disables criteria that could otherwise be detected and applied automatically during the recommendation process. |