PostHog · Schema

ExperimentTypeEnum

* `web` - web * `product` - product

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

JSON Schema

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