AAI-1467 Add sp-partner schema for CCVPN
[aai/aai-common.git] / aai-schema / src / main / resources / onap / dbedgerules / v14 / DbEdgeRules_ccvpn_v14.json
1 {
2   "rules": [
3         {
4                 "from": "vpn-binding",
5                 "to": "p-interface",
6                 "label": "org.onap.relationships.inventory.BindsTo",
7                 "direction": "OUT",
8                 "multiplicity": "ONE2MANY",
9                 "contains-other-v": "NONE",
10                 "delete-other-v": "NONE",
11                 "prevent-delete": "NONE",
12                 "default": "true",
13                 "description":"For CCVPN Usecase"
14         },
15         {
16                 "from": "sp-partner",
17                 "to": "service-instance",
18                 "label": "org.onap.relationships.inventory.PartOf",
19                 "direction": "OUT",
20                 "multiplicity": "ONE2MANY",
21                 "contains-other-v": "NONE",
22                 "delete-other-v": "NONE",
23                 "prevent-delete": "NONE",
24                 "default": "true",
25                 "description":"For CCVPN Usecase"
26         }
27   ]
28 }