PostHog · Schema

PropertyGroupTypeEnum

* `cohort` - cohort * `person` - person * `group` - group

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

JSON Schema

posthog-propertygrouptypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PropertyGroupTypeEnum",
  "title": "PropertyGroupTypeEnum",
  "enum": [
    "cohort",
    "person",
    "group"
  ],
  "type": "string",
  "description": "* `cohort` - cohort\n* `person` - person\n* `group` - group"
}