{ "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.2", "body": [ { "type": "FactSet", "facts": [ { "title": "Fact 1", "value": "Value 1" }, { "title": "Fact 2", "value": "Value 2" } ] }, { "type": "FactSet", "facts": [ ] } ] }