﻿{
  "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": "[This Bible] is full of interest. It has noble poetry in it; and some clever fables; and some blood-drenched history; and some good morals; and a wealth of obscenity; and upwards of a thousand lies.",
              "wrap": true
            },
            {
              "type": "TextBlock",
              "size": "medium",
              "isSubtle": true,
              "text": "— Mark Twain, \"Letters from Earth\""
            }
          ]
        }
      ]
    }
  ],
  "selectAction": {
    "type": "Action.OpenUrl",
    "url": "https://chust.org/fortune/cookies/667760c79cdb550d0b595135"
  },
  "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
  "msTeams": {
    "width": "full"
  }
}