BigCommerce · Schema

The schema for the widget’s merchant-facing UI. For more information on the available schema settings, see [Widget UI Schema](/docs/storefront/widgets/input-reference/schema).

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-widgetschema-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/widgetSchema",
  "title": "",
  "type": "array",
  "description": "The schema for the widget\u2019s merchant-facing UI. For more information on the available schema settings, see [Widget UI Schema](/docs/storefront/widgets/input-reference/schema). ",
  "items": {
    "anyOf": [
      {
        "$ref": "#/components/schemas/widgetSchemaTab"
      },
      {
        "$ref": "#/components/schemas/widgetSchemaArray"
      },
      {
        "$ref": "#/components/schemas/widgetSchemaHidden"
      }
    ]
  },
  "x-internal": false
}