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