Adding interfaces in documentation
[aai/sparky-be.git] / src / test / resources / sync / aai / aai-resources / tenant / tenant-1.json
1 {
2     "tenant-id": "tenant-1",
3     "tenant-name": "SuperDude",
4     "resource-version": "1494001855362",
5     "relationship-list": {
6         "relationship": [
7             {
8                 "related-to": "service-subscription",
9                 "related-link": "/aai/v11/business/customers/customer/customer-2/service-subscriptions/service-subscription/service-subscription-2",
10                 "relationship-data": [
11                     {
12                         "relationship-key": "customer.global-customer-id",
13                         "relationship-value": "customer-4"
14                     },
15                     {
16                         "relationship-key": "service-subscription.service-type",
17                         "relationship-value": "service-subscription-2"
18                     }
19                 ]
20             }
21         ]
22     }
23 }