Move the aai-schema, annotations and
[aai/schema-service.git] / aai-schema-gen / src / test / resources / dbedgerules / DbEdgeRules_PrivateEdges.json
1 {
2   "rules": [
3     {
4       "from": "pserver",
5       "to": "complex",
6       "label": "org.onap.relationships.inventory.LocatedIn",
7       "direction": "OUT",
8       "multiplicity": "MANY2ONE",
9       "contains-other-v": "NONE",
10       "delete-other-v": "NONE",
11       "prevent-delete": "!${direction}",
12       "default": "true",
13       "description":""
14     },
15     {
16       "from": "model-element",
17       "to": "model-ver",
18       "label": "org.onap.relationships.inventory.IsA",
19       "direction": "OUT",
20       "multiplicity": "MANY2ONE",
21       "contains-other-v": "NONE",
22       "delete-other-v": "NONE",
23       "prevent-delete": "!${direction}",
24       "default": "true",
25       "description":""
26     },
27     {
28       "from": "metadatum",
29       "to": "model-ver",
30       "label": "org.onap.relationships.inventory.BelongsTo",
31       "direction": "OUT",
32       "multiplicity": "MANY2ONE",
33       "contains-other-v": "!${direction}",
34       "delete-other-v": "!${direction}",
35       "prevent-delete": "NONE",
36       "default": "true",
37       "description":""
38     },
39     {
40       "from": "model-element",
41       "to": "model-ver",
42       "label": "org.onap.relationships.inventory.BelongsTo",
43       "direction": "OUT",
44       "multiplicity": "MANY2ONE",
45       "contains-other-v": "!${direction}",
46       "delete-other-v": "!${direction}",
47       "prevent-delete": "NONE",
48       "default": "true",
49       "description":""
50     },
51     {
52       "from": "model-private",
53       "to": "model-ver",
54       "label": "org.onap.relationships.inventory.BelongsTo",
55       "direction": "OUT",
56       "multiplicity": "MANY2ONE",
57       "contains-other-v": "NONE",
58       "delete-other-v": "NONE",
59       "prevent-delete": "NONE",
60       "default": "true",
61       "description":"",
62       "private": "true"
63     },
64     {
65       "from": "generic-vnf",
66       "to": "model-ver",
67       "label": "org.onap.relationships.inventory.IsA",
68       "direction": "OUT",
69       "multiplicity": "MANY2ONE",
70       "contains-other-v": "NONE",
71       "delete-other-v": "NONE",
72       "SVC-INFRA": "NONE",
73       "prevent-delete": "!${direction}",
74       "private": "true"
75     }
76   ]
77 }