PostHog · Schema

InstallSourceEnum

* `posthog` - posthog * `posthog-code` - posthog-code

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

JSON Schema

posthog-installsourceenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InstallSourceEnum",
  "title": "InstallSourceEnum",
  "enum": [
    "posthog",
    "posthog-code"
  ],
  "type": "string",
  "description": "* `posthog` - posthog\n* `posthog-code` - posthog-code"
}