[AAI-178 Amsterdam] Make Edge Properties to be
[aai/aai-common.git] / aai-core / src / test / resources / dbEdgeRulesConversion / conversionTestCompare.json
1 {"rules":
2 [
3 {
4         "from" : "foo",
5         "to" : "bar",
6         "label" : "has",
7         "direction" : "OUT",
8         "multiplicity" : "Many2Many",
9         "contains" : "false",
10         "uses-resource" : "false",
11         "delete-other-v" : "false",
12         "SVC-INFRA" : "false"
13 },
14 {
15         "from" : "baz",
16         "to" : "quux",
17         "label" : "treatsVeryKindly",
18         "direction" : "IN",
19         "multiplicity" : "One2One",
20         "contains" : "true",
21         "uses-resource" : "true",
22         "delete-other-v" : "true",
23         "SVC-INFRA" : "true"
24 }
25 ]
26 }