{ "type": "AdaptiveCard", "version": "1.0", "body": [ { "type": "Container", "border": true, "items": [ { "type": "ColumnSet", "columns": [ { "type": "Column", "width": "stretch", "items": [ { "type": "Container", "items": [ { "type": "FactSet", "facts": [ { "title": "Project", "value": "Project 1" }, { "title": "Task", "value": "Task 1" }, { "title": "Status", "value": "Pending" } ] } ], "style": "emphasis" } ] }, { "type": "Column", "width": "auto", "items": [ { "id": "inputToggle1", "type": "Input.Toggle", "title": " ", "value": "false", "wrap": false } ] } ] }, { "type": "ColumnSet", "columns": [ { "type": "Column", "width": "auto", "items": [ { "id": "inputToggle2", "type": "Input.Toggle", "title": " ", "value": "false", "wrap": false } ] }, { "type": "Column", "width": "stretch", "items": [ { "type": "Container", "items": [ { "type": "FactSet", "facts": [ { "title": "Project", "value": "Project 1" }, { "title": "Task", "value": " Task 2" }, { "title": "Status", "value": "Completed" } ] } ], "style": "emphasis" } ] } ] } ] } ], "actions": [ { "type": "Action.Submit", "title": "Update Timesheet", "horizontalAlignment": "center" } ], "$schema": "http://adaptivecards.io/schemas/adaptive-card.json" }