JSON/partner_sample.json
{
"Sections": [ { "title": "Network Settings", "comment": "", "SubSections": [ { "title": "OEM-Solution Management", "comment": "Enter the settings needed for the OEM Management Application.\nThis information will be used for something really important, so make sure you double-check it for accuracy!", "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": "Management Network", "comment": "Enter subnet information for the Management Network.", "properties": { "Mgmt Subnet IPv4 Address": { "type": "string", "maxlength": 15 }, "Mgmt Subnet Mask": { "type": "string", "maxlength": 15 }, "Mgmt Subnet Gateway": { "type": "string", "maxlength": 15 } } } ] }, { "title": "Contact Information", "comment": "Enter the primary contact information for support escalations.", "properties": { "Support Contact": { "type": "string" }, "Contact email": { "type": "string", "maxlength": 40 }, "Contact phone": { "type": "string", "maxlength": 20 }, "Contact Preference": { "type": "list", "data": ["phone", "email", "telepathy"] } } } ] } |