{
	"Type": "Box",
	"Orientation": "Vertical",
    "Padding": { "Left": 0, "Top": 0, "Right": 15, "Bottom": 10 },
	"AutoSize": "false",
	"Children":
	[
 		{
            "Type": "DetailsTile",
			"VAlign": "Fill",
			"HAlign": "Fill",
			"AutoSize": false,
            "HasShadow": "false",
            "HoveredBackgroundImage": { "Image": "0.0, 0.0, 0.0, 0.0" },
            "BackgroundImage": { "Image": "0.0, 0.0, 0.0, 0.0" },
            "ImageFillSize": 0.6,
            "Images": 
            [
                { "Image": "Screenshot" }
            ],
            "HoverIcon": { "Image": "ExternalLink.png", "Margin": { "Left": 15, "Top": 10, "Right": 15, "Bottom": 10 } },
			"OnNavigateUrl": "TechnicalDetails",
            "Text": 
            [
                { 
                	"Text": "Description", 
					"TextStyle": "h4",
                	"Margin": { "Left": 0, "Top": 10, "Right": 0, "Bottom": 0 }, 
                	"LineHeightScalar": 1.2
                },
                { 
                	"Text": "LongDescription",
					"TextStyle": "small-body",
                	"Margin": { "Left": 0, "Top": 5, "Right": 0, "Bottom": 10 },
                	"LineHeightScalar": 1.2
                }
            ]
        }
	]
}