JSON/partner_sample.json

{
    "Sections": [{
        "title": "Network Settings",
        "properties": {
            "Number of Widgets": {
                "type": "string",
                "maxlength": 2
            },
            "Mgmt Server IPv4 Address": {
                "type": "string",
                "maxlength": 15
            },
            "Service Speed": {
                "type": "list",
                "data": ["Slow", "Fast", "Ludicrous"]
            }
        }
    },
    {
        "title": "Customer Information",
        "properties": {
            "Support Contact": {
                "type": "string"
            },
            "Contact email": {
                "type": "string",
                "maxlength": 40
            },
            "Contact Preference": {
                "type": "list",
                "data": ["phone", "email", "telepathy"]
            }
        }
    }]
}