Klaviyo · Schema

RedirectProperties

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
list_id string
url string
new_window boolean
View JSON Schema on GitHub

JSON Schema

klaviyo-redirectproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RedirectProperties",
  "title": "RedirectProperties",
  "type": "object",
  "properties": {
    "list_id": {
      "type": "string",
      "nullable": true
    },
    "url": {
      "type": "string"
    },
    "new_window": {
      "type": "boolean",
      "default": false
    }
  },
  "required": [
    "url"
  ]
}