1{
2 "appId": "app:bbbb-9999-1111-2222-eeeerrrr22222",
3 "listingId": "vehicle-tracker-genius",
4 "urn": "platform:app:aaaa-9999-1111-2222-eeeerrrr22222",
5 "appType": "web",
6 "isSubscriptionCredentialsAvailable": true,
7 "clients": [
8 {
9 "environment": "development",
10 "clientKey": "platform:app:client:aaaa-9999-1111-2222-eeeerrrr22222",
11 "serviceKey": "platform:app:service:aaaa-9999-1111-2222-eeeerrrr333333",
12 "secret": "cccc-9999-3333-2222-eeeerrrr22222"
13 }
14 ],
15 "versions": [
16 {
17 "appId": "app:bf17e158-1951-47f9-84f1-e50aeb59fac2",
18 "appVersionId": "appversion:bf17e158-1951-47f9-84f1-e50aeb59fac2",
19 "version": "1.0.0",
20 "displayName": "Vehicles",
21 "isPrivate": true,
22 "isConsoleCompatible": true,
23 "isMarketplaceCompatible": true,
24 "status": "DEVELOPMENT",
25 "state": {
26 "createApp": "SUCCESS",
27 "subscribeApp": "SUCCESS",
28 "grantPerimssions": "FAILED"
29 },
30 "appUrls": [
31 {
32 "name": "interface",
33 "url": "https://mytenant.os1.delhivery.com/my-app"
34 }
35 ],
36 "urlOverrides": [
37 {
38 "name": "interface",
39 "url": "https://mytenant.os1.delhivery.com/my-app"
40 }
41 ],
42 "icons": {
43 "artifactId": "470d7bb7-4136-4fa5-8806-85d5f7ee2548",
44 "fileName": "icon.png",
45 "fileDescription": "Icon for the app",
46 "fileUrl": "https://cdn.os1.delhivery.com/470d7bb7-4136-4fa5-8806-85d5f7ee2548"
47 },
48 "images": {
49 "artifactId": "470d7bb7-4136-4fa5-8806-85d5f7ee2548",
50 "fileName": "screen.png",
51 "fileDescription": "App screenshot 1",
52 "fileUrl": "https://cdn.os1.delhivery.com/470d7bb7-4136-4fa5-8806-85d5f7ee2548"
53 },
54 "shortDescription": "This is a short description of the app",
55 "longDescription": "This is a very long description of the app",
56 "categories": [
57 [
58 "logistics",
59 "delivery",
60 "first mile"
61 ]
62 ],
63 "documents": [
64 {
65 "category": "DRAFT",
66 "document": {
67 "artifactId": "470d7bb7-4136-4fa5-8806-85d5f7ee2548",
68 "fileName": "security-scan.docx",
69 "fileDescription": "Security scan report",
70 "fileUrl": "s3://my-app/security-scan.docx"
71 }
72 }
73 ],
74 "permissions": [
75 {
76 "artifactId": "470d7bb7-4136-4fa5-8806-85d5f7ee2548",
77 "fileName": "icon.png",
78 "fileDescription": "string",
79 "fileUrl": "https://my-app.com/icon.png",
80 "filePath": "myapp/icon.png"
81 }
82 ],
83 "permissionsWeb": [
84 {
85 "artifactId": "470d7bb7-4136-4fa5-8806-85d5f7ee2548",
86 "fileName": "icon.png",
87 "fileDescription": "string",
88 "fileUrl": "https://my-app.com/icon.png",
89 "filePath": "myapp/icon.png"
90 }
91 ],
92 "applicationMenu": [
93 {
94 "id": "470d7bb7-4136-4fa5-8806-85d5f7ee2548",
95 "parentId": "470d7bb7-4136-4fa5-8806-85d5f7ee2548",
96 "displayName": "Create Order",
97 "displayOrder": 1,
98 "relativePath": "/my-app/create-order",
99 "icon": {
100 "artifactId": "470d7bb7-4136-4fa5-8806-85d5f7ee2548",
101 "fileName": "icon.png",
102 "fileDescription": "Icon for the menu item",
103 "fileUrl": "https://my-app.com/icon.png"
104 }
105 }
106 ],
107 "compatibleSolution": [
108 {
109 "solutionId": "solution:b31414f1-bc40-42c9-bcc0-ed7a47126441"
110 }
111 ]
112 }
113 ]
114}