BigCommerce · Schema

Response payload for the BigCommerce API.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
data array
meta object
View JSON Schema on GitHub

JSON Schema

bigcommerce-pagescollectionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PagesCollectionResponse",
  "title": "",
  "description": "Response payload for the BigCommerce API.\n",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "anyOf": [
          {
            "$ref": "#/components/schemas/typePage"
          },
          {
            "$ref": "#/components/schemas/typeBlog"
          },
          {
            "$ref": "#/components/schemas/typeContactForm"
          },
          {
            "$ref": "#/components/schemas/typeFeed"
          },
          {
            "$ref": "#/components/schemas/typeRaw"
          },
          {
            "$ref": "#/components/schemas/typeLink"
          }
        ]
      }
    },
    "meta": {
      "$ref": "#/components/schemas/ResponseMeta"
    }
  }
}