Multiples fixes
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / golden / Definitions / data_types.json
index 8f3b9b4..5c0f1b3 100644 (file)
@@ -1,90 +1,82 @@
 {
-  "data_types": {
-    "dt-resource-assignment-properties": {
-      "description": "Dynamic DataType definition for workflow(resource-assignment).",
-      "version": "1.0.0",
-      "properties": {
-        "vfw_interface_ip": {
-          "type": "dt-netbox-ip"
+  "data_types" : {
+    "dt-config-assign-properties" : {
+      "description" : "Dynamic DataType definition for workflow(config-assign).",
+      "version" : "1.0.0",
+      "properties" : {
+        "hostname" : {
+          "type" : "string"
         },
-        "interface-description": {
-          "type": "string"
+        "vfw_interface_ip" : {
+          "type" : "dt-netbox-ip"
         },
-        "vf-module-type": {
-          "type": "string"
+        "interface-name" : {
+          "type" : "string"
         },
-        "vf-module-number": {
-          "type": "string",
-          "default": "3"
+        "interface-description" : {
+          "type" : "string"
         },
-        "prefix-id": {
-          "type": "integer",
-          "default": 11
+        "unit-number" : {
+          "type" : "string"
+        },
+        "prefix-id" : {
+          "type" : "string",
+          "default" : "6"
+        },
+        "vf-module-type" : {
+          "type" : "string"
+        },
+        "vf-module-number" : {
+          "type" : "string",
+          "default" : "3"
         }
       },
-      "derived_from": "tosca.datatypes.Dynamic"
+      "derived_from" : "tosca.datatypes.Dynamic"
     },
-    "dt-config-assign-properties": {
-      "description": "Dynamic DataType definition for workflow(config-assign).",
-      "version": "1.0.0",
-      "properties": {
-        "hostname": {
-          "type": "string"
+    "dt-netbox-ip" : {
+      "description" : "This is Netbox IP Data Type",
+      "version" : "1.0.0",
+      "properties" : {
+        "address" : {
+          "required" : true,
+          "type" : "string"
+        },
+        "id" : {
+          "required" : true,
+          "type" : "integer"
         }
       },
-      "derived_from": "tosca.datatypes.Dynamic"
+      "derived_from" : "tosca.datatypes.Root"
     },
-    "dt-config-deploy-properties": {
-      "description": "Dynamic DataType definition for workflow(config-deploy).",
-      "version": "1.0.0",
-      "properties": {
-        "vfw_interface_ip": {
-          "type": "dt-netbox-ip"
-        },
-        "interface-name": {
-          "type": "string"
-        },
-        "interface-description": {
-          "type": "string"
+    "dt-resource-assignment-properties" : {
+      "description" : "Dynamic DataType definition for workflow(resource-assignment).",
+      "version" : "1.0.0",
+      "properties" : {
+        "vfw_interface_ip" : {
+          "type" : "dt-netbox-ip"
         },
-        "unit-number": {
-          "type": "string"
+        "interface-description" : {
+          "type" : "string"
         },
-        "prefix-id": {
-          "type": "string",
-          "default": "11"
+        "vf-module-type" : {
+          "type" : "string"
         },
-        "vf-module-type": {
-          "type": "string"
+        "vf-module-number" : {
+          "type" : "string",
+          "default" : "3"
         },
-        "vf-module-number": {
-          "type": "string",
-          "default": "3"
+        "prefix-id" : {
+          "type" : "integer",
+          "default" : 6
         }
       },
-      "derived_from": "tosca.datatypes.Dynamic"
+      "derived_from" : "tosca.datatypes.Dynamic"
     },
-    "dt-rollback-properties": {
-      "description": "Dynamic DataType definition for workflow(rollback).",
-      "version": "1.0.0",
-      "properties": {
-      },
-      "derived_from": "tosca.datatypes.Dynamic"
-    },
-    "dt-netbox-ip": {
-      "description": "This is Netbox IP Data Type",
-      "version": "1.0.0",
-      "properties": {
-        "address": {
-          "required": true,
-          "type": "string"
-        },
-        "id": {
-          "required": true,
-          "type": "integer"
-        }
-      },
-      "derived_from": "tosca.datatypes.Root"
+    "dt-rollback-properties" : {
+      "description" : "Dynamic DataType definition for workflow(rollback).",
+      "version" : "1.0.0",
+      "properties" : { },
+      "derived_from" : "tosca.datatypes.Dynamic"
     }
   }
 }
\ No newline at end of file