PostHog · Schema

DocumentTypeEnum

* `BAA` - BAA * `DPA` - DPA

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

JSON Schema

posthog-documenttypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DocumentTypeEnum",
  "title": "DocumentTypeEnum",
  "enum": [
    "BAA",
    "DPA"
  ],
  "type": "string",
  "description": "* `BAA` - BAA\n* `DPA` - DPA"
}