Upgrade version of aai-common
[aai/gizmo.git] / src / test / resources / rules / v13 / DbEdgeRules_test_two_v13.json
1 {
2         "rules": [
3                 {
4                         "from": “C”,
5                         "to": “D”,
6                         "label": “C-To-D”,
7                         "direction": "OUT",
8                         "multiplicity": "Many2Many",
9                         "contains-other-v": "NONE",
10                         "delete-other-v": "NONE",
11                         "SVC-INFRA": "NONE",
12                         "prevent-delete": "!${direction}"
13                 },
14                 {
15                         "from": “D”,
16                         "to": “E”,
17                         "label": “D-To-E”,
18                         "direction": "OUT",
19                         "multiplicity": "Many2Many",
20                         "contains-other-v": "NONE",
21                         "delete-other-v": "NONE",
22                         "SVC-INFRA": "NONE",
23                         "prevent-delete": "!${direction}"
24                 }
25                         ]
26 }