CLAMP should not display all CDS workflow properties
[clamp.git] / src / test / resources / example / cds-response / vFW-CDS-modify-config-wf-expected-result.json
1 {
2   "inputs": {
3     "modify-config-properties": {
4       "type": "object",
5       "properties": {
6         "service-instance-id": {
7           "type": "string",
8           "input-param": true
9         },
10         "update-active-streams": {
11           "description": "",
12           "required": false,
13           "type": "string",
14           "input-param": true,
15           "status": "",
16           "constraints": [
17             {}
18           ],
19           "entry_schema": {
20             "type": "dt-data"
21           }
22         },
23         "generic-vnf.vnf-id": {
24           "type": "string",
25           "input-param": true
26         }
27       }
28     }
29   }
30 }