Klaviyo · Schema

URLPatternsProperties

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

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

JSON Schema

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