PostHog · Schema

TaskRunRelayMessageRequest

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
text string
View JSON Schema on GitHub

JSON Schema

posthog-taskrunrelaymessagerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TaskRunRelayMessageRequest",
  "title": "TaskRunRelayMessageRequest",
  "type": "object",
  "properties": {
    "text": {
      "type": "string",
      "maxLength": 10000
    }
  },
  "required": [
    "text"
  ]
}