PostHog · Schema

AppMetricsTotalsResponse

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
totals object
View JSON Schema on GitHub

JSON Schema

posthog-appmetricstotalsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AppMetricsTotalsResponse",
  "title": "AppMetricsTotalsResponse",
  "type": "object",
  "properties": {
    "totals": {
      "type": "object",
      "additionalProperties": {
        "type": "integer"
      }
    }
  },
  "required": [
    "totals"
  ]
}