Klaviyo · Schema

ProfileEventTrackedProperties

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
metric string
View JSON Schema on GitHub

JSON Schema

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