Klaviyo · Schema

ProfilePredictiveAnalyticsChannelAffinityPriorityFilter

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
type string
operator string
value integer
View JSON Schema on GitHub

JSON Schema

klaviyo-profilepredictiveanalyticschannelaffinitypriorityfilter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProfilePredictiveAnalyticsChannelAffinityPriorityFilter",
  "title": "ProfilePredictiveAnalyticsChannelAffinityPriorityFilter",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "enum": [
        "numeric"
      ]
    },
    "operator": {
      "type": "string",
      "enum": [
        "equals"
      ]
    },
    "value": {
      "type": "integer"
    }
  },
  "required": [
    "type",
    "operator",
    "value"
  ]
}