Update aai-schema-ingest dependency in the schema-service
[aai/schema-service.git] / aai-schema-gen / src / test / resources / dbedgerules / DbEdgeBusinessRules_test.json
1 {
2   "rules": [
3     {
4       "from": "service-subscription",
5       "to": "customer",
6       "label": "org.onap.relationships.inventory.BelongsTo",
7       "direction": "OUT",
8       "multiplicity": "MANY2ONE",
9       "contains-other-v": "!${direction}",
10       "delete-other-v": "!${direction}",
11       "prevent-delete": "NONE",
12       "default": "true",
13       "description":""
14     },
15     {
16       "from": "service-instance",
17       "to": "service-subscription",
18       "label": "org.onap.relationships.inventory.BelongsTo",
19       "direction": "OUT",
20       "multiplicity": "MANY2ONE",
21       "contains-other-v": "!${direction}",
22       "delete-other-v": "!${direction}",
23       "prevent-delete": "NONE",
24       "default": "true",
25       "description":""
26     },
27     {
28       "from": "service-subscription",
29       "to": "tenant",
30       "label": "org.onap.relationships.inventory.Uses",
31       "direction": "OUT",
32       "multiplicity": "MANY2MANY",
33       "contains-other-v": "NONE",
34       "delete-other-v": "NONE",
35       "prevent-delete": "NONE",
36       "default": "true",
37       "description":""
38     }  ]
39 }