PostHog · Schema

AutostartPriorityEnum

* `P0` - P0 * `P1` - P1 * `P2` - P2 * `P3` - P3 * `P4` - P4

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

JSON Schema

posthog-autostartpriorityenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AutostartPriorityEnum",
  "title": "AutostartPriorityEnum",
  "enum": [
    "P0",
    "P1",
    "P2",
    "P3",
    "P4"
  ],
  "type": "string",
  "description": "* `P0` - P0\n* `P1` - P1\n* `P2` - P2\n* `P3` - P3\n* `P4` - P4"
}