﻿{
  "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": "Maybe when the computer asks \"are you a robot?\" it's just trying to find its family. Ever think about that? No, you only think about yourself.",
              "wrap": true
            },
            {
              "type": "TextBlock",
              "size": "medium",
              "isSubtle": true,
              "text": "— @MnemosyneSinger@kolektiva.social"
            }
          ]
        }
      ]
    }
  ],
  "selectAction": {
    "type": "Action.OpenUrl",
    "url": "https://chust.org/fortune/cookies/690f60b577e47b0e829398ee"
  },
  "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
  "msTeams": {
    "width": "full"
  }
}