PostHog · Schema

HogFunctionFiltersSourceEnum

* `events` - events * `person-updates` - person-updates * `data-warehouse-table` - data-warehouse-table

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

JSON Schema

posthog-hogfunctionfilterssourceenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HogFunctionFiltersSourceEnum",
  "title": "HogFunctionFiltersSourceEnum",
  "enum": [
    "events",
    "person-updates",
    "data-warehouse-table"
  ],
  "type": "string",
  "description": "* `events` - events\n* `person-updates` - person-updates\n* `data-warehouse-table` - data-warehouse-table"
}