{
  "$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": "The decronymizer will crawl the contents of this message to find any terms in our database. Found terms will be added in a card as a response to this message.",
      "wrap": true
    },
    {
      "type": "FactSet",
      "facts": [
        {
          "$data": "${terms}",
          "title": "${key}",
          "value": "${value}"
        }
      ]
    }
  ],
  "actions": [
    {
      "type": "Action.Submit",
      "title": "Unleash the Decronymizer!!!"
    }
  ]
}
