From 3fd24c79537eb72274a33f330ac102812dd95fc0 Mon Sep 17 00:00:00 2001 From: Harish Venkata Kajur Date: Wed, 9 Sep 2020 16:04:51 -0400 Subject: Fix duplicate edgerules causing issues in creation Issue-ID: SO-3216 Change-Id: I140445445625d34edbc82305da323a5394433e2b Signed-off-by: Harish Venkata Kajur --- .../src/main/resources/onap/dbedgerules/v13/DbEdgeRules_v13.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v13/DbEdgeRules_v13.json') diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v13/DbEdgeRules_v13.json b/aai-schema/src/main/resources/onap/dbedgerules/v13/DbEdgeRules_v13.json index fb45589..4296bb3 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v13/DbEdgeRules_v13.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v13/DbEdgeRules_v13.json @@ -343,7 +343,7 @@ "direction": "OUT", "multiplicity": "ONE2MANY", "contains-other-v": "NONE", - "delete-other-v": "${direction}", + "delete-other-v": "NONE", "prevent-delete": "NONE", "default": "true", "description":"" @@ -905,7 +905,7 @@ "to": "l3-network", "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