PostHog · Schema

JsonrpcEnum

* `2.0` - 2.0

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

JSON Schema

posthog-jsonrpcenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JsonrpcEnum",
  "title": "JsonrpcEnum",
  "enum": [
    "2.0"
  ],
  "type": "string",
  "description": "* `2.0` - 2.0"
}