{ "$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" ] }