{
    "Type": "Box",
    "Orientation": "Vertical",
    "Padding": { "Left": 0, "Top": 0, "Right": 0, "Bottom": 0 },
    "Children":
    [
        {
            "Type": "Panel",
            "MinWidth": 860,
            "BackgroundImage": "1.0, 1.0, 1.0, 0.25",
            "Height": 1,
            "Padding": { "Left": 0, "Top": 0, "Right": 0, "Bottom": 0 }
        },
        {
            "Type": "Box",
            "Orientation": "Horizontal",
            "Padding": { "Left": 0, "Top": 0, "Right": 0, "Bottom": 0 },
            "Children":
            [
                {
                    "Type": "Panel",
                    "Padding": { "Left": 15, "Top": 5, "Right": 0, "Bottom": 5 },
                    "Text": 
                    [
                        {
                            "VAlign": "Center",
                            "Padding": { "Left": 5, "Top": 0, "Right": 15, "Bottom": 0 },
                            "TextStyle": "extrasmall-body",
                            "Text": "Contains"
                        }
                    ]
                },
                {
                    "Type": "SampleIcons",
                    "HAlign": "Left",
                    "Links": { "Padding": { "Left": 0, "Top": 0, "Right": 10, "Bottom": 0 }, "Binding": "TechnicalDetails" }
                }
            ]
        }
    ]
}