{
  "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
  "version": "1.6",
  "type": "AdaptiveCard",
  "verticalContentAlignment": "Center",
  "body": [
    {
      "type": "Container",
      "items": [
        {
          "type": "ColumnSet",
          "columns": [
            {
              "type": "Column",
              "width": "16px"
            },
            {
              "type": "Column",
              "width": "20px",
              "items": [
                {
                  "type": "Image",
                  "width": "20px",
                  "height": "20px",
                  "url": "${breathingLamp}"
                }
              ],
              "spacing": "None",
              "verticalContentAlignment": "Center"
            },
            {
              "type": "Column",
              "width": "4px",
              "spacing": "None"
            },
            {
              "type": "Column",
              "width": "stretch",
              "items": [
                {
                  "type": "Container",
                  "items": [
                    {
                      "type": "ColumnSet",
                      "columns": [
                        {
                          "type": "Column",
                          "width": "auto",
                          "items": [
                            {
                              "type": "TextBlock",
                              "text": "${memoryCount}",
                              "wrap": true,
                              "size": "ExtraLarge",
                              "horizontalAlignment": "Center",
                              "color": "Accent",
                              "spacing": "None",
                              "weight": "Bolder"
                            }
                          ],
                          "verticalContentAlignment": "Bottom",
                          "minHeight": "5px"
                        },
                        {
                          "type": "Column",
                          "width": "auto",
                          "items": [
                            {
                              "type": "TextBlock",
                              "text": "%",
                              "horizontalAlignment": "Left",
                              "spacing": "None",
                              "wrap": true,
                              "size": "Medium",
                              "weight": "Bolder",
                              "color": "Accent"
                            },
                            {
                              "type": "Container",
                              "minHeight": "4px",
                              "spacing": "None"
                            }
                          ],
                          "horizontalAlignment": "Left",
                          "spacing": "None",
                          "verticalContentAlignment": "Bottom",
                          "minHeight": "2px"
                        }
                      ]
                    },
                    {
                      "type": "TextBlock",
                      "text": "${memoryUsage}",
                      "wrap": true,
                      "spacing": "None",
                      "color": "Default",
                      "size": "Small",
                      "isSubtle": true
                    }
                  ],
                  "verticalContentAlignment": "Center"
                }
              ],
              "verticalContentAlignment": "Center",
              "spacing": "None"
            },
            {
              "type": "Column",
              "width": "145px",
              "items": [
                {
                  "type": "Image",
                  "url": "${boostAnimation}",
                  "height": "85px",
                  "width": "145px"
                }
              ],
              "spacing": "None",
              "minHeight": "85px"
            },
            {
              "type": "Column",
              "width": "2px",
              "spacing": "None"
            }
          ],
          "horizontalAlignment": "Left",
          "spacing": "None",
          "bleed": true
        },
        {
          "type": "ColumnSet",
          "columns": [
            {
              "type": "Column",
              "width": "16px"
            },
            {
              "type": "Column",
              "width": "236px",
              "items": [
                {
                  "type": "ColumnSet",
                  "columns": [
                    {
                      "type": "Column",
                      "width": "auto",
                      "items": [
                        {
                          "type": "Image",
                          "url": "${if($host.hostTheme == 'light' || $host.hostTheme == 'highcontrastlight' || $host.hostTheme == 'highcontrastwhite', lightCheckMark, darkCheckMark)}",
                          "width": "24px",
                          "height": "24px"
                        }
                      ],
                      "$when": "${showBoostCompleted=='true'}"
                    },
                    {
                      "type": "Column",
                      "width": "2px",
                      "$when": "${showBoostCompleted=='true'}",
                      "spacing": "None"
                    },
                    {
                      "type": "Column",
                      "width": "auto",
                      "items": [
                        {
                          "type": "TextBlock",
                          "text": "${boostText}",
                          "wrap": true,
                          "spacing": "None",
                          "horizontalAlignment": "Center",
                          "color": "${if($host.hostTheme == 'light' || $host.hostTheme == 'highcontrastlight' || $host.hostTheme == 'highcontrastwhite', 'Light', 'Dark')}"
                        }
                      ],
                      "spacing": "None"
                    }
                  ],
                  "horizontalAlignment": "Center"
                }
              ],
              "backgroundImage": {
                "url": "${if($host.hostTheme == 'light' || $host.hostTheme == 'highcontrastlight' || $host.hostTheme == 'highcontrastwhite', lightBoostButton, darkBoostButton)}",
                "horizontalAlignment": "Center",
                "verticalAlignment": "Center"
              },
              "minHeight": "32px",
              "verticalContentAlignment": "Center",
              "selectAction": {
                "type": "Action.Execute",
                "id": "boost",
                "title": "${boostTitle}",
                "verb": "boost",
                "isEnabled": "${enableBoost}"
              },
              "horizontalAlignment": "Center"
            },
            {
              "type": "Column",
              "width": "16px"
            }
          ],
          "verticalContentAlignment": "Center",
          "horizontalAlignment": "Center",
          "spacing": "None"
        }
      ],
      "backgroundImage": {
        "url": "${if($host.hostTheme == 'light' || $host.hostTheme == 'highcontrastlight' || $host.hostTheme == 'highcontrastwhite', lightBoostBg, darkBoostBg)}",
        "horizontalAlignment": "Center"
      },
      "minHeight": "133px",
      "horizontalAlignment": "Center",
      "verticalContentAlignment": "Top",
      "spacing": "None"
    },
    {
      "type": "Container",
      "minHeight": "8px",
      "spacing": "None"
    },
    {
      "type": "Container",
      "backgroundImage": {
        "url": "${if($host.hostTheme == 'light' || $host.hostTheme == 'highcontrastlight' || $host.hostTheme == 'highcontrastwhite', lightLocalBg, darkLocalBg)}"
      },
      "items": [
        {
          "type": "ColumnSet",
          "columns": [
            {
              "type": "Column",
              "width": "16px"
            },
            {
              "type": "Column",
              "items": [
                {
                  "type": "ColumnSet",
                  "columns": [
                    {
                      "type": "Column",
                      "width": "auto",
                      "items": [
                        {
                          "type": "Image",
                          "url": "${if($host.hostTheme == 'light' || $host.hostTheme == 'highcontrastlight' || $host.hostTheme == 'highcontrastwhite', lightDiskImg, darkDiskImg)}",
                          "width": "16px",
                          "height": "16px"
                        }
                      ]
                    },
                    {
                      "type": "Column",
                      "width": "4px",
                      "spacing": "None",
                      "verticalContentAlignment": "Center"
                    },
                    {
                      "type": "Column",
                      "width": "stretch",
                      "items": [
                        {
                          "type": "TextBlock",
                          "text": "${diskText}",
                          "wrap": true,
                          "color": "Default",
                          "spacing": "None",
                          "size": "Small"
                        }
                      ],
                      "spacing": "None"
                    }
                  ]
                },
                {
                  "type": "Container",
                  "minHeight": "4px",
                  "spacing": "None"
                },
                {
                  "type": "Image",
                  "url": "${diskLine}",
                  "spacing": "None"
                },
                {
                  "type": "Container",
                  "minHeight": "4px",
                  "spacing": "None"
                },
                {
                  "type": "ColumnSet",
                  "columns": [
                    {
                      "type": "Column",
                      "width": "stretch",
                      "items": [
                        {
                          "type": "TextBlock",
                          "text": "${diskName}",
                          "wrap": true,
                          "color": "Default",
                          "isSubtle": true,
                          "spacing": "None",
                          "size": "Small"
                        }
                      ]
                    },
                    {
                      "type": "Column",
                      "width": "stretch",
                      "items": [
                        {
                          "type": "TextBlock",
                          "text": "${diskUsageText}",
                          "wrap": true,
                          "horizontalAlignment": "Right",
                          "color": "Default",
                          "isSubtle": true,
                          "size": "Small"
                        }
                      ]
                    }
                  ],
                  "spacing": "None"
                }
              ],
              "width": "stretch",
              "spacing": "None"
            },
            {
              "type": "Column",
              "width": "16px",
              "spacing": "None"
            }
          ]
        }
      ],
      "minHeight": "61px",
      "verticalContentAlignment": "Center",
      "spacing": "None",
      "selectAction": {
        "type": "Action.Execute",
        "id": "openStorage",
        "title": "${openStorageDescription}",
        "tooltip": "${openStorageTitle}",
        "verb": "openStorage"
      }
    },
    {
      "type": "ColumnSet",
      "columns": [
        {
          "type": "Column",
          "items": [
            {
              "type": "TextBlock",
              "text": "${openPCM}",
              "wrap": true,
              "color": "Accent"
            }
          ],
          "width": "stretch",
          "verticalContentAlignment": "Center",
          "selectAction": {
            "type": "Action.Execute",
            "id": "openPCM",
            "title": "${openPCMTitle}",
            "verb": "openPCM"
          }
        }
      ],
      "horizontalAlignment": "Center",
      "spacing": "Small",
      "minHeight": "30px"
    }
  ],
  "backgroundImage": {
    "url": "${if($host.hostTheme == 'light' || $host.hostTheme == 'highcontrastlight' || $host.hostTheme == 'highcontrastwhite', lightCardBg, darkCardBg)}",
    "verticalAlignment": "Center",
    "horizontalAlignment": "Center"
  },
  "refresh": {
    "action": {
      "type": "Action.Execute",
      "id": "refreshCard"
    }
  }
}