Pretty print json files in heat/
[demo.git] / heat / vFW_CNF_CDS / templates / cba / 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": [
8                 "json"
9             ]
10         },
11         "artifact-template-velocity": {
12             "description": " Velocity Template used for Configuration",
13             "version": "1.0.0",
14             "derived_from": "tosca.artifacts.Implementation",
15             "file_ext": [
16                 "vtl"
17             ]
18         }
19     }
20 }