BigCommerce · Schema

themeConfiguration_Write

A theme.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
variation_id string The Variation to which the Configuration belongs.
settings object The content of the configuration, which is a JSON object which will vary in structure from theme to theme.
View JSON Schema on GitHub

JSON Schema

bigcommerce-themeconfiguration-write-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/themeConfiguration_Write",
  "title": "themeConfiguration_Write",
  "description": "A theme.",
  "type": "object",
  "properties": {
    "variation_id": {
      "type": "string",
      "description": "The Variation to which the Configuration belongs."
    },
    "settings": {
      "type": "object",
      "description": "The content of the configuration, which is a JSON object which will vary in structure from theme to theme."
    }
  },
  "x-internal": false
}