{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/workato/refs/heads/main/json-schema/workato-event-streams-publish-response-schema.json", "title": "PublishResponse", "description": "Response from a successful single message publish.", "type": "object", "properties": { "message_id": { "type": "string", "description": "Unique identifier assigned to the published message." } } }