BigCommerce · Schema

Theme Response

Response payload for the BigCommerce API.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
data object
meta object
View JSON Schema on GitHub

JSON Schema

bigcommerce-themeresponse-schema.json Raw ↑
{
  "$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
}