PostHog · Schema

CohortTypeEnum

* `static` - static * `person_property` - person_property * `behavioral` - behavioral * `realtime` - realtime * `analytical` - analytical

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

JSON Schema

posthog-cohorttypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CohortTypeEnum",
  "title": "CohortTypeEnum",
  "enum": [
    "static",
    "person_property",
    "behavioral",
    "realtime",
    "analytical"
  ],
  "type": "string",
  "description": "* `static` - static\n* `person_property` - person_property\n* `behavioral` - behavioral\n* `realtime` - realtime\n* `analytical` - analytical"
}