{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SendEmailResponse", "title": "SendEmailResponse", "type": "object", "properties": { "messageId": { "type": "string", "description": "Unique identifier assigned to the sent email message." } } }