BigCommerce · Schema

MetaWithFullPagination

Data about the response, including pagination.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
pagination object
View JSON Schema on GitHub

JSON Schema

bigcommerce-metawithfullpagination-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MetaWithFullPagination",
  "title": "MetaWithFullPagination",
  "type": "object",
  "description": "Data about the response, including pagination.",
  "properties": {
    "pagination": {
      "$ref": "#/components/schemas/pagination_Full"
    }
  },
  "x-internal": false
}