PostHog · Schema

InsightTypeEnum

* `trends` - trends * `funnel` - funnel * `retention` - retention * `sql` - sql

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

JSON Schema

posthog-insighttypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InsightTypeEnum",
  "title": "InsightTypeEnum",
  "enum": [
    "trends",
    "funnel",
    "retention",
    "sql"
  ],
  "type": "string",
  "description": "* `trends` - trends\n* `funnel` - funnel\n* `retention` - retention\n* `sql` - sql"
}