{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-schema/amazon-pinpoint-raw-email-schema.json", "title": "RawEmail", "description": "Specifies the contents of an email message, represented as a raw MIME message.", "type": "object", "properties": { "Data": { "allOf": [ { "$ref": "#/components/schemas/__blob" }, { "description": "The email message, represented as a raw MIME message. The entire message must be base64 encoded." } ] } } }