{
    "Type": "Box",
    "Orientation": "Vertical",
    "MinWidth": 350,
    "MaxWidth": 350,
    "Padding": {
        "Left": 15,
        "Top": 15,
        "Right": 15,
        "Bottom": 10
    },
    "Children": [
        {
            "Type": "Box",
            "Orientation": "Horizontal",
            "Children": [
                {
                    "Type": "BasicTile",
                    "Padding": {
                        "Right": 10
                    },
                    "VAlign": "Top",
                    "MinWidth": 50,
                    "MaxWidth": 50,
                    "MinHeight": 50,
                    "MaxHeight": 50,
                    "LoadSilently": "true",
                    "HasShadow": false,
                    "Images": [
                        {
                            "Image": "ImagePath",
                            "Stretch": "ScaleToFit"
                        }
                    ]
                },
                {
                    "Type": "Box",
                    "Orientation": "Vertical",
                    "Padding": {
                        "Bottom": 5
                    },
                    "Children": [
						{
							"Type": "Panel",
							"AutoSize": "True",
							"VAlign": "Top",
							"Padding": {
								"Right": 20
							},
							"Text": [
								{
									"Binding": "Title",
									"TextStyle": "Social.Notification.TitleText",
									"Visibility": "Visible",
									"WrapAt": 280,
									"LineHeightScalar": 1.2
								}
							]
						},
                        {
                            "Type": "Panel",
                            "AutoSize": "True",
                            "VAlign": "Top",
                            "Text": [
                                {
                                    "Binding": "Description",
                                    "TextStyle": "Social.Notification.DescriptionText",
                                    "Visibility": "Visible",
                                    "WrapAt": 295,
                                    "LineHeightScalar": 1.2
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "Type": "BasicTile",
            "LoadSilently": "true",
            "HasShadow": false,
            "Images": [
                {
                    "Image": "ScreenshotPath",
                    "Stretch": "ScaleToFill",
                    "IsOptional": "True"
                }
            ]
        },
        {
            "Type": "Panel",
            "AutoSize": "True",
            "VAlign": "Top",
            "Padding": {
                "Top": 10
            },
            "Text": [
                {
                    "Binding": "LongDescription",
                    "TextStyle": "Social.Notification.DescriptionText",
                    "WrapAt": 350,
                    "LineHeightScalar": 1.2
                }
            ]
        }
    ]
}