CLAMP should not display all CDS workflow properties
[clamp.git] / src / test / resources / example / cds-response / vFW-CDS-resource-assignment-workflow.json
1 {
2   "blueprintName": "vFW-CDS",
3   "version": "1.0.0",
4   "workFlowData": {
5     "workFlowName": "resource-assignment",
6     "inputs": {
7       "template-prefix": {
8         "required": true,
9         "type": "list",
10         "entry_schema": {
11           "type": "string"
12         }
13       },
14       "template-prefix-with-complex-type": {
15         "required": true,
16         "type": "list",
17         "entry_schema": {
18           "type": "dt-template-prefix-properties"
19         }
20       },
21       "resource-assignment-properties": {
22         "description": "Dynamic PropertyDefinition for workflow(resource-assignment).",
23         "required": true,
24         "type": "dt-resource-assignment-properties"
25       }
26     },
27     "outputs": {
28       "meshed-template": {
29         "type": "json",
30         "value": {
31           "get_attribute": [
32             "resource-assignment",
33             "assignment-params"
34           ]
35         }
36       }
37     }
38   },
39   "dataTypes": {
40     "dt-resource-assignment-properties": {
41       "description": "Dynamic DataType definition for workflow(resource-assignment).",
42       "version": "1.0.0",
43       "properties": {
44         "private1-prefix-id": {
45           "description": "",
46           "required": false,
47           "type": "string",
48           "input-param": true,
49           "status": "",
50           "constraints": [
51             {}
52           ],
53           "entry_schema": {
54             "type": ""
55           }
56         }
57       },
58       "derived_from": "tosca.datatypes.Dynamic"
59     },
60     "dt-template-prefix-properties": {
61       "description": "Dynamic DataType definition for workflow(template-prefix).",
62       "version": "1.0.0",
63       "properties": {
64         "prefix-id": {
65           "description": "",
66           "required": false,
67           "type": "string",
68           "input-param": true,
69           "status": "",
70           "constraints": [
71             {}
72           ],
73           "entry_schema": {
74             "type": ""
75           }
76         }
77       }
78     }
79   }
80 }