Skip to content

Commit

Permalink
add example json
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrejb committed Feb 8, 2024
1 parent 15b8f37 commit 1c812bd
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
35 changes: 35 additions & 0 deletions ADCimwTiJkUkM3TOKT7w9g.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"status": "production",
"preorder_status": "confirmed",
"from_location": {
"coordinates": {
"lat": 63.4300976,
"lon": 10.3914648
},
"name": {
"en": "S'wich"
}
},
"to_location": {
"coordinates": {
"lat": 63.43052324733846,
"lon": 10.38686279207468
}
},
"couriers": [
{
"id": "a13d1d2e309ab6135a62fec20094c8c81d239eb682d13c642e9070ddc0ef1e85",
"coordinates": {
"lat": 63.430561434206744,
"lon": 10.391513881741393
},
"vehicle_type": "car",
"is_delivering": true
}
],
"pre_estimate": "15-25",
"delivery_eta": "2024-02-08T10:42:21.661000+00:00",
"pickup_eta": "2024-02-08T10:30:23+00:00",
"requested_dropoff_time": "2024-02-08T10:45:00+00:00",
"refresh_in_seconds": 5
}
24 changes: 24 additions & 0 deletions ADCimwTiJkUkM3TOKT7w9g_done.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"status": "delivered",
"preorder_status": "confirmed",
"from_location": {
"coordinates": {
"lat": 63.4300976,
"lon": 10.3914648
},
"name": {
"en": "S'wich"
}
},
"to_location": {
"coordinates": {
"lat": 63.43052324733846,
"lon": 10.38686279207468
}
},
"couriers": [],
"pre_estimate": "15-25",
"pickup_eta": "2024-02-08T10:30:23+00:00",
"requested_dropoff_time": "2024-02-08T10:45:00+00:00",
"refresh_in_seconds": 0
}

0 comments on commit 1c812bd

Please sign in to comment.