Klaviyo · Schema

ContentRepeatV1

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
repeat_for string
item_alias string
View JSON Schema on GitHub

JSON Schema

klaviyo-contentrepeatv1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ContentRepeatV1",
  "title": "ContentRepeatV1",
  "type": "object",
  "properties": {
    "repeat_for": {
      "type": "string"
    },
    "item_alias": {
      "type": "string"
    }
  },
  "required": [
    "repeat_for",
    "item_alias"
  ]
}