PostHog · Schema

NetworkAccessLevelEnum

* `trusted` - Trusted * `full` - Full * `custom` - Custom

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

JSON Schema

posthog-networkaccesslevelenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NetworkAccessLevelEnum",
  "title": "NetworkAccessLevelEnum",
  "enum": [
    "trusted",
    "full",
    "custom"
  ],
  "type": "string",
  "description": "* `trusted` - Trusted\n* `full` - Full\n* `custom` - Custom"
}