Klaviyo · Schema

ListsAndSegmentsProperties

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
allow_list array
deny_list array
View JSON Schema on GitHub

JSON Schema

klaviyo-listsandsegmentsproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListsAndSegmentsProperties",
  "title": "ListsAndSegmentsProperties",
  "type": "object",
  "properties": {
    "allow_list": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "nullable": true
    },
    "deny_list": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "nullable": true
    }
  }
}