X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=aai-schema%2Fsrc%2Fmain%2Fresources%2Fonap%2Fdbedgerules%2Fv26%2FDbEdgeRules_bbs_v26.json;fp=aai-schema%2Fsrc%2Fmain%2Fresources%2Fonap%2Fdbedgerules%2Fv26%2FDbEdgeRules_bbs_v26.json;h=d9e3a3ad3883ec2a96499afd57976a2a7f39b254;hb=c831f186a3b2ac2e8e48fc4511729048650ba2c8;hp=0000000000000000000000000000000000000000;hpb=24ca3bd62eedfe710ff3da764576dd33a862c823;p=aai%2Fschema-service.git diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v26/DbEdgeRules_bbs_v26.json b/aai-schema/src/main/resources/onap/dbedgerules/v26/DbEdgeRules_bbs_v26.json new file mode 100644 index 0000000..d9e3a3a --- /dev/null +++ b/aai-schema/src/main/resources/onap/dbedgerules/v26/DbEdgeRules_bbs_v26.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" + } + ] +}