PostHog · Schema

TimeWindowMode

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

JSON Schema

posthog-timewindowmode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TimeWindowMode",
  "title": "TimeWindowMode",
  "enum": [
    "strict_calendar_dates",
    "24_hour_windows"
  ],
  "type": "string"
}