BigCommerce · Schema

widget_Full

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-widget-full-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/widget_Full",
  "title": "widget_Full",
  "allOf": [
    {
      "$ref": "#/components/schemas/widget_Base"
    },
    {
      "type": "object",
      "properties": {
        "uuid": {
          "type": "string",
          "format": "uuid",
          "description": "The primary identifier."
        },
        "widget_template": {
          "$ref": "#/components/schemas/widgetTemplate_Full"
        },
        "date_created": {
          "type": "string",
          "format": "date-time",
          "description": "The date on which this object was initially created."
        },
        "date_modified": {
          "type": "string",
          "format": "date-time",
          "description": "The date on which this object was last updated."
        },
        "version_uuid": {
          "type": "string",
          "description": "The identifier of the widget template version associated with this widget."
        },
        "channel_id": {
          "type": "integer",
          "description": "The ID of the channel on which this widget exists."
        }
      }
    }
  ],
  "x-internal": false
}