PostHog · Schema

RetentionType

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

JSON Schema

posthog-retentiontype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RetentionType",
  "title": "RetentionType",
  "enum": [
    "retention_recurring",
    "retention_first_time",
    "retention_first_ever_occurrence"
  ],
  "type": "string"
}