BigCommerce · Schema

links_Full

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
previous string Link to the previous page returned in the response.
current string Link to the current page returned in the response.
next string Link to the next page returned in the response.
View JSON Schema on GitHub

JSON Schema

bigcommerce-links-full-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/links_Full",
  "title": "links_Full",
  "type": "object",
  "properties": {
    "previous": {
      "type": "string",
      "description": "Link to the previous page returned in the response.\n"
    },
    "current": {
      "type": "string",
      "description": "Link to the current page returned in the response.\n",
      "example": "?page=1&limit=50"
    },
    "next": {
      "type": "string",
      "description": "Link to the next page returned in the response.\n"
    }
  },
  "x-internal": false
}