{ "type": "AdaptiveCard", "version": "1.0", "body": [ { "type": "Container", "border": true, "items": [ { "$data": "{properties}", "type": "ColumnSet", "columns": [ { "type": "Column", "width": "auto", "items": [ { "id": "{id}", "type": "Input.Toggle", "title": " ", "value": "false", "wrap": false } ] }, { "type": "Column", "width": "stretch", "items": [ { "type": "Container", "items": [ { "type": "FactSet", "facts": [ { "$data": "{peers}", "title": "{key}", "value": "{value}" } ] } ], "style": "emphasis" } ] } ] } ] } ], "actions": [ { "type": "Action.Submit", "title": "{actionSubmitTitle}", "horizontalAlignment": "center" } ], "$schema": "http://adaptivecards.io/schemas/adaptive-card.json" }