PostHog · Schema

WebAnalyticsItemKind

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording
View JSON Schema on GitHub

JSON Schema

posthog-webanalyticsitemkind-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WebAnalyticsItemKind",
  "title": "WebAnalyticsItemKind",
  "enum": [
    "unit",
    "duration_s",
    "percentage",
    "currency"
  ],
  "type": "string"
}