PostHog · Schema

FunnelVizType

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

JSON Schema

posthog-funnelviztype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FunnelVizType",
  "title": "FunnelVizType",
  "enum": [
    "steps",
    "time_to_convert",
    "trends",
    "flow"
  ],
  "type": "string"
}