PostHog · Schema

CreatedViaEnum

* `web` - web * `api` - api * `mcp` - mcp

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

JSON Schema

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