CLAMP should not display all CDS workflow properties
[clamp.git] / src / test / resources / example / cds-response / vFW-CDS-resource-assignment-wf-expected-result.json
1 {
2   "inputs": {
3     "template-prefix-with-complex-type": {
4       "type": "list",
5       "properties": {
6         "prefix-id": {
7           "description": "",
8           "required": false,
9           "type": "string",
10           "input-param": true,
11           "status": "",
12           "constraints": [
13             {}
14           ],
15           "entry_schema": {
16             "type": ""
17           }
18         }
19       }
20     },
21     "resource-assignment-properties": {
22       "type": "object",
23       "properties": {
24         "private1-prefix-id": {
25           "description": "",
26           "required": false,
27           "type": "string",
28           "input-param": true,
29           "status": "",
30           "constraints": [
31             {}
32           ],
33           "entry_schema": {
34             "type": ""
35           }
36         }
37       }
38     }
39   }
40 }