PostHog · Schema

PatchedReviewQueueItemUpdate

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
queue_id string Review queue ID that should own this pending trace.
View JSON Schema on GitHub

JSON Schema

posthog-patchedreviewqueueitemupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PatchedReviewQueueItemUpdate",
  "title": "PatchedReviewQueueItemUpdate",
  "type": "object",
  "properties": {
    "queue_id": {
      "type": "string",
      "format": "uuid",
      "description": "Review queue ID that should own this pending trace."
    }
  }
}