{
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "type": "AdaptiveCard",
    "version": "1.0",
    "speak": "<s>%3</s>",
    "body": [{
        "type": "Container",
        "items": [{
            "type": "Image",
            "size": "stretch",
            "url": "http://people.microsoft.com/peopledata?PersonDataType=PersonPicture&PersonId=%1",
            "altText": "%4",
            "selectAction": 
            {
                "type": "Action.OpenUrl",
                "title": "%5",
                "url": "ms-people:viewcontact?ContactId=%1"
            }
        },
        {
            "type": "TextBlock",
            "text": "%2",
            "horizontalAlignment": "center",
            "weight": "bolder",
            "size": "extraLarge",
            "isSubtle": true
        },
        {
            "type": "ColumnSet",
            "horizontalAlignment": "center",
            "columns": [
            ]
        }]
    }]
}
