Merge "fixed sonar issues in SwaggerConfig.java"
[ccsdk/apps.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     "activate-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.Root"
45     },
46     "resource-assignment-properties": {
47       "description": "This is Dynamically generated data type for workflow 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.Root"
68     },
69     "assign-activate-properties": {
70       "description": "This is Dynamically generated data type for workflow assign-activate",
71       "version": "1.0.0",
72       "properties": {
73         "request-id": {
74           "required": true,
75           "type": "string"
76         },
77         "action-name": {
78           "required": true,
79           "type": "string"
80         },
81         "scope-type": {
82           "required": true,
83           "type": "string"
84         },
85         "hostname": {
86           "required": true,
87           "type": "string"
88         }
89       },
90       "derived_from": "tosca.datatypes.Root"
91     }
92   }
93 }