BigCommerce · Schema

WidgetTemplatePreview

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
widget_configuration object The JSON data that populates the template.
View JSON Schema on GitHub

JSON Schema

bigcommerce-widgettemplatepreview-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WidgetTemplatePreview",
  "title": "WidgetTemplatePreview",
  "properties": {
    "widget_configuration": {
      "type": "object",
      "description": "The JSON data that populates the template.",
      "format": "json"
    }
  },
  "x-tags": [
    "Models"
  ]
}