PostHog · Schema

BusinessModelEnum

* `b2b` - B2B * `b2c` - B2C * `other` - Other

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

JSON Schema

posthog-businessmodelenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BusinessModelEnum",
  "title": "BusinessModelEnum",
  "enum": [
    "b2b",
    "b2c",
    "other"
  ],
  "type": "string",
  "description": "* `b2b` - B2B\n* `b2c` - B2C\n* `other` - Other"
}