{ "type": "message", "attachments": [ { "contentType": "application/vnd.microsoft.card.adaptive", "contentUrl": null, "content": { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "body": [ { "type": "TextBlock", "size": "Medium", "weight": "Bolder", "text": "##RUBRIK##" }, { "type": "TextBlock", "spacing": "None", "text": "Resultat senaste veckan ##TIDSSTÄMPEL##", "isSubtle": true, "wrap": true }, { "type": "TextBlock", "text": "##BESKRIVNING##", "wrap": true }, { "type": "FactSet", "facts": [ ##RESULTAT## ] } ] } } ] }