{ "type": "AdaptiveCard", "body": [ { "type": "ColumnSet", "columns": [ { "type": "Column", "items": [ { "type": "TextBlock", "size": "ExtraLarge", "weight": "Lighter", "text": "BLR" } ], "width": "auto" }, { "type": "Column", "verticalContentAlignment": "Center", "items": [ { "type": "Image", "url": "https://messagecardplayground.azurewebsites.net/assets/graydot2x2.png", "width": "10000px", "height": "2px" } ], "width": "stretch" }, { "type": "Column", "spacing": "Small", "verticalContentAlignment": "Center", "items": [ { "type": "Image", "url": "https://messagecardplayground.azurewebsites.net/assets/smallairplane.png", "height": "16px", "altText": "Flight to" } ], "width": "auto" }, { "type": "Column", "items": [ { "type": "TextBlock", "horizontalAlignment": "Right", "size": "ExtraLarge", "weight": "Lighter", "text": "CDG" } ], "width": "auto" } ], "height": "stretch" } ], "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.0" }