BigCommerce · Schema

typePage

Schema for a Pages V3 page with `type: page`

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-typepage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/typePage",
  "title": "typePage",
  "description": "Schema for a Pages V3 page with `type: page`\n",
  "allOf": [
    {
      "$ref": "#/components/schemas/anyTypePage"
    },
    {
      "$ref": "#/components/schemas/pageMeta"
    },
    {
      "$ref": "#/components/schemas/searchKeywords"
    }
  ]
}