{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-journey-email-message-structure.json", "name": "JourneyEmailMessage", "description": "Specifies the \"From\" address for an email message that's sent to participants in a journey.", "type": "object", "properties": { "FromAddress": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "description": "The verified email address to send the email message from. The default address is the FromAddress specified for the email channel for the application." } ] } } }