PostHog · Schema

InvestigationVerdictEnum

* `true_positive` - true_positive * `false_positive` - false_positive * `inconclusive` - inconclusive

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

JSON Schema

posthog-investigationverdictenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InvestigationVerdictEnum",
  "title": "InvestigationVerdictEnum",
  "enum": [
    "true_positive",
    "false_positive",
    "inconclusive"
  ],
  "type": "string",
  "description": "* `true_positive` - true_positive\n* `false_positive` - false_positive\n* `inconclusive` - inconclusive"
}