Add declarative acceptance tests
[ccsdk/cds.git] / components / model-catalog / blueprint-model / uat-blueprints / pnf_config / 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-script-jython" : {
16       "description" : "Jython Script File",
17       "version" : "1.0.0",
18       "derived_from" : "tosca.artifacts.Implementation",
19       "file_ext" : [ "py" ]
20     },
21     "artifact-template-velocity" : {
22       "description" : " Velocity Template used for Configuration",
23       "version" : "1.0.0",
24       "derived_from" : "tosca.artifacts.Implementation",
25       "file_ext" : [ "vtl" ]
26     }
27   }
28 }