PostHog · Schema

FunnelCorrelationResultsType

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

JSON Schema

posthog-funnelcorrelationresultstype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FunnelCorrelationResultsType",
  "title": "FunnelCorrelationResultsType",
  "enum": [
    "events",
    "properties",
    "event_with_properties"
  ],
  "type": "string"
}