From 79b2d68963f1cc42822bca26265ac799f1ed1803 Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 2 Sep 2021 00:51:57 +0100 Subject: [PATCH] Update outdated json schema for #19 --- book/src/tech/dev/formats/scenarios.md | 28 +++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/book/src/tech/dev/formats/scenarios.md b/book/src/tech/dev/formats/scenarios.md index 26ca7a7e..1330b9e2 100644 --- a/book/src/tech/dev/formats/scenarios.md +++ b/book/src/tech/dev/formats/scenarios.md @@ -32,7 +32,7 @@ that show up in the UI. And of course, you can add as many people as you like. { "trips": [ { - "departure": 10800.0, + "departure": 1000, "origin": { "Position": { "longitude": -122.303723, @@ -41,29 +41,29 @@ that show up in the UI. And of course, you can add as many people as you like. }, "destination": { "Position": { - "longitude": -122.3075948, - "latitude": 47.6394773 - } + "longitude": -122.3190500, + "latitude": 47.6378600 + } }, - "mode": "Drive", - "purpose": "Shopping" + "mode": "Bike", + "purpose": "Meal" }, { - "departure": 14400.0, + "departure": 10000000, "origin": { "Position": { - "longitude": -122.3075948, - "latitude": 47.6394773 - } + "longitude": -122.3190500, + "latitude": 47.6378600 + } }, "destination": { "Position": { - "longitude": -122.3190500, - "latitude": 47.6278600 - } + "longitude": -122.3075948, + "latitude": 47.6394773 + } }, "mode": "Walk", - "purpose": "Leisure" + "purpose": "Recreation" } ] }