PostHog · Schema

SuggestReplyError

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
detail string
error_type string
View JSON Schema on GitHub

JSON Schema

posthog-suggestreplyerror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SuggestReplyError",
  "title": "SuggestReplyError",
  "type": "object",
  "properties": {
    "detail": {
      "type": "string"
    },
    "error_type": {
      "type": "string"
    }
  },
  "required": [
    "detail"
  ]
}