PostHog · Schema

AggregationAxisFormat

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

JSON Schema

posthog-aggregationaxisformat-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AggregationAxisFormat",
  "title": "AggregationAxisFormat",
  "enum": [
    "numeric",
    "duration",
    "duration_ms",
    "percentage",
    "percentage_scaled",
    "currency",
    "short"
  ],
  "type": "string"
}