BigCommerce · Schema

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

bigcommerce-widgettemplatepreviewresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WidgetTemplatePreviewResponse",
  "title": "",
  "type": "object",
  "properties": {
    "data": {
      "properties": {
        "html": {
          "type": "string",
          "description": "The HTML render of the widget template.",
          "format": "html"
        }
      }
    }
  },
  "x-tags": [
    "Models"
  ]
}