PostHog · Schema

ExperimentSignificanceCode

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

JSON Schema

posthog-experimentsignificancecode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExperimentSignificanceCode",
  "title": "ExperimentSignificanceCode",
  "enum": [
    "significant",
    "not_enough_exposure",
    "low_win_probability",
    "high_loss",
    "high_p_value"
  ],
  "type": "string"
}