{ "$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-journey-email-message-schema.json", "title": "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." } ] } } }