aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/rules/DbEdgeRules_test_two_v13.json
blob: d1995d289a7b6400352c60334b687002979a9e9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
	"rules": [
		{
			"from": “C”,
			"to": “D”,
			"label": “C-To-D”,
			"direction": "OUT",
			"multiplicity": "Many2Many",
			"contains-other-v": "NONE",
			"delete-other-v": "NONE",
			"SVC-INFRA": "NONE",
			"prevent-delete": "!${direction}"
		},
		{
			"from": “D”,
			"to": “E”,
			"label": “D-To-E”,
			"direction": "OUT",
			"multiplicity": "Many2Many",
			"contains-other-v": "NONE",
			"delete-other-v": "NONE",
			"SVC-INFRA": "NONE",
			"prevent-delete": "!${direction}"
		}
			]
}