{
  "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
  "version": "1.5",
  "type": "AdaptiveCard",
  "body": [
    {
      "type": "TextBlock",
      "size": "Large",
      "weight": "Bolder",
      "text": "Decronymizer - Acronyms Explained",
      "style": "heading",
      "fontType": "Default"
    },
    {
      "type": "TextBlock",
      "text": "Acronyms, abbreviations, and other phrases which expand to something larger found in the message.",
      "wrap": true
    },
    {
      "type": "FactSet",
      "facts": [
        {
          "$data": "${terms}",
          "title": "${key}",
          "value": "${value}"
        }
      ]
    }
  ]

}
