Initial commit with all the necessary files
[aai/aai-common.git] / aai-core / src / test / resources / org / openecomp / aai / parsers / relationship / ambiguous-relationship.json
1 {
2         "related-to": "test-object",
3         "relationship-data" : [{
4                 "relationship-key" : "test-object.vnf-id",
5                 "relationship-value":"key1"
6         },{
7                 "relationship-key" : "test-object.vnf-id",
8                 "relationship-value":"key2"
9         }]
10 }