A filter based on product review ratings.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EnabledRatingFilter", "title": "EnabledRatingFilter", "description": "A filter based on product review ratings.", "type": "object", "properties": { "collapsed_by_default": { "type": "boolean" }, "display_name": { "type": "string" }, "id": { "type": "string" }, "is_enabled": { "type": "boolean" }, "type": { "type": "string", "enum": [ "rating" ] } }, "x-internal": false }