CDS max-occurrence feature
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / baseconfiguration / Definitions / data_types.json
index 6d771cd..94c587a 100644 (file)
         "vnf_name": {
           "required": true,
           "type": "string"
+        },
+        "firmware-version": {
+          "type" : "string"
+        },
+        "ip-address": {
+          "type" : "string"
         }
       },
       "derived_from": "tosca.datatypes.Dynamic"