{
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "type": "AdaptiveCard",
    "version": "1.6",
    "body": [
        {
            "type": "TextBlock",
            "text": "My custom header here",
            "wrap": true,
            "horizontalAlignment": "Center"
        },
        {
            "type": "Container",
            "height": "stretch",
            "verticalContentAlignment": "Center",
            "items": [
                {
                    "type": "TextBlock",
                    "text": "Replace this whole file with your adaptive card payload to test it. Also uncomment code in GetLockScreenAdaptiveCardsPayload() in WidgetProvider.cpp",
                    "wrap": true,
                    "horizontalAlignment": "Center"
                }
            ]
        }
    ]
}
