Migrate "ms/cds-sdc-listener" from ccsdk/apps
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / baseconfiguration / Definitions / artifact_types.json
1 {
2   "artifact_types": {
3     "artifact-template-velocity": {
4       "description": "Velocity Template used for Configuration",
5       "version": "1.0.0",
6       "file_ext": [
7         "vtl"
8       ],
9       "derived_from": "tosca.artifacts.Implementation"
10     },
11     "artifact-mapping-resource": {
12       "description": "Velocity Template Resource Mapping File used along with Configuration template",
13       "version": "1.0.0",
14       "file_ext": [
15         "json"
16       ],
17       "derived_from": "tosca.artifacts.Implementation"
18     },
19     "artifact-script-jython": {
20       "description": "Jython Script File",
21       "version": "1.0.0",
22       "file_ext": [
23         "py"
24       ],
25       "derived_from": "tosca.artifacts.Implementation"
26     },
27     "artifact-directed-graph": {
28       "description": "Directed Graph File",
29       "version": "1.0.0",
30       "file_ext": [
31         "json",
32         "xml"
33       ],
34       "derived_from": "tosca.artifacts.Implementation"
35     },
36     "artifact-component-jar": {
37       "description": "Component Jar",
38       "version": "1.0.0",
39       "file_ext": [
40         "jar"
41       ],
42       "derived_from": "tosca.artifacts.Implementation"
43     }
44   }
45 }