Response payload for the BigCommerce API.
{ "$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" } } }