PostHog · Schema

PriorityEnum

* `low` - Low * `medium` - Medium * `high` - High

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

JSON Schema

posthog-priorityenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PriorityEnum",
  "title": "PriorityEnum",
  "enum": [
    "low",
    "medium",
    "high"
  ],
  "type": "string",
  "description": "* `low` - Low\n* `medium` - Medium\n* `high` - High"
}