PostHog · Schema

AssigneeTypeEnum

* `user` - user * `role` - role

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

JSON Schema

posthog-assigneetypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AssigneeTypeEnum",
  "title": "AssigneeTypeEnum",
  "enum": [
    "user",
    "role"
  ],
  "type": "string",
  "description": "* `user` - user\n* `role` - role"
}