aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/example/cds-response/vFW-CDS-modify-config-wf-expected-result.json
blob: 2b6493176d6dd69ef21250142f4484ed9963b0c1 (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
27
28
29
30
{
  "inputs": {
    "modify-config-properties": {
      "type": "object",
      "properties": {
        "service-instance-id": {
          "type": "string",
          "input-param": true
        },
        "update-active-streams": {
          "description": "",
          "required": false,
          "type": "string",
          "input-param": true,
          "status": "",
          "constraints": [
            {}
          ],
          "entry_schema": {
            "type": "dt-data"
          }
        },
        "generic-vnf.vnf-id": {
          "type": "string",
          "input-param": true
        }
      }
    }
  }
}