Skip to content

Commit 2c27b2d

Browse files
authored
Add all vehicle states to schema
1 parent e08ffc0 commit 2c27b2d

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

schema/templates/provider/vehicles.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,17 @@
6060
"last_vehicle_state": {
6161
"enum": [
6262
"available",
63-
"non_operational",
64-
"reserved"
63+
"elsewhere",
64+
"non_operational",
65+
"on_trip",
66+
"removed",
67+
"reserved",
68+
"unknown"
6569
]
6670
}
6771
}
6872
}
6973
]
7074
}
7175
}
72-
}
76+
}

0 commit comments

Comments
 (0)