7d850f20050ef86f31d9b83741f85697b403790f
[ccsdk/cds.git] / components / model-catalog / blueprint-model / starter-blueprint / baseconfiguration / Definitions / data_types.json
1 {
2   "data_types": {
3     "sample-property": {
4       "description": "This is sample data type",
5       "version": "1.0.0",
6       "properties": {
7         "content": {
8           "required": false,
9           "type": "string"
10         },
11         "process-name": {
12           "required": false,
13           "type": "string"
14         },
15         "version": {
16           "required": false,
17           "type": "string",
18           "default": "LATEST"
19         }
20       },
21       "derived_from": "tosca.datatypes.Root"
22     },
23     "dt-resource-assignment-properties": {
24       "description": "This is Dynamically generated data type for workflow activate",
25       "version": "1.0.0",
26       "properties": {
27         "request-id": {
28           "required": true,
29           "type": "string"
30         },
31         "action-name": {
32           "required": true,
33           "type": "string"
34         },
35         "scope-type": {
36           "required": true,
37           "type": "string"
38         },
39         "hostname": {
40           "required": true,
41           "type": "string"
42         }
43       },
44       "derived_from": "tosca.datatypes.Dynamic"
45     },
46     "dt-assign-activate-properties": {
47       "description": "This is Dynamically generated data type for workflow assign-activate",
48       "version": "1.0.0",
49       "properties": {
50         "request-id": {
51           "required": true,
52           "type": "string"
53         },
54         "action-name": {
55           "required": true,
56           "type": "string"
57         },
58         "scope-type": {
59           "required": true,
60           "type": "string"
61         },
62         "hostname": {
63           "required": true,
64           "type": "string"
65         }
66       },
67       "derived_from": "tosca.datatypes.Dynamic"
68     }
69   }
70 }