{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MessageResponse", "title": "MessageResponse", "type": "object", "properties": { "message_uuid": { "type": "string", "description": "Unique identifier for the sent message." } } }