{
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "version": "1.5",
    "type": "AdaptiveCard",
    "speak": "${automationName}",
    "body": [
        {
            "type": "Container",
            "height": "stretch",
            "spacing": "none",
            "customStyle": "scroll",
            "verticalContentAlignment": "center",
            "items": [
                {
                    "type": "ColumnSet",
                    "spacing": "none",
                    "horizontalAlignment": "center",
                    "columns": [
                        {
                            "type": "Column",
                            "width": "16px",
                            "spacing": "none"
                        },
                        {
                            "type": "Column",
                            "width": "stretch",
                            "spacing": "none",
                            "items": [
                                {
                                    "type": "Image",
                                    "width": "180px",
                                    "horizontalAlignment": "center",
                                    "spacing": "none",
                                    "url": "${if($host.hostTheme == \"light\" || $host.hostTheme == \"highcontrastwhite\", valuePropUrlLight, valuePropUrlDark)}"
                                },
                                {
                                    "type": "ColumnSet",
                                    "spacing": "none",
                                    "horizontalAlignment": "center",
                                    "columns": [
                                        {
                                            "type": "Column",
                                            "width": "12px",
                                            "spacing": "none"
                                        },
                                        {
                                            "type": "Column",
                                            "width": "stretch",
                                            "spacing": "none",
                                            "items": [
                                                {
                                                    "type": "TextBlock",
                                                    "text": "${title}",
                                                    "wrap": true,
                                                    "style": "heading",
                                                    "horizontalAlignment": "center",
                                                    "weight": "bolder",
                                                    "spacing": "none"
                                                },
                                                {
                                                    "type": "Container",
                                                    "spacing": "Small"
                                                },
                                                {
                                                    "type": "Container",
                                                    "spacing": "Small"
                                                },
                                                {
                                                    "type": "TextBlock",
                                                    "$when": "${$host.textScaleFactor <= 1.75}",
                                                    "text": "${description}",
                                                    "wrap": true,
                                                    "horizontalAlignment": "center",
                                                    "size": "small",
                                                    "color": "dark",
                                                    "spacing": "none"
                                                }
                                            ]
                                        },
                                        {
                                            "type": "Column",
                                            "width": "12px",
                                            "spacing": "none"
                                        }
                                    ]
                                },
                                {
                                    "type": "Container",
                                    "spacing": "Large"
                                },
                                {
                                    "type": "TextBlock",
                                    "text": "${buttonGroupLabel}",
                                    "wrap": true,
                                    "horizontalAlignment": "center",
                                    "size": "small",
                                    "spacing": "none"
                                },
                                {
                                    "type": "Container",
                                    "spacing": "Medium"
                                },
                                {
                                    "type": "ColumnSet",
                                    "horizontalAlignment": "center",
                                    "spacing": "none",
                                    "columns": [
                                        {
                                            "type": "Column",
                                            "width": "stretch",
                                            "spacing": "none",
                                            "verticalContentAlignment": "center",
                                            "items": [
                                                {
                                                    "type": "ColumnSet",
                                                    "height": "stretch",
                                                    "horizontalAlignment": "center",
                                                    "spacing": "none",
                                                    "tooltip": "${androidButtonLabel}",
                                                    "columns": [
                                                        {
                                                            "type": "Column",
                                                            "width": "8px",
                                                            "spacing": "none"
                                                        },
                                                        {
                                                            "type": "Column",
                                                            "width": "Stretch",
                                                            "spacing": "none",
                                                            "verticalContentAlignment": "center",
                                                            "items": [
                                                                {
                                                                    "type": "Container",
                                                                    "spacing": "Small"
                                                                },
                                                                {
                                                                    "type": "Container",
                                                                    "spacing": "Small"
                                                                },
                                                                {
                                                                    "type": "TextBlock",
                                                                    "text": "${androidButtonLabel}",
                                                                    "horizontalAlignment": "center",
                                                                    "size": "small",
                                                                    "spacing": "none"
                                                                },
                                                                {
                                                                    "type": "Container",
                                                                    "spacing": "Small"
                                                                },
                                                                {
                                                                    "type": "Container",
                                                                    "spacing": "Small"
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "type": "Column",
                                                            "width": "8px",
                                                            "spacing": "none"
                                                        }
                                                    ],
                                                    "selectAction": {
                                                        "type": "Action.OpenUrl",
                                                        "title": "${androidButtonAutomationName}",
                                                        "customStyle": "button",
                                                        "url": "${androidLaunchUrl}"
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "type": "Column",
                                            "width": "4px",
                                            "spacing": "none"
                                        },
                                        {
                                            "type": "Column",
                                            "width": "stretch",
                                            "spacing": "none",
                                            "verticalContentAlignment": "center",
                                            "items": [
                                                {
                                                    "type": "ColumnSet",
                                                    "height": "stretch",
                                                    "horizontalAlignment": "center",
                                                    "spacing": "none",
                                                    "tooltip": "${iosButtonLabel}",
                                                    "columns": [
                                                        {
                                                            "type": "Column",
                                                            "width": "8px",
                                                            "spacing": "none"
                                                        },
                                                        {
                                                            "type": "Column",
                                                            "width": "Stretch",
                                                            "spacing": "none",
                                                            "verticalContentAlignment": "Center",
                                                            "items": [
                                                                {
                                                                    "type": "Container",
                                                                    "spacing": "Small"
                                                                },
                                                                {
                                                                    "type": "Container",
                                                                    "spacing": "Small"
                                                                },
                                                                {
                                                                    "type": "TextBlock",
                                                                    "text": "${iosButtonLabel}",
                                                                    "horizontalAlignment": "center",
                                                                    "size": "small",
                                                                    "spacing": "none"
                                                                },
                                                                {
                                                                    "type": "Container",
                                                                    "spacing": "Small"
                                                                },
                                                                {
                                                                    "type": "Container",
                                                                    "spacing": "Small"
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "type": "Column",
                                                            "width": "8px",
                                                            "spacing": "none"
                                                        }
                                                    ],
                                                    "selectAction": {
                                                        "type": "Action.OpenUrl",
                                                        "title": "${iosButtonAutomationName}",
                                                        "customStyle": "button",
                                                        "url": "${iosLaunchUrl}"
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "type": "Column",
                            "width": "16px",
                            "spacing": "none"
                        }
                    ]
                }
            ]
        }
    ]
}
