List of Input Parameters for VSP
[sdc.git] / openecomp-be / lib / openecomp-sdc-externaltesting-lib / openecomp-sdc-externaltesting-impl / src / test / data / fulldefinition.json
1 {
2   "id": "certquery",
3   "title": "VSP Certifications",
4   "parameters": [
5     {
6       "id": "vspId",
7       "label": "VSP ID",
8       "inputType": "text",
9       "maxLength": 36,
10       "minLength": 1,
11       "placeholder": "VSP ID",
12       "disabled": false,
13       "required": true
14     },
15     {
16       "id": "vspVersion",
17       "label": "VSP Version",
18       "inputType": "text",
19       "maxLength": 36,
20       "minLength": 1,
21       "placeholder": "VSP Version",
22       "disabled": false,
23       "required": true
24     }
25   ]
26 }