aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_bbs_v20.json
diff options
context:
space:
mode:
authorLaMont, William(wl2432) <wl2432@att.com>2020-04-29 13:15:07 -0400
committerJames Forsyth <jf2512@att.com>2020-04-29 19:27:40 +0000
commit353536d925f5024030b67a9d8d577e456b35f58b (patch)
tree9ec7fdb0b777002aaa33193a678e5d8c03107d73 /aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_bbs_v20.json
parent9e1af3806e6a4a8379075b32b8e3ca54291b9192 (diff)
schema changes for v20
Issue-ID: AAI-2894 Change-Id: I7c346ef67769549b204eb19953f7a30056af4de7 Signed-off-by: LaMont, William(wl2432) <wl2432@att.com>
Diffstat (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_bbs_v20.json')
-rw-r--r--aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_bbs_v20.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_bbs_v20.json b/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_bbs_v20.json
new file mode 100644
index 0000000..d9e3a3a
--- /dev/null
+++ b/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_bbs_v20.json
@@ -0,0 +1,40 @@
+{
+ "rules": [
+ {
+ "from": "metadatum",
+ "to": "generic-vnf",
+ "label": "org.onap.relationships.inventory.AppliesTo",
+ "direction": "OUT",
+ "multiplicity": "MANY2MANY",
+ "contains-other-v": "NONE",
+ "delete-other-v": "NONE",
+ "prevent-delete": "NONE",
+ "default": "true",
+ "description":"AAI-2154 For BBS Usecase"
+ },
+ {
+ "from": "metadatum",
+ "to": "pnf",
+ "label": "org.onap.relationships.inventory.AppliesTo",
+ "direction": "OUT",
+ "multiplicity": "MANY2MANY",
+ "contains-other-v": "NONE",
+ "delete-other-v": "NONE",
+ "prevent-delete": "NONE",
+ "default": "true",
+ "description":"AAI-2154 For BBS Usecase"
+ },
+ {
+ "from": "metadatum",
+ "to": "cp",
+ "label": "org.onap.relationships.inventory.AppliesTo",
+ "direction": "OUT",
+ "multiplicity": "MANY2MANY",
+ "contains-other-v": "NONE",
+ "delete-other-v": "NONE",
+ "prevent-delete": "NONE",
+ "default": "true",
+ "description":"AAI-2154 For BBS Usecase"
+ }
+ ]
+}