summaryrefslogtreecommitdiffstats
path: root/aai-core/src/test/resources/bundleconfig-local/etc/relationship/ambiguous-relationship.json
blob: c6407e2cc85fe0aff126364fb8f336ce80ee042d (plain)
1
2
3
4
5
6
7
8
9
10
{
	"related-to": "generic-vnf",
	"relationship-data" : [{
		"relationship-key" : "generic-vnf.vnf-id",
		"relationship-value":"key1"
	},{
		"relationship-key" : "generic-vnf.vnf-id",
		"relationship-value":"key2"
	}]
}