Skip to content

Commit

Permalink
Update outdated json schema for a-b-street#19
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace authored Sep 1, 2021
1 parent 57f87de commit 79b2d68
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions book/src/tech/dev/formats/scenarios.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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"
}
]
}
Expand Down

0 comments on commit 79b2d68

Please sign in to comment.