PostHog · Schema

SuggestReplyResponse

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
suggestion string
View JSON Schema on GitHub

JSON Schema

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