Sync the latest code changes
[aai/aai-common.git] / aai-core / src / test / resources / dbedgerules / DbEdgeRules_test_broken.json
1 {
2         "rules": [
3                 {
4                         "from": "foo",
5                         "to": "bar",
6                         "label": "eats",
7                         "direction": "OUT",
8                         "multiplicity": "One2Many",
9                         "contains-other-v": "NONE",
10                         "SVC-INFRA": "NONE",
11                         "prevent-delete": "NONE",
12                         "description": "Hard to describe"
13                 },
14                 {
15                         "from": "foo",
16                         "to": "baz",
17                         "label": "isVeryHappyAbout",
18                         "direction": "OUT",
19                         "multiplicity": "One2Many",
20                         "contains-other-v": "${direction}",
21                         "delete-other-v": "${direction}",
22                         "SVC-INFRA": "NONE",
23                         "prevent-delete": "NONE",
24                         "description": "Hard to describe"
25                 },
26                 {
27                         "from": "quux",
28                         "to": "foo",
29                         "label": "dancesWith",
30                         "direction": "IN",
31                         "multiplicity": "One2Many",
32                         "contains-other-v": "!${direction}",
33                         "delete-other-v": "${direction}",
34                         "prevent-delete": "NONE",
35                         "description": "Hard to describe"
36                 }
37         ]
38 }