diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2020-09-09 16:04:51 -0400 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2020-09-09 16:28:24 -0400 |
commit | 3fd24c79537eb72274a33f330ac102812dd95fc0 (patch) | |
tree | 691077ae0a323a733bf6fe7e5b2893ef6971bbbd /aai-schema/src/main/resources/onap/dbedgerules/v12 | |
parent | fbf222c19e05e3d598b6c5abe0c14e52dbe9834f (diff) |
Fix duplicate edgerules causing issues in creation
Issue-ID: SO-3216
Change-Id: I140445445625d34edbc82305da323a5394433e2b
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Diffstat (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v12')
-rw-r--r-- | aai-schema/src/main/resources/onap/dbedgerules/v12/DbEdgeRules_v12.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v12/DbEdgeRules_v12.json b/aai-schema/src/main/resources/onap/dbedgerules/v12/DbEdgeRules_v12.json index 087a71a..f1a4a4b 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v12/DbEdgeRules_v12.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v12/DbEdgeRules_v12.json @@ -331,7 +331,7 @@ "direction": "OUT", "multiplicity": "ONE2MANY", "contains-other-v": "NONE", - "delete-other-v": "${direction}", + "delete-other-v": "NONE", "prevent-delete": "NONE", "default": "true", "description":"" @@ -893,7 +893,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", |