PostHog · Schema

_ExperimentApiMetricsList

List wrapper for OpenAPI schema generation — the field stores an array of metrics.

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

JSON Schema

posthog-experimentapimetricslist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/_ExperimentApiMetricsList",
  "title": "_ExperimentApiMetricsList",
  "description": "List wrapper for OpenAPI schema generation \u2014 the field stores an array of metrics.",
  "items": {
    "$ref": "#/components/schemas/ExperimentApiMetric"
  },
  "type": "array"
}