{
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "type": "AdaptiveCard",
    "version": "1.6",
    "body": [
        {
            "type": "Container",
            "height": "stretch",
            "verticalContentAlignment": "Center",
            "items": [
                {
                    "type": "TextBlock",
                    "text": "${message}",
                    "wrap": true,
                    "horizontalAlignment": "Center"
                }
            ]
        }
    ]
}
