Integrate aai-schema-ingest library into aai-core
[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                         "prevent-delete": "NONE",
11                         "description": "Hard to describe"
12                 },
13                 {
14                         "from": "foo",
15                         "to": "baz",
16                         "label": "isVeryHappyAbout",
17                         "direction": "OUT",
18                         "multiplicity": "One2Many",
19                         "contains-other-v": "${direction}",
20                         "delete-other-v": "${direction}",
21                         "prevent-delete": "NONE",
22                         "description": "Hard to describe"
23                 },
24                 {
25                         "from": "quux",
26                         "to": "foo",
27                         "label": "dancesWith",
28                         "direction": "IN",
29                         "multiplicity": "One2Many",
30                         "contains-other-v": "!${direction}",
31                         "delete-other-v": "${direction}",
32                         "prevent-delete": "NONE",
33                         "description": "Hard to describe"
34                 }
35         ]
36 }