Klaviyo · Schema

BackInStockProperties

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
tag_allowlist array
tag_blocklist array
View JSON Schema on GitHub

JSON Schema

klaviyo-backinstockproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BackInStockProperties",
  "title": "BackInStockProperties",
  "type": "object",
  "properties": {
    "tag_allowlist": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "tag_blocklist": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}