PostHog · Schema

MarkToleratedInput

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
snapshot_id string
View JSON Schema on GitHub

JSON Schema

posthog-marktoleratedinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MarkToleratedInput",
  "title": "MarkToleratedInput",
  "type": "object",
  "properties": {
    "snapshot_id": {
      "type": "string",
      "format": "uuid"
    }
  },
  "required": [
    "snapshot_id"
  ]
}