aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main/resources/onap/dbedgerules/v28/DbEdgeRules_bbs_v28.json
blob: d9e3a3ad3883ec2a96499afd57976a2a7f39b254 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "rules": [
	{
		"from": "metadatum",
		"to": "generic-vnf",
		"label": "org.onap.relationships.inventory.AppliesTo",
		"direction": "OUT",
		"multiplicity": "MANY2MANY",
		"contains-other-v": "NONE",
		"delete-other-v": "NONE",
		"prevent-delete": "NONE",
		"default": "true",
		"description":"AAI-2154 For BBS Usecase"
	},
	{
		"from": "metadatum",
		"to": "pnf",
		"label": "org.onap.relationships.inventory.AppliesTo",
		"direction": "OUT",
		"multiplicity": "MANY2MANY",
		"contains-other-v": "NONE",
		"delete-other-v": "NONE",
		"prevent-delete": "NONE",
		"default": "true",
		"description":"AAI-2154 For BBS Usecase"
	},
	{
		"from": "metadatum",
		"to": "cp",
		"label": "org.onap.relationships.inventory.AppliesTo",
		"direction": "OUT",
		"multiplicity": "MANY2MANY",
		"contains-other-v": "NONE",
		"delete-other-v": "NONE",
		"prevent-delete": "NONE",
		"default": "true",
		"description":"AAI-2154 For BBS Usecase"
	}
  ]
}