Skip to content

Commit

Permalink
Merge pull request #687 from openmobilityfoundation/ms-vehicles-schema
Browse files Browse the repository at this point in the history
Add all vehicle states to schema template
  • Loading branch information
schnuerle committed Sep 2, 2021
2 parents e08ffc0 + ffaab27 commit 245681d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions schema/templates/provider/vehicles.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,17 @@
"last_vehicle_state": {
"enum": [
"available",
"elsewhere",
"non_operational",
"reserved"
"on_trip",
"removed",
"reserved",
"unknown"
]
}
}
}
]
}
}
}
}

0 comments on commit 245681d

Please sign in to comment.