PostHog · Schema

DescriptionContentTypeEnum

* `html` - html * `text` - text

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

JSON Schema

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