PostHog · Schema

DashboardTemplateScopeEnum

* `team` - Only team * `global` - Global * `feature_flag` - Feature Flag

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

JSON Schema

posthog-dashboardtemplatescopeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DashboardTemplateScopeEnum",
  "title": "DashboardTemplateScopeEnum",
  "enum": [
    "team",
    "global",
    "feature_flag"
  ],
  "type": "string",
  "description": "* `team` - Only team\n* `global` - Global\n* `feature_flag` - Feature Flag"
}