{ "type": "AdaptiveCard", "body": [ { "type": "ColumnSet", "columns": [ { "type": "Column", "items": [ { "type": "Image", "style": "Person", "url": "{{creator.url}}", "altText": "{{creator.name}}", "size": "Small" } ], "width": "auto" }, { "type": "Column", "width": "stretch", "items": [ { "type": "TextBlock", "weight": "Bolder", "text": "{{creator.name}}", "wrap": true } ], "verticalContentAlignment": "Center" } ] }, { "type": "TextBlock", "text": "{{content}}", "wrap": true } ], "actions": [ { "type": "Action.OpenUrl", "title": "{{action.title}}", "url": "{{action.url}}" } ], "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.6" }