Mixpanel · Schema

RetentionResponse

AnalyticsData AnalysisEvent TrackingProduct AnalyticsUser Behavior
View JSON Schema on GitHub

JSON Schema

mixpanel-retentionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RetentionResponse",
  "title": "RetentionResponse",
  "type": "object",
  "additionalProperties": {
    "type": "object",
    "properties": {
      "counts": {
        "type": "array",
        "items": {
          "type": "integer"
        },
        "description": "Retention counts for each period"
      },
      "first": {
        "type": "integer",
        "description": "Number of users in the initial cohort"
      }
    }
  }
}