PostHog · Schema

RecordingOrder

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

JSON Schema

posthog-recordingorder-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RecordingOrder",
  "title": "RecordingOrder",
  "enum": [
    "duration",
    "recording_duration",
    "inactive_seconds",
    "active_seconds",
    "start_time",
    "console_error_count",
    "click_count",
    "keypress_count",
    "mouse_activity_count",
    "activity_score",
    "recording_ttl"
  ],
  "type": "string"
}