Klaviyo · Schema

SeriesData

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
groupings object Applied groupings and the values for this object
statistics object Requested statistics and their series result
View JSON Schema on GitHub

JSON Schema

klaviyo-seriesdata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SeriesData",
  "title": "SeriesData",
  "type": "object",
  "properties": {
    "groupings": {
      "description": "Applied groupings and the values for this object",
      "type": "object"
    },
    "statistics": {
      "description": "Requested statistics and their series result",
      "type": "object"
    }
  },
  "required": [
    "groupings",
    "statistics"
  ]
}