PostHog · Schema

CategoryEnum

* `business` - Business Operations * `data` - Data & Analytics * `design` - Design & Content * `dev` - Developer Tools & APIs * `infra` - Infrastructure * `productivity` - Productivity & Collaboration

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

JSON Schema

posthog-categoryenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CategoryEnum",
  "title": "CategoryEnum",
  "enum": [
    "business",
    "data",
    "design",
    "dev",
    "infra",
    "productivity"
  ],
  "type": "string",
  "description": "* `business` - Business Operations\n* `data` - Data & Analytics\n* `design` - Design & Content\n* `dev` - Developer Tools & APIs\n* `infra` - Infrastructure\n* `productivity` - Productivity & Collaboration"
}