1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
{ "id": "certquery", "title": "VSP Certifications", "parameters": [ { "id": "vspId", "label": "VSP ID", "inputType": "text", "maxLength": 36, "minLength": 1, "placeholder": "VSP ID", "disabled": false, "required": true }, { "id": "vspVersion", "label": "VSP Version", "inputType": "text", "maxLength": 36, "minLength": 1, "placeholder": "VSP Version", "disabled": false, "required": true } ] }