-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAcme_Rideshare_EP_Export.json
More file actions
474 lines (474 loc) · 31.9 KB
/
Acme_Rideshare_EP_Export.json
File metadata and controls
474 lines (474 loc) · 31.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
[
{
"createdTime": 1574971691119,
"updatedTime": 1574971691119,
"createdBy": "",
"changedBy": "",
"id": "20ta1279l45v",
"name": "Acme Rideshare",
"topicDomain": "acme/rideshare",
"description": "",
"enforceUniqueTopicNames": true,
"schemas": [
{
"createdTime": 1574971691179,
"updatedTime": 1574971691179,
"createdBy": "",
"changedBy": "",
"id": "20ta1279l47j",
"name": "DriverStatus",
"shared": false,
"description": "Schema represents the data format that the driver apps should be sending periodically that represent the \"state\" of the driver. ",
"contentType": "JSON",
"content": "{\"definitions\":{},\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"$id\":\"http://example.com/root.json\",\"type\":\"object\",\"title\":\"The Root Schema\",\"required\":[\"driver_id\",\"first_name\",\"last_name\",\"email\",\"phone_number\",\"picture\",\"promo_code\",\"rating\",\"activation_status\"],\"properties\":{\"driver_id\":{\"$id\":\"#/properties/driver_id\",\"type\":\"string\",\"title\":\"The Driver_id Schema\",\"default\":\"\",\"examples\":[\"8LvWuRAq2511gmr8EMkovekFNa2848lyMaQevIto-aXmnK9oKNRtfTxYLgPq9OSt8EzAu5pDB7XiaQIrcp-zXgOA5EyK4h00U6D1o7aZpXIQah--U77Eh7LEBiksj2rahB==\"],\"pattern\":\"^(.*)$\"},\"first_name\":{\"$id\":\"#/properties/first_name\",\"type\":\"string\",\"title\":\"The First_name Schema\",\"default\":\"\",\"examples\":[\"Uber\"],\"pattern\":\"^(.*)$\"},\"last_name\":{\"$id\":\"#/properties/last_name\",\"type\":\"string\",\"title\":\"The Last_name Schema\",\"default\":\"\",\"examples\":[\"Tester\"],\"pattern\":\"^(.*)$\"},\"email\":{\"$id\":\"#/properties/email\",\"type\":\"string\",\"title\":\"The Email Schema\",\"default\":\"\",\"examples\":[\"uber.developer+tester@example.com\"],\"pattern\":\"^(.*)$\"},\"phone_number\":{\"$id\":\"#/properties/phone_number\",\"type\":\"string\",\"title\":\"The Phone_number Schema\",\"default\":\"\",\"examples\":[\"+14155550000\"],\"pattern\":\"^(.*)$\"},\"picture\":{\"$id\":\"#/properties/picture\",\"type\":\"string\",\"title\":\"The Picture Schema\",\"default\":\"\",\"examples\":[\"https://d1w2poirtb3as9.cloudfront.net/16ce502f4767f17b120e.png\"],\"pattern\":\"^(.*)$\"},\"promo_code\":{\"$id\":\"#/properties/promo_code\",\"type\":\"string\",\"title\":\"The Promo_code Schema\",\"default\":\"\",\"examples\":[\"ubert4544ue\"],\"pattern\":\"^(.*)$\"},\"rating\":{\"$id\":\"#/properties/rating\",\"type\":\"integer\",\"title\":\"The Rating Schema\",\"default\":0,\"examples\":[5]},\"activation_status\":{\"$id\":\"#/properties/activation_status\",\"type\":\"string\",\"title\":\"The Activation_status Schema\",\"default\":\"\",\"examples\":[\"active\"],\"pattern\":\"^(.*)$\"}}}",
"applicationDomainId": "20ta1279l45v",
"revisionNumber": 1,
"versions": [],
"type": "schema"
},
{
"createdTime": 1574971691156,
"updatedTime": 1574971691156,
"createdBy": "",
"changedBy": "",
"id": "20ta1279l46z",
"name": "DriverRideAccept",
"shared": false,
"description": "Data format that represents the information required for a driver to accept a ride. ",
"contentType": "JSON",
"content": "{\"definitions\":{},\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"$id\":\"http://example.com/root.json\",\"type\":\"object\",\"title\":\"The Root Schema\",\"required\":[\"request_id\",\"product_id\",\"status\",\"vehicle\",\"driver\",\"location\",\"eta\",\"surge_multiplier\"],\"properties\":{\"request_id\":{\"$id\":\"#/properties/request_id\",\"type\":\"string\",\"title\":\"The Request_id Schema\",\"default\":\"\",\"examples\":[\"852b8fdd-4369-4659-9628-e122662ad257\"],\"pattern\":\"^(.*)$\"},\"product_id\":{\"$id\":\"#/properties/product_id\",\"type\":\"string\",\"title\":\"The Product_id Schema\",\"default\":\"\",\"examples\":[\"a1111c8c-c720-46c3-8534-2fcdd730040d\"],\"pattern\":\"^(.*)$\"},\"status\":{\"$id\":\"#/properties/status\",\"type\":\"string\",\"title\":\"The Status Schema\",\"default\":\"\",\"examples\":[\"processing\"],\"pattern\":\"^(.*)$\"},\"vehicle\":{\"$id\":\"#/properties/vehicle\",\"type\":\"null\",\"title\":\"The Vehicle Schema\",\"default\":null,\"examples\":[null]},\"driver\":{\"$id\":\"#/properties/driver\",\"type\":\"null\",\"title\":\"The Driver Schema\",\"default\":null,\"examples\":[null]},\"location\":{\"$id\":\"#/properties/location\",\"type\":\"null\",\"title\":\"The Location Schema\",\"default\":null,\"examples\":[null]},\"eta\":{\"$id\":\"#/properties/eta\",\"type\":\"integer\",\"title\":\"The Eta Schema\",\"default\":0,\"examples\":[5]},\"surge_multiplier\":{\"$id\":\"#/properties/surge_multiplier\",\"type\":\"null\",\"title\":\"The Surge_multiplier Schema\",\"default\":null,\"examples\":[null]}}}",
"applicationDomainId": "20ta1279l45v",
"revisionNumber": 1,
"versions": [],
"type": "schema"
},
{
"createdTime": 1592834183523,
"updatedTime": 1592834183523,
"createdBy": "67tr8tkubt",
"changedBy": "67tr8tkubt",
"id": "4iok71i3wuj",
"name": "Roche Schema",
"shared": false,
"description": "<p>A test schema</p>",
"contentType": "JSON",
"content": null,
"applicationDomainId": "20ta1279l45v",
"revisionNumber": 1,
"versions": [],
"type": "schema"
},
{
"createdTime": 1574971691230,
"updatedTime": 1574971691230,
"createdBy": "",
"changedBy": "",
"id": "20ta1279l48n",
"name": "RideRequest",
"shared": false,
"description": "The Ride Request schema allows a user to define the ride that is to be requested. ",
"contentType": "JSON",
"content": "{\"definitions\":{},\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"$id\":\"http://example.com/root.json\",\"type\":\"object\",\"title\":\"The Root Schema\",\"required\":[\"fare_id\",\"product_id\",\"start_latitude\",\"start_longitude\",\"end_latitude\",\"end_longitude\"],\"properties\":{\"customer_id\":{\"$id\":\"#/properties/customer_id\",\"type\":\"string\",\"title\":\"The customer_id Schema\",\"default\":\"\",\"examples\":[\"d30e732b8bba22c9cdc10513ee86380087cb4a6f89e37ad21ba2a39f3a1ba960\"],\"pattern\":\"^(.*)$\"},\"request_id\":{\"$id\":\"#/properties/request_id\",\"type\":\"string\",\"title\":\"The request_id Schema\",\"default\":\"\",\"examples\":[\"d30e732b8bba22c9cdc10513ee86380087cb4a6f89e37ad21ba2a39f3a1ba960\"],\"pattern\":\"^(.*)$\"},\"fare_id\":{\"$id\":\"#/properties/fare_id\",\"type\":\"string\",\"title\":\"The Fare_id Schema\",\"default\":\"\",\"examples\":[\"d30e732b8bba22c9cdc10513ee86380087cb4a6f89e37ad21ba2a39f3a1ba960\"],\"pattern\":\"^(.*)$\"},\"product_id\":{\"$id\":\"#/properties/product_id\",\"type\":\"string\",\"title\":\"The Product_id Schema\",\"default\":\"\",\"examples\":[\"a1111c8c-c720-46c3-8534-2fcdd730040d\"],\"pattern\":\"^(.*)$\"},\"start_latitude\":{\"$id\":\"#/properties/start_latitude\",\"type\":\"number\",\"title\":\"The Start_latitude Schema\",\"default\":0,\"examples\":[37.761492]},\"start_longitude\":{\"$id\":\"#/properties/start_longitude\",\"type\":\"number\",\"title\":\"The Start_longitude Schema\",\"default\":0,\"examples\":[-122.423941]},\"end_latitude\":{\"$id\":\"#/properties/end_latitude\",\"type\":\"number\",\"title\":\"The End_latitude Schema\",\"default\":0,\"examples\":[37.775393]},\"end_longitude\":{\"$id\":\"#/properties/end_longitude\",\"type\":\"number\",\"title\":\"The End_longitude Schema\",\"default\":0,\"examples\":[-122.417546]}}}",
"applicationDomainId": "20ta1279l45v",
"revisionNumber": 1,
"versions": [],
"type": "schema"
},
{
"createdTime": 1574971691206,
"updatedTime": 1584520968495,
"createdBy": "",
"changedBy": "1gybisic98o7",
"id": "20ta1279l483",
"name": "RideReceipt",
"shared": false,
"description": "This Schema conforms to the format of a customer receipt and should only be used when providing receipts to end customers. ",
"contentType": "JSON",
"content": "{\n \"definitions\": {},\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"$id\": \"http://example.com/root.json\",\n \"type\": \"object\",\n \"title\": \"The Root Schema\",\n \"required\": [\n \"request_id\",\n \"subtotal\",\n \"total_charged\",\n \"total_owed\",\n \"total_fare\",\n \"currency_code\",\n \"charge_adjustments\",\n \"duration\",\n \"distance\",\n \"distance_label\"\n ],\n \"properties\": {\n \"request_id\": {\n \"$id\": \"#/properties/request_id\",\n \"type\": \"string\",\n \"title\": \"The Request_id Schema\",\n \"default\": \"\",\n \"examples\": [\n \"b5512127-a134-4bf4-b1ba-fe9f48f56d9d\"\n ],\n \"pattern\": \"^(.*)$\"\n },\n \"subtotal\": {\n \"$id\": \"#/properties/subtotal\",\n \"type\": \"string\",\n \"title\": \"The Subtotal Schema\",\n \"default\": \"\",\n \"examples\": [\n \"$12.78\"\n ],\n \"pattern\": \"^(.*)$\"\n },\n \"total_charged\": {\n \"$id\": \"#/properties/total_charged\",\n \"type\": \"string\",\n \"title\": \"The Total_charged Schema\",\n \"default\": \"\",\n \"examples\": [\n \"$5.92\"\n ],\n \"pattern\": \"^(.*)$\"\n },\n \"total_owed\": {\n \"$id\": \"#/properties/total_owed\",\n \"type\": \"null\",\n \"title\": \"The Total_owed Schema\",\n \"default\": null,\n \"examples\": [\n null\n ]\n },\n \"total_fare\": {\n \"$id\": \"#/properties/total_fare\",\n \"type\": \"string\",\n \"title\": \"The Total_fare Schema\",\n \"default\": \"\",\n \"examples\": [\n \"$5.92\"\n ],\n \"pattern\": \"^(.*)$\"\n },\n \"currency_code\": {\n \"$id\": \"#/properties/currency_code\",\n \"type\": \"string\",\n \"title\": \"The Currency_code Schema\",\n \"default\": \"\",\n \"examples\": [\n \"USD\"\n ],\n \"pattern\": \"^(.*)$\"\n },\n \"charge_adjustments\": {\n \"$id\": \"#/properties/charge_adjustments\",\n \"type\": \"array\",\n \"title\": \"The Charge_adjustments Schema\"\n },\n \"duration\": {\n \"$id\": \"#/properties/duration\",\n \"type\": \"string\",\n \"title\": \"The Duration Schema\",\n \"default\": \"\",\n \"examples\": [\n \"00:11:35\"\n ],\n \"pattern\": \"^(.*)$\"\n },\n \"distance\": {\n \"$id\": \"#/properties/distance\",\n \"type\": \"string\",\n \"title\": \"The Distance Schema\",\n \"default\": \"\",\n \"examples\": [\n \"1.49\"\n ],\n \"pattern\": \"^(.*)$\"\n },\n \"distance_label\": {\n \"$id\": \"#/properties/distance_label\",\n \"type\": \"string\",\n \"title\": \"The Distance_label Schema\",\n \"default\": \"\",\n \"examples\": [\n \"miles\"\n ],\n \"pattern\": \"^(.*)$\"\n }\n }\n}",
"applicationDomainId": "20ta1279l45v",
"revisionNumber": 3,
"versions": [],
"type": "schema"
},
{
"createdTime": 1574971691250,
"updatedTime": 1574971691250,
"createdBy": "",
"changedBy": "",
"id": "20ta1279l497",
"name": "Trip",
"shared": true,
"description": "Data Schema represents the information of a trip status",
"contentType": "JSON",
"content": "{\"definitions\":{},\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"$id\":\"http://example.com/root.json\",\"type\":\"object\",\"title\":\"The Root Schema\",\"required\":[\"fare\",\"dropoff\",\"vehicle_id\",\"distance\",\"start_city\",\"status_changes\",\"surge_multiplier\",\"pickup\",\"driver_id\",\"status\",\"duration\",\"trip_id\",\"currency_code\"],\"properties\":{\"fare\":{\"$id\":\"#/properties/fare\",\"type\":\"number\",\"title\":\"The Fare Schema\",\"default\":0,\"examples\":[6.2]},\"dropoff\":{\"$id\":\"#/properties/dropoff\",\"type\":\"object\",\"title\":\"The Dropoff Schema\",\"required\":[\"timestamp\"],\"properties\":{\"timestamp\":{\"$id\":\"#/properties/dropoff/properties/timestamp\",\"type\":\"integer\",\"title\":\"The Timestamp Schema\",\"default\":0,\"examples\":[1502844378]}}},\"vehicle_id\":{\"$id\":\"#/properties/vehicle_id\",\"type\":\"string\",\"title\":\"The Vehicle_id Schema\",\"default\":\"\",\"examples\":[\"0082b54a-6a5e-4f6b-b999-b0649f286381\"],\"pattern\":\"^(.*)$\"},\"distance\":{\"$id\":\"#/properties/distance\",\"type\":\"number\",\"title\":\"The Distance Schema\",\"default\":0,\"examples\":[0.37]},\"start_city\":{\"$id\":\"#/properties/start_city\",\"type\":\"object\",\"title\":\"The Start_city Schema\",\"required\":[\"latitude\",\"display_name\",\"longitude\"],\"properties\":{\"latitude\":{\"$id\":\"#/properties/start_city/properties/latitude\",\"type\":\"number\",\"title\":\"The Latitude Schema\",\"default\":0,\"examples\":[38.3498]},\"display_name\":{\"$id\":\"#/properties/start_city/properties/display_name\",\"type\":\"string\",\"title\":\"The Display_name Schema\",\"default\":\"\",\"examples\":[\"Charleston, WV\"],\"pattern\":\"^(.*)$\"},\"longitude\":{\"$id\":\"#/properties/start_city/properties/longitude\",\"type\":\"number\",\"title\":\"The Longitude Schema\",\"default\":0,\"examples\":[-81.6326]}}},\"status_changes\":{\"$id\":\"#/properties/status_changes\",\"type\":\"array\",\"title\":\"The Status_changes Schema\",\"items\":{\"$id\":\"#/properties/status_changes/items\",\"type\":\"object\",\"title\":\"The Items Schema\",\"required\":[\"status\",\"timestamp\"],\"properties\":{\"status\":{\"$id\":\"#/properties/status_changes/items/properties/status\",\"type\":\"string\",\"title\":\"The Status Schema\",\"default\":\"\",\"examples\":[\"accepted\"],\"pattern\":\"^(.*)$\"},\"timestamp\":{\"$id\":\"#/properties/status_changes/items/properties/timestamp\",\"type\":\"integer\",\"title\":\"The Timestamp Schema\",\"default\":0,\"examples\":[1502843899]}}}},\"surge_multiplier\":{\"$id\":\"#/properties/surge_multiplier\",\"type\":\"integer\",\"title\":\"The Surge_multiplier Schema\",\"default\":0,\"examples\":[1]},\"pickup\":{\"$id\":\"#/properties/pickup\",\"type\":\"object\",\"title\":\"The Pickup Schema\",\"required\":[\"timestamp\"],\"properties\":{\"timestamp\":{\"$id\":\"#/properties/pickup/properties/timestamp\",\"type\":\"integer\",\"title\":\"The Timestamp Schema\",\"default\":0,\"examples\":[1502843903]}}},\"driver_id\":{\"$id\":\"#/properties/driver_id\",\"type\":\"string\",\"title\":\"The Driver_id Schema\",\"default\":\"\",\"examples\":[\"8LvWuRAq2511gmr8EMkovekFNa2848lyMaQevIto-aXmnK9oKNRtfTxYLgPq9OSt8EzAu5pDB7XiaQIrcp-zXgOA5EyK4h00U6D1o7aZpXIQah--U77Eh7LEBiksj2rahB==\"],\"pattern\":\"^(.*)$\"},\"status\":{\"$id\":\"#/properties/status\",\"type\":\"string\",\"title\":\"The Status Schema\",\"default\":\"\",\"examples\":[\"completed\"],\"pattern\":\"^(.*)$\"},\"duration\":{\"$id\":\"#/properties/duration\",\"type\":\"integer\",\"title\":\"The Duration Schema\",\"default\":0,\"examples\":[475]},\"trip_id\":{\"$id\":\"#/properties/trip_id\",\"type\":\"string\",\"title\":\"The Trip_id Schema\",\"default\":\"\",\"examples\":[\"b5613b6a-fe74-4704-a637-50f8d51a8bb1\"],\"pattern\":\"^(.*)$\"},\"currency_code\":{\"$id\":\"#/properties/currency_code\",\"type\":\"string\",\"title\":\"The Currency_code Schema\",\"default\":\"\",\"examples\":[\"USD\"],\"pattern\":\"^(.*)$\"}}}",
"applicationDomainId": "20ta1279l45v",
"revisionNumber": 1,
"versions": [],
"type": "schema"
},
{
"createdTime": 1574971691128,
"updatedTime": 1574971691128,
"createdBy": "",
"changedBy": "",
"id": "20ta1279l46f",
"name": "DriverPayment",
"shared": false,
"description": "This Schema represents the data needed to inform drivers about being paid for a given ride and the payment breakdown",
"contentType": "JSON",
"content": "{\"definitions\":{},\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"$id\":\"http://example.com/root.json\",\"type\":\"object\",\"title\":\"The Root Schema\",\"required\":[\"count\",\"limit\",\"payments\",\"offset\"],\"properties\":{\"count\":{\"$id\":\"#/properties/count\",\"type\":\"integer\",\"title\":\"The Count Schema\",\"default\":0,\"examples\":[1200]},\"limit\":{\"$id\":\"#/properties/limit\",\"type\":\"integer\",\"title\":\"The Limit Schema\",\"default\":0,\"examples\":[1]},\"payments\":{\"$id\":\"#/properties/payments\",\"type\":\"array\",\"title\":\"The Payments Schema\",\"items\":{\"$id\":\"#/properties/payments/items\",\"type\":\"object\",\"title\":\"The Items Schema\",\"required\":[\"payment_id\",\"category\",\"event_time\",\"trip_id\",\"cash_collected\",\"amount\",\"driver_id\",\"breakdown\",\"rider_fees\",\"partner_id\",\"currency_code\"],\"properties\":{\"payment_id\":{\"$id\":\"#/properties/payments/items/properties/payment_id\",\"type\":\"string\",\"title\":\"The Payment_id Schema\",\"default\":\"\",\"examples\":[\"5cb8304c-f3f0-4a46-b6e3-b55e020750d7\"],\"pattern\":\"^(.*)$\"},\"category\":{\"$id\":\"#/properties/payments/items/properties/category\",\"type\":\"string\",\"title\":\"The Category Schema\",\"default\":\"\",\"examples\":[\"fare\"],\"pattern\":\"^(.*)$\"},\"event_time\":{\"$id\":\"#/properties/payments/items/properties/event_time\",\"type\":\"integer\",\"title\":\"The Event_time Schema\",\"default\":0,\"examples\":[1502842757]},\"trip_id\":{\"$id\":\"#/properties/payments/items/properties/trip_id\",\"type\":\"string\",\"title\":\"The Trip_id Schema\",\"default\":\"\",\"examples\":[\"5cb8304c-f3f0-4a46-b6e3-b55e020750d7\"],\"pattern\":\"^(.*)$\"},\"cash_collected\":{\"$id\":\"#/properties/payments/items/properties/cash_collected\",\"type\":\"integer\",\"title\":\"The Cash_collected Schema\",\"default\":0,\"examples\":[0]},\"amount\":{\"$id\":\"#/properties/payments/items/properties/amount\",\"type\":\"number\",\"title\":\"The Amount Schema\",\"default\":0,\"examples\":[4.12]},\"driver_id\":{\"$id\":\"#/properties/payments/items/properties/driver_id\",\"type\":\"string\",\"title\":\"The Driver_id Schema\",\"default\":\"\",\"examples\":[\"8LvWuRAq2511gmr8EMkovekFNa2848lyMaQevIto-aXmnK9oKNRtfTxYLgPq9OSt8EzAu5pDB7XiaQIrcp-zXgOA5EyK4h00U6D1o7aZpXIQah--U77Eh7LEBiksj2rahB==\"],\"pattern\":\"^(.*)$\"},\"breakdown\":{\"$id\":\"#/properties/payments/items/properties/breakdown\",\"type\":\"object\",\"title\":\"The Breakdown Schema\",\"required\":[\"other\",\"toll\",\"service_fee\"],\"properties\":{\"other\":{\"$id\":\"#/properties/payments/items/properties/breakdown/properties/other\",\"type\":\"number\",\"title\":\"The Other Schema\",\"default\":0,\"examples\":[4.16]},\"toll\":{\"$id\":\"#/properties/payments/items/properties/breakdown/properties/toll\",\"type\":\"integer\",\"title\":\"The Toll Schema\",\"default\":0,\"examples\":[1]},\"service_fee\":{\"$id\":\"#/properties/payments/items/properties/breakdown/properties/service_fee\",\"type\":\"number\",\"title\":\"The Service_fee Schema\",\"default\":0,\"examples\":[-1.04]}}},\"rider_fees\":{\"$id\":\"#/properties/payments/items/properties/rider_fees\",\"type\":\"object\",\"title\":\"The Rider_fees Schema\",\"required\":[\"split_fare\"],\"properties\":{\"split_fare\":{\"$id\":\"#/properties/payments/items/properties/rider_fees/properties/split_fare\",\"type\":\"number\",\"title\":\"The Split_fare Schema\",\"default\":0,\"examples\":[0.5]}}},\"partner_id\":{\"$id\":\"#/properties/payments/items/properties/partner_id\",\"type\":\"string\",\"title\":\"The Partner_id Schema\",\"default\":\"\",\"examples\":[\"8LvWuRAq2511gmr8EMkovekFNa2848lyMaQevIto-aXmnK9oKNRtfTxYLgPq9OSt8EzAu5pDB7XiaQIrcp-zXgOA5EyK4h00U6D1o7aZpXIQah--U77Eh7LEBiksj2rahB==\"],\"pattern\":\"^(.*)$\"},\"currency_code\":{\"$id\":\"#/properties/payments/items/properties/currency_code\",\"type\":\"string\",\"title\":\"The Currency_code Schema\",\"default\":\"\",\"examples\":[\"USD\"],\"pattern\":\"^(.*)$\"}}}},\"offset\":{\"$id\":\"#/properties/offset\",\"type\":\"integer\",\"title\":\"The Offset Schema\",\"default\":0,\"examples\":[0]}}}",
"applicationDomainId": "20ta1279l45v",
"revisionNumber": 1,
"versions": [],
"type": "schema"
}
],
"events": [
{
"createdTime": 1574971691309,
"updatedTime": 1574971691309,
"createdBy": "",
"changedBy": "",
"id": "20ta1279l4av",
"name": "DriverRideAccepted",
"version": "0.0.1",
"shared": false,
"topicName": "acme/rideshare/driver/accepted/2.0.5/{location}/json/{customer_id}/{request_id}/{driver}",
"description": "This event is generated when the driver has accepted the ride and will be on his way to pick up the passenger",
"schemaId": "20ta1279l46z",
"schemaVersionId": null,
"applicationDomainId": "20ta1279l45v",
"revisionNumber": 1,
"brokerType": "unspecified",
"keyPrimitivePayloadType": null,
"valuePrimitivePayloadType": null,
"type": "event"
},
{
"createdTime": 1574971691331,
"updatedTime": 1574971691331,
"createdBy": "",
"changedBy": "",
"id": "20ta1279l4bf",
"name": "DriverRideRequested",
"version": "0.0.1",
"shared": false,
"topicName": "acme/rideshare/driver/requested/3.8.1/{start_longitude}/{start_longitude}/json/{customer_id}/{request_id}",
"description": "This is the event triggered to active drivers that are within a geospatial proximity to the passenger ",
"schemaId": "20ta1279l48n",
"schemaVersionId": null,
"applicationDomainId": "20ta1279l45v",
"revisionNumber": 1,
"brokerType": "unspecified",
"keyPrimitivePayloadType": null,
"valuePrimitivePayloadType": null,
"type": "event"
},
{
"createdTime": 1574971691377,
"updatedTime": 1574971691377,
"createdBy": "",
"changedBy": "",
"id": "20ta1279l4cj",
"name": "RideAccepted",
"version": "0.0.1",
"shared": false,
"topicName": "acme/rideshare/ride/accepted/2.0.5/{location}/json/{customer_id}/{request_id}/{driver}",
"description": "This is the event which is fired when a ride has been accepted and committed to by a driver. ",
"schemaId": "20ta1279l46z",
"schemaVersionId": null,
"applicationDomainId": "20ta1279l45v",
"revisionNumber": 1,
"brokerType": "unspecified",
"keyPrimitivePayloadType": null,
"valuePrimitivePayloadType": null,
"type": "event"
},
{
"createdTime": 1615025035811,
"updatedTime": 1615025173120,
"createdBy": "zpfsf1x4voz",
"changedBy": "zpfsf1x4voz",
"id": "1a2mpvr75h7h",
"name": "DriverRegistered",
"version": "0.0.1",
"shared": true,
"topicName": "acme/rideshare/driver/regsitered/2.0.1/{driver_id}",
"description": "",
"schemaId": null,
"schemaVersionId": null,
"applicationDomainId": "20ta1279l45v",
"revisionNumber": 4,
"brokerType": "unspecified",
"keyPrimitivePayloadType": null,
"valuePrimitivePayloadType": "STRING",
"type": "event"
},
{
"createdTime": 1574971691269,
"updatedTime": 1584520950347,
"createdBy": "",
"changedBy": "1gybisic98o7",
"id": "20ta1279l49r",
"name": "CustomerReceiptGenerated",
"version": "0.0.1",
"shared": false,
"topicName": "acme/rideshare/billing/receipt/created/1.0.1/json/{request_id}",
"description": "This is the event which contains a customers receipt information once payment has gone though",
"schemaId": "20ta1279l483",
"schemaVersionId": null,
"applicationDomainId": "20ta1279l45v",
"revisionNumber": 3,
"brokerType": "unspecified",
"keyPrimitivePayloadType": null,
"valuePrimitivePayloadType": null,
"type": "event"
},
{
"createdTime": 1574971691353,
"updatedTime": 1574971691353,
"createdBy": "",
"changedBy": "",
"id": "20ta1279l4bz",
"name": "DriverStatusUpdated",
"version": "0.0.1",
"shared": false,
"topicName": "acme/rideshare/driver/status/updated/1.0.2/{driver_id}/{activation_status}",
"description": "When a driver status changes, this event is generated to notify up status changes. ",
"schemaId": "20ta1279l47j",
"schemaVersionId": null,
"applicationDomainId": "20ta1279l45v",
"revisionNumber": 1,
"brokerType": "unspecified",
"keyPrimitivePayloadType": null,
"valuePrimitivePayloadType": null,
"type": "event"
},
{
"createdTime": 1574971691415,
"updatedTime": 1574971691415,
"createdBy": "",
"changedBy": "",
"id": "20ta1279l4dn",
"name": "TripUpdated",
"version": "0.0.1",
"shared": true,
"topicName": "acme/rideshare/trip/updated/7.0.2/json/{driver_id}/{trip_id}/{status}",
"description": "This is the event which is fired periodically when a driver is on an active trip",
"schemaId": "20ta1279l497",
"schemaVersionId": null,
"applicationDomainId": "20ta1279l45v",
"revisionNumber": 1,
"brokerType": "unspecified",
"keyPrimitivePayloadType": null,
"valuePrimitivePayloadType": null,
"type": "event"
},
{
"createdTime": 1574971691396,
"updatedTime": 1586234512115,
"createdBy": "",
"changedBy": "67tr8tku87",
"id": "20ta1279l4d3",
"name": "RideRequested",
"version": "0.0.1",
"shared": false,
"topicName": "acme/rideshare/ride/requested/2.0.1/{start_longitude}/{start_longitude}/json/{customer_id}/{request_id}",
"description": "This is the event that is fired when a customer has confirmed they want a ride. \nSome change on the description...",
"schemaId": "20ta1279l48n",
"schemaVersionId": null,
"applicationDomainId": "20ta1279l45v",
"revisionNumber": 4,
"brokerType": "unspecified",
"keyPrimitivePayloadType": null,
"valuePrimitivePayloadType": null,
"type": "event"
},
{
"createdTime": 1574971691289,
"updatedTime": 1574971691289,
"createdBy": "",
"changedBy": "",
"id": "20ta1279l4ab",
"name": "DriverFundsDeposited",
"version": "0.0.1",
"shared": false,
"topicName": "acme/rideshare/driver/funds/deposited/1.0.1/{driver_id}/{trip_id}/{payment_id}",
"description": "This event is triggered after billing has successfully deposited money into a drivers account",
"schemaId": "20ta1279l46f",
"schemaVersionId": null,
"applicationDomainId": "20ta1279l45v",
"revisionNumber": 1,
"brokerType": "unspecified",
"keyPrimitivePayloadType": null,
"valuePrimitivePayloadType": null,
"type": "event"
}
],
"applications": [
{
"createdTime": 1574971691433,
"updatedTime": 1574971691433,
"createdBy": "",
"changedBy": "",
"id": "20ta1279l4e7",
"name": "Billing App",
"version": "0.0.1",
"description": "This app processes customer payments and also pays the drivers. ",
"applicationDomainId": "20ta1279l45v",
"producedEventIds": [
"20ta1279l49r",
"20ta1279l4ab"
],
"consumedEventIds": [
"20ta1279l4dn"
],
"revisionNumber": 1,
"applicationClass": "unspecified",
"type": "application"
},
{
"createdTime": 1591886409754,
"updatedTime": 1591886409754,
"createdBy": "67tr8tku87",
"changedBy": "67tr8tku87",
"id": "17kdrqri0fh",
"name": "MXInvoice",
"version": "0.0.1",
"description": "<p>MXInvoice</p>",
"applicationDomainId": "20ta1279l45v",
"producedEventIds": [],
"consumedEventIds": [
"20ta1279l49r"
],
"revisionNumber": 1,
"applicationClass": "unspecified",
"type": "application"
},
{
"createdTime": 1592207261022,
"updatedTime": 1611078561156,
"createdBy": "8koys8osonz",
"changedBy": "67tr8tku4b",
"id": "2vnb36ciwkd",
"name": "SAPConcurIntegration",
"version": "0.0.1",
"description": "",
"applicationDomainId": "20ta1279l45v",
"producedEventIds": [],
"consumedEventIds": [
"20ta1279l49r"
],
"revisionNumber": 4,
"applicationClass": "unspecified",
"type": "application"
},
{
"createdTime": 1574971691481,
"updatedTime": 1574971691481,
"createdBy": "",
"changedBy": "",
"id": "20ta1279l4er",
"name": "Driver App",
"version": "0.0.1",
"description": "This is the application that a driver uses to interact with the Acme Rideshare ecosystem. ",
"applicationDomainId": "20ta1279l45v",
"producedEventIds": [
"20ta1279l4av",
"20ta1279l4bz",
"20ta1279l4dn"
],
"consumedEventIds": [
"20ta1279l4ab",
"20ta1279l4bf"
],
"revisionNumber": 1,
"applicationClass": "unspecified",
"type": "application"
},
{
"createdTime": 1574971691551,
"updatedTime": 1615025072749,
"createdBy": "",
"changedBy": "zpfsf1x4voz",
"id": "20ta1279l4fb",
"name": "Driver Management",
"version": "0.0.1",
"description": "This application controls which rides need to be fulfilled, which are in route, and completed",
"applicationDomainId": "20ta1279l45v",
"producedEventIds": [
"1a2mpvr75h7h",
"20ta1279l4bf",
"20ta1279l4cj"
],
"consumedEventIds": [
"20ta1279l4av",
"20ta1279l4bz",
"20ta1279l4d3",
"20ta1279l4dn"
],
"revisionNumber": 2,
"applicationClass": "unspecified",
"type": "application"
},
{
"createdTime": 1574971691663,
"updatedTime": 1583929402935,
"createdBy": "",
"changedBy": "67tr8tkubt",
"id": "20ta1279l4gf",
"name": "Passenger App",
"version": "0.0.1",
"description": "This is the app that a user of acme rideshare uses in order to obtain rides from willing drivers. ",
"applicationDomainId": "20ta1279l45v",
"producedEventIds": [
"20ta1279l4d3"
],
"consumedEventIds": [
"20ta1279l49r",
"20ta1279l4cj"
],
"revisionNumber": 3,
"applicationClass": "unspecified",
"type": "application"
},
{
"createdTime": 1589205023168,
"updatedTime": 1589205023168,
"createdBy": "zpfsf1x4voz",
"changedBy": "zpfsf1x4voz",
"id": "32utcxr6mb9h",
"name": "ExpenseIntegration",
"version": "0.0.1",
"description": "<p>An application integration with Expense Management.</p>",
"applicationDomainId": "20ta1279l45v",
"producedEventIds": [],
"consumedEventIds": [
"20ta1279l49r"
],
"revisionNumber": 1,
"applicationClass": "unspecified",
"type": "application"
},
{
"createdTime": 1611329407266,
"updatedTime": 1611329407266,
"createdBy": "67tr8tku4b",
"changedBy": "67tr8tku4b",
"id": "1a2mpvr6og4x",
"name": "BoomiCustomerReceiptConsumer",
"version": "0.0.1",
"description": "",
"applicationDomainId": "20ta1279l45v",
"producedEventIds": [],
"consumedEventIds": [
"20ta1279l49r"
],
"revisionNumber": 1,
"applicationClass": "unspecified",
"type": "application"
}
],
"type": "applicationDomain"
}
]