{ "$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-custom-message-structure.json", "name": "JourneyCustomMessage", "description": "Specifies the message content for a custom channel message that's sent to participants in a journey.", "type": "object", "properties": { "Data": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "description": "The message content that's passed to an AWS Lambda function or to a web hook." } ] } } }