Klaviyo · Schema

IsSetExistenceFilter

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

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

JSON Schema

klaviyo-issetexistencefilter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IsSetExistenceFilter",
  "title": "IsSetExistenceFilter",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "enum": [
        "existence"
      ]
    },
    "operator": {
      "type": "string",
      "enum": [
        "is-set"
      ]
    }
  },
  "required": [
    "type",
    "operator"
  ]
}