aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhariharan97 <rh20085046@wipro.com>2020-11-09 17:59:20 +0530
committerWilliam Reehil <william.reehil@att.com>2020-11-09 16:14:21 +0000
commite71148fc6b38b2b87e9550727bc64e432d8b5aee (patch)
tree9b3037f3bcb6920234cb0480f57c863a011a1433
parentc44674db0116cb2f0cac2f00558a0c871c857eec (diff)
Added DbEdgerules-Fix for Multiplicity Violation
Issue-ID: AAI-3220 Signed-off-by: hariharan97 <rh20085046@wipro.com> Change-Id: Id4ecf2c514c189f812b5b4a5a348320ba98283ca Signed-off-by: hariharan97 <rh20085046@wipro.com> (cherry picked from commit d39539a1da74e307e1452b7297b3ee29ef444cdb)
-rw-r--r--aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_v21.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_v21.json b/aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_v21.json
index 833be5f..2c2c0fc 100644
--- a/aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_v21.json
+++ b/aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_v21.json
@@ -1881,7 +1881,7 @@
"to": "service-instance",
"label": "org.onap.relationships.inventory.ComposedOf",
"direction": "OUT",
- "multiplicity": "ONE2MANY",
+ "multiplicity": "MANY2MANY",
"contains-other-v": "NONE",
"delete-other-v": "NONE",
"prevent-delete": "NONE",