Skip to content

Commit ed57408

Browse files
committed
Revert "Changes to return_types"
This reverts commit c8a4389.
1 parent 2749dce commit ed57408

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

v2.3-RC2/vehicle_types.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,17 @@
6464
"type": "integer",
6565
"minimum": 0
6666
},
67-
"return_constraint": {
68-
"description": "The conditions for returning the vehicle at the end of the trip. Added in v2.3-RC as return_type, and updated to return_constraint in v2.3-RC2.",
69-
"type": "string",
70-
"enum": ["free_floating", "roundtrip_station", "any_station", "hybrid"],
67+
"return_type": {
68+
"description": "The conditions for returning the vehicle at the end of the trip added in v2.3-RC.",
69+
"type": "array",
70+
"items": {
71+
"type": "string",
72+
"enum": [
73+
"free_floating",
74+
"roundtrip_station",
75+
"any_station"
76+
]
77+
}
7178
},
7279
"vehicle_assets": {
7380
"description": "An object where each key defines one of the items listed below added in v2.3-RC.",

0 commit comments

Comments
 (0)