Containerization feature of SO
[so.git] / bpmn / MSOCommonBPMN / src / test / resources / __files / ExecuteBuildingBlock / HighLevelObjectsExpected.json
1 {
2         "customer": {
3                 "global-customer-id": "globalCustomerId",
4                 "subscriber-name": "subscriberName",
5                 "subscriber-type": "subscriberType",
6                 "service-subscription": {
7                         "service-type": "subscriptionServiceType"
8                 }
9         },
10         "project": {
11                 "project-name": "projectName"
12         },
13         "owningEntity": {
14                 "owning-entity-id": "owningEntityId",
15                 "owning-entity-name": "owningEntityName"
16         },
17         "platform": {
18                 "platform-name": "platformName"
19         },
20         "lineOfBusiness": {
21                 "line-of-business-name": "lineOfBusinessName"
22         }
23 }