BigCommerce · Schema

typeBlog

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-typeblog-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/typeBlog",
  "title": "typeBlog",
  "description": "",
  "allOf": [
    {
      "$ref": "#/components/schemas/anyTypePage"
    },
    {
      "$ref": "#/components/schemas/pageMeta"
    },
    {
      "$ref": "#/components/schemas/searchKeywords"
    },
    {
      "properties": {
        "url": {
          "type": "string",
          "description": "Relative URL on the storefront for this page.\n",
          "example": "/blog/"
        }
      }
    }
  ]
}