From d39539a1da74e307e1452b7297b3ee29ef444cdb Mon Sep 17 00:00:00 2001 From: hariharan97 Date: Mon, 9 Nov 2020 17:59:20 +0530 Subject: Added DbEdgerules-Fix for Multiplicity Violation Issue-ID: AAI-3220 Signed-off-by: hariharan97 Change-Id: Id4ecf2c514c189f812b5b4a5a348320ba98283ca Signed-off-by: hariharan97 --- aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_v21.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit 1.2.3-korg