6ec3b41058ba2f07c1bdc4c957464440875ab053
[ccsdk/cds.git] / components / model-catalog / blueprint-model / uat-blueprints / pnf_config_aai / Definitions / artifact_types.json
1 {
2   "artifact_types" : {
3     "artifact-directed-graph" : {
4       "description" : "Directed Graph File",
5       "version" : "1.0.0",
6       "derived_from" : "tosca.artifacts.Implementation",
7       "file_ext" : [ "json", "xml" ]
8     },
9     "artifact-mapping-resource" : {
10       "description" : "Resource Mapping File used along with Configuration template",
11       "version" : "1.0.0",
12       "derived_from" : "tosca.artifacts.Implementation",
13       "file_ext" : [ "json" ]
14     },
15     "artifact-template-velocity" : {
16       "description" : " Velocity Template used for Configuration",
17       "version" : "1.0.0",
18       "derived_from" : "tosca.artifacts.Implementation",
19       "file_ext" : [ "vtl" ]
20     }
21   }
22 }