PostHog · Schema

CdcTableModeEnum

* `consolidated` - consolidated * `cdc_only` - cdc_only * `both` - both

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

JSON Schema

posthog-cdctablemodeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CdcTableModeEnum",
  "title": "CdcTableModeEnum",
  "enum": [
    "consolidated",
    "cdc_only",
    "both"
  ],
  "type": "string",
  "description": "* `consolidated` - consolidated\n* `cdc_only` - cdc_only\n* `both` - both"
}