summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-externaltesting-lib/openecomp-sdc-externaltesting-impl/src/test/data/fulldefinition.json
blob: 3d90bfd0076b3b18280ada12eb27a5e1c5af8fa2 (plain)
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
    }
  ]
}