[vFW_CNF_CDS] Sort generated json files
[demo.git] / heat / vFW_CNF_CDS / templates / cba / Definitions / artifact_types.json
index 4211156..778394d 100644 (file)
@@ -1,30 +1,30 @@
 {
     "artifact_types": {
+        "artifact-k8sconfig-content": {
+            "derived_from": "tosca.artifacts.Implementation",
+            "description": "K8s Config Folder Artifact",
+            "version": "1.0.0"
+        },
+        "artifact-k8sprofile-content": {
+            "derived_from": "tosca.artifacts.Implementation",
+            "description": "K8s Profile Folder Artifact",
+            "version": "1.0.0"
+        },
         "artifact-mapping-resource": {
-            "description": "Resource Mapping File used along with Configuration template",
-            "version": "1.0.0",
             "derived_from": "tosca.artifacts.Implementation",
+            "description": "Resource Mapping File used along with Configuration template",
             "file_ext": [
                 "json"
-            ]
+            ],
+            "version": "1.0.0"
         },
         "artifact-template-velocity": {
-            "description": " Velocity Template used for Configuration",
-            "version": "1.0.0",
             "derived_from": "tosca.artifacts.Implementation",
+            "description": " Velocity Template used for Configuration",
             "file_ext": [
                 "vtl"
-            ]
-        },
-        "artifact-k8sprofile-content": {
-            "description": "K8s Profile Folder Artifact",
-            "version": "1.0.0",
-            "derived_from": "tosca.artifacts.Implementation"
-        },
-        "artifact-k8sconfig-content": {
-            "description": "K8s Config Folder Artifact",
-            "version": "1.0.0",
-            "derived_from": "tosca.artifacts.Implementation"
+            ],
+            "version": "1.0.0"
         }
     }
 }