X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=components%2Fmodel-catalog%2Fblueprint-model%2Ftest-blueprint%2Fbaseconfiguration%2FDefinitions%2Fmaxoccurrence-mapping.json;fp=components%2Fmodel-catalog%2Fblueprint-model%2Ftest-blueprint%2Fbaseconfiguration%2FDefinitions%2Fmaxoccurrence-mapping.json;h=7294885204da70699f312b05dcadbfd0dbd1cd08;hb=89c17ae2e3222b98450e7c8d17566cd76ecf113b;hp=0000000000000000000000000000000000000000;hpb=e8e0087c6aea0bf9b2d3d17207574e8db84ba0f3;p=ccsdk%2Fcds.git 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 index 000000000..729488520 --- /dev/null +++ b/components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Definitions/maxoccurrence-mapping.json @@ -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