{
    "Type": "Box",
    "Orientation": "Horizontal",
    "MinWidth": 370,
    "MaxWidth": 370,
    "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": 80,
            "Padding": {
                "Top": 10,
                "Bottom": 10,
                "Right": 15
            },
            "Children": [
				{
					"Type": "Panel",
					"VAlign": "Top",
					"Padding": {
						"Right": 20
					},
					"Text": [
						{
							"Binding": "Title",
							"TextStyle": "Social.Notification.TitleText",
							"Visibility": "Visible",
							"WrapAt": 235,
							"LineHeightScalar": 1.2
						}
					]
				},
                {
                    "Type": "Panel",
                    "VAlign": "Center",
                    "AutoSize": "False",
                    "Text": [
                        {
                            "Binding": "Description",
                            "TextStyle": "Social.Notification.DescriptionText",
                            "Visibility": "Visible",
                            "WrapAt": 245,
                            "LineHeightScalar": 1.2
                        }
                    ]
                }
            ]
        }
    ]
}