BigCommerce · Schema

AvailableNormalFilter

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
id string
name string
product_count integer
type string
View JSON Schema on GitHub

JSON Schema

bigcommerce-availablenormalfilter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AvailableNormalFilter",
  "title": "AvailableNormalFilter",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "product_count": {
      "type": "integer"
    },
    "type": {
      "type": "string",
      "enum": [
        "category",
        "brand",
        "rating",
        "product"
      ]
    }
  },
  "x-tags": [
    "Models"
  ]
}