BigCommerce · Schema

EnabledRatingFilter

A filter based on product review ratings.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
collapsed_by_default boolean
display_name string
id string
is_enabled boolean
type string
View JSON Schema on GitHub

JSON Schema

bigcommerce-enabledratingfilter-schema.json Raw ↑
{
  "$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
}