Integrate aai-schema-ingest library into aai-core
[aai/aai-common.git] / aai-core / src / test / resources / dbedgerules / test2.json
1 {
2         "rules": [
3                 {
4                         "from": "foo",
5                         "to": "dog",
6                         "label": "pets",
7                         "direction": "OUT",
8                         "multiplicity": "One2Many",
9                         "contains-other-v": "NONE",
10                         "delete-other-v": "${direction}",
11                         "prevent-delete": "NONE",
12                         "description": "Hard to describe"
13                 },
14                 {
15                         "from": "dog",
16                         "to": "puppy",
17                         "label": "caresFor",
18                         "direction": "OUT",
19                         "multiplicity": "One2Many",
20                         "contains-other-v": "NONE",
21                         "delete-other-v": "${direction}",
22                         "prevent-delete": "NONE",
23                         "description": "Hard to describe",
24                         "default": "true"
25                 }
26         ]
27 }