Klaviyo · Schema

ValuesData

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

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

JSON Schema

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