BigCommerce · Schema

PageResponseObject

Response payload for the BigCommerce API.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-pageresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PageResponse",
  "title": "PageResponseObject",
  "description": "Response payload for the BigCommerce API.\n",
  "x-examples": {},
  "allOf": [
    {
      "properties": {
        "data": {
          "type": "object",
          "items": {
            "$ref": "#/components/schemas/Page"
          }
        },
        "meta": {
          "$ref": "#/components/schemas/ResponseMeta"
        }
      }
    }
  ],
  "type": "object"
}