﻿{
  "type": "AdaptiveCard",
  "version": "1.1",
  "body": [
    {
      "type": "TextBlock",
      "size": "medium",
      "weight": "bolder",
      "text": "Fortune Cookie"
    },
    {
      "type": "ColumnSet",
      "columns": [
        {
          "type": "Column",
          "width": "auto",
          "items": [
            {
              "type": "TextBlock",
              "size": "extraLarge",
              "text": "❝"
            }
          ]
        },
        {
          "type": "Column",
          "width": "stretch",
          "items": [
            {
              "type": "TextBlock",
              "size": "large",
              "italic": true,
              "text": "I think that in the nuclear world the true enemy can't be destroyed. [...] In my humble opinion, in the nuclear world the true enemy is war itself.",
              "wrap": true
            },
            {
              "type": "TextBlock",
              "size": "medium",
              "isSubtle": true,
              "text": "— Cmdr. Hunter from the movie \"Crimson Tide\""
            }
          ]
        }
      ]
    }
  ],
  "selectAction": {
    "type": "Action.OpenUrl",
    "url": "https://chust.org/fortune/cookies/667760c79cdb550d0b595154"
  },
  "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
  "msTeams": {
    "width": "full"
  }
}