{ "$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" }