PostHog · Schema

CookielessServerHashModeEnum

* `0` - Disabled * `1` - Stateless * `2` - Stateful

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

JSON Schema

posthog-cookielessserverhashmodeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CookielessServerHashModeEnum",
  "title": "CookielessServerHashModeEnum",
  "enum": [
    0,
    1,
    2
  ],
  "type": "integer",
  "description": "* `0` - Disabled\n* `1` - Stateless\n* `2` - Stateful"
}