{
    "Type": "Box",
    "Orientation": "Horizontal",
    "MinWidth": 540,
    "MaxWidth": 540,
    "Children": [
        {
            "Type": "BasicTile",
            "Padding": {
                "Right": 10
            },
            "VAlign": "Top",
            "MaxWidth": 100,
            "MaxHeight": 100,
            "LoadSilently": "true",
            "HasShadow": false,
            "Images": [
                {
                    "Image": "ImagePath",
                    "Stretch": "ScaleToFit",
                    "VAlign": "Top"
                }
            ]
        },
        {
            "Type": "Box",
            "Orientation": "Vertical",
			"MaxHeight": 90,
            "Padding": {
                "Top": 10,
                "Bottom": 0,
                "Right": 10
            },
            "Children": [
                {
                    "Type": "Panel",
                    "VAlign": "Top",
					"Padding": {
						"Right": 20
					},
                    "Text": [
                        {
                            "Binding": "Title",
                            "TextStyle": "Social.Notification.TitleText",
                            "Visibility": "Visible",
                            "WrapAt": 400,
                            "LineHeightScalar": 1.2
                        }
                    ]
                },
                {
                    "Type": "Panel",
                    "VAlign": "Center",
                    "AutoSize": "False",
                    "Text": [
                        {
                            "Binding": "Description",
                            "TextStyle": "Social.Notification.DescriptionText",
                            "Visibility": "Visible",
                            "WrapAt": 420,
                            "LineHeightScalar": 1.1
                        }
                    ]
                }
            ]
        }
    ]
}