CDS max-occurrence feature
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / baseconfiguration / Definitions / maxoccurrence-mapping.json
diff --git a/components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Definitions/maxoccurrence-mapping.json b/components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Definitions/maxoccurrence-mapping.json
new file mode 100644 (file)
index 0000000..7294885
--- /dev/null
@@ -0,0 +1,23 @@
+[
+  {
+    "name": "firmware-version",
+    "input-param": true,
+    "property": {
+      "type": "string"
+    },
+    "dictionary-name": "input-source",
+    "dictionary-source": "input",
+    "dependencies": []
+  },
+  {
+    "name": "ip-address",
+    "input-param": true,
+    "property": {
+      "type": "string"
+    },
+    "max-occurrence": 1,
+    "dictionary-name": "input-source",
+    "dictionary-source": "input",
+    "dependencies": []
+  }
+]
\ No newline at end of file