AAI-2154 Add EdgeRules to support BBS use case
[aai/schema-service.git] / aai-schema / src / main / resources / onap / dbedgerules / v16 / DbEdgeRules_bbs_v16.json
1 {
2   "rules": [
3         {
4                 "from": "metadatum",
5                 "to": "generic-vnf",
6                 "label": "org.onap.relationships.inventory.AppliesTo",
7                 "direction": "OUT",
8                 "multiplicity": "MANY2MANY",
9                 "contains-other-v": "NONE",
10                 "delete-other-v": "NONE",
11                 "prevent-delete": "NONE",
12                 "default": "true",
13                 "description":"AAI-2154 For BBS Usecase"
14         },
15         {
16                 "from": "metadatum",
17                 "to": "pnf",
18                 "label": "org.onap.relationships.inventory.AppliesTo",
19                 "direction": "OUT",
20                 "multiplicity": "MANY2MANY",
21                 "contains-other-v": "NONE",
22                 "delete-other-v": "NONE",
23                 "prevent-delete": "NONE",
24                 "default": "true",
25                 "description":"AAI-2154 For BBS Usecase"
26         },
27         {
28                 "from": "metadatum",
29                 "to": "cp",
30                 "label": "org.onap.relationships.inventory.AppliesTo",
31                 "direction": "OUT",
32                 "multiplicity": "MANY2MANY",
33                 "contains-other-v": "NONE",
34                 "delete-other-v": "NONE",
35                 "prevent-delete": "NONE",
36                 "default": "true",
37                 "description":"AAI-2154 For BBS Usecase"
38         }
39   ]
40 }