BigCommerce · Schema

views

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
views integer Number of views the category has on the storefront.
View JSON Schema on GitHub

JSON Schema

bigcommerce-views-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/views",
  "title": "views",
  "type": "object",
  "properties": {
    "views": {
      "type": "integer",
      "description": "Number of views the category has on the storefront.\n",
      "example": 1050
    }
  }
}