[vFW_CNF_CDS] Sort generated json files
[demo.git] / heat / vFW_CNF_CDS / templates / cba / Definitions / artifact_types.json
1 {
2     "artifact_types": {
3         "artifact-k8sconfig-content": {
4             "derived_from": "tosca.artifacts.Implementation",
5             "description": "K8s Config Folder Artifact",
6             "version": "1.0.0"
7         },
8         "artifact-k8sprofile-content": {
9             "derived_from": "tosca.artifacts.Implementation",
10             "description": "K8s Profile Folder Artifact",
11             "version": "1.0.0"
12         },
13         "artifact-mapping-resource": {
14             "derived_from": "tosca.artifacts.Implementation",
15             "description": "Resource Mapping File used along with Configuration template",
16             "file_ext": [
17                 "json"
18             ],
19             "version": "1.0.0"
20         },
21         "artifact-template-velocity": {
22             "derived_from": "tosca.artifacts.Implementation",
23             "description": " Velocity Template used for Configuration",
24             "file_ext": [
25                 "vtl"
26             ],
27             "version": "1.0.0"
28         }
29     }
30 }