BigCommerce · Schema

new-model

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-new-model-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/new-model",
  "title": "new-model",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "type": {
        "type": "string"
      },
      "label": {
        "type": "string"
      },
      "id": {
        "type": "string"
      },
      "default": {
        "type": "integer"
      },
      "typeMeta": {
        "type": "string"
      },
      "conditional": {
        "$ref": "#/components/schemas/widgetSchemaConditional"
      }
    }
  },
  "x-internal": false
}