PostHog · Schema

ErrorTrackingIssueMergeResponse

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
success boolean Whether the merge completed successfully.
View JSON Schema on GitHub

JSON Schema

posthog-errortrackingissuemergeresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorTrackingIssueMergeResponse",
  "title": "ErrorTrackingIssueMergeResponse",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "description": "Whether the merge completed successfully."
    }
  },
  "required": [
    "success"
  ]
}