remove parallelisation to save memory
[doc.git] / docs / guides / onap-user / design / parameter_resolution / freeradius_example / after_enrichment / CBA_freeradius / Definitions / artifact_types.json
1 {
2   "artifact_types" : {
3     "artifact-mapping-resource" : {
4       "description" : "Resource Mapping File used along with Configuration template",
5       "version" : "1.0.0",
6       "derived_from" : "tosca.artifacts.Implementation",
7       "file_ext" : [ "json" ]
8     },
9     "artifact-template-velocity" : {
10       "description" : " Velocity Template used for Configuration",
11       "version" : "1.0.0",
12       "derived_from" : "tosca.artifacts.Implementation",
13       "file_ext" : [ "vtl" ]
14     }
15   }
16 }