Add serviceCatalog rest services
[externalapi/nbi.git] / src / main / resources / jolt / findServiceCatalog.json
1 [
2   {
3     "operation": "shift",
4     "spec": {
5       "*": {
6         "uuid": "[&1].id",
7         "description": "[&1].description",
8         "name": "[&1].name",
9         "invariantUUID": "[&1].invariantUUID",
10         "category": "[&1].category",
11         "distributionStatus": "[&1].distributionStatus",
12         "version": "[&1].version",
13         "lifecycleState": "[&1].lifecycleStatus",
14         "lastUpdaterUserId": "[&1].relatedParty.id"
15       }
16     }
17   },
18   {
19     "operation": "default",
20     "spec": {
21       "*": {
22         "relatedParty": {
23             "role": "lastUpdater"
24         }
25       }
26     }
27   }
28 ]