PostHog · Schema

DeviceTypesEnum

* `Desktop` - Desktop * `Mobile` - Mobile * `Tablet` - Tablet

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

JSON Schema

posthog-devicetypesenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeviceTypesEnum",
  "title": "DeviceTypesEnum",
  "enum": [
    "Desktop",
    "Mobile",
    "Tablet"
  ],
  "type": "string",
  "description": "* `Desktop` - Desktop\n* `Mobile` - Mobile\n* `Tablet` - Tablet"
}