Use ProcessPool rather than ThreadPool Executor
[ccsdk/cds.git] / ms / controllerblueprints / modules / blueprint-core / load / model_type / node_type / artifact-config-template.json
1 {
2         "description": "This is Configuration Velocity and Jinja Template",
3         "version": "1.0.0",
4         "properties": {
5                 "action-names": {
6                         "required": true,
7                         "type": "list",
8                         "entry_schema": {
9                                 "type": "string"
10                         }
11                 }
12         },
13         "capabilities": {
14                 "content": {
15                         "type": "tosca.capabilities.Content",
16                         "properties": {
17                                 "content": {
18                                         "required": true,
19                                         "type": "string"
20                                 }
21                         }
22                 },
23                 "mapping": {
24                         "type": "tosca.capabilities.Mapping",
25                         "properties": {
26                                 "mapping": {
27                                         "required": false,
28                                         "type": "list",
29                                         "entry_schema": {
30                                                 "type": "datatype-resource-assignment"
31                                         }
32                                 }
33                         }
34                 }
35         },
36         "derived_from": "tosca.nodes.Artifact"
37 }