Response payload for the BigCommerce API.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ThemeResponse", "title": "Theme Response", "description": "Response payload for the BigCommerce API.\n", "type": "object", "properties": { "data": { "$ref": "#/components/schemas/Theme" }, "meta": { "$ref": "#/components/schemas/CollectionMeta" } }, "x-internal": false }