PostHog · Schema

RestrictionLevelEnum

* `21` - Everyone in the project can edit * `37` - Only those invited to this dashboard can edit

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

JSON Schema

posthog-restrictionlevelenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RestrictionLevelEnum",
  "title": "RestrictionLevelEnum",
  "enum": [
    21,
    37
  ],
  "type": "integer",
  "description": "* `21` - Everyone in the project can edit\n* `37` - Only those invited to this dashboard can edit"
}