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