diff options
author | William Reehil <william.reehil@att.com> | 2021-08-25 14:38:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-08-25 14:38:06 +0000 |
commit | 058badd5aff3e77ecbc42655fe62ff9a06f36931 (patch) | |
tree | e1ee0971030a44f82ad49a673dd1f718594b6fa5 /aai-schema/src/main/resources | |
parent | bc5b2f6610e5711118b2ff77dbff8628499cb67f (diff) | |
parent | 06182456add847a1cbb6cc8606705212073f39f7 (diff) |
Merge "Allow Many to Many edge rule between connectivity and uni AAI schema changes -- cloud lease line"
Diffstat (limited to 'aai-schema/src/main/resources')
-rw-r--r-- | aai-schema/src/main/resources/onap/dbedgerules/v24/DbEdgeRules_ccvpn_v24.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v24/DbEdgeRules_ccvpn_v24.json b/aai-schema/src/main/resources/onap/dbedgerules/v24/DbEdgeRules_ccvpn_v24.json index 09852d6..a8b1936 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v24/DbEdgeRules_ccvpn_v24.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v24/DbEdgeRules_ccvpn_v24.json @@ -78,7 +78,7 @@ "to": "uni", "label": "org.onap.relationships.inventory.PartOf", "direction": "OUT", - "multiplicity": "ONE2MANY", + "multiplicity": "MANY2MANY", "contains-other-v": "NONE", "delete-other-v": "NONE", "prevent-delete": "NONE", |