BigCommerce · Schema

placement_Put

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-placement-put-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/placement_Put",
  "title": "placement_Put",
  "allOf": [
    {
      "type": "object",
      "properties": {
        "template_file": {
          "type": "string",
          "description": "The template file that you would like to target."
        },
        "widget_uuid": {
          "type": "string",
          "description": "A widget identifier."
        },
        "channel_id": {
          "type": "integer",
          "description": "The ID of the channel on which this placement exists."
        }
      }
    },
    {
      "$ref": "#/components/schemas/placement_Base"
    }
  ],
  "x-internal": false
}