Skip to content

Commit 2749dce

Browse files
committed
Revert "Extend vehicle types"
This reverts commit 5ec98f3.
1 parent 7029048 commit 2749dce

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

v2.3-RC2/vehicle_types.json

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"form_factor": {
4343
"description": "The vehicle's general form factor.",
4444
"type": "string",
45-
"enum": ["bicycle", "cargo_bicycle" ,"car", "moped", "scooter_standing", "scooter_seated", "other", "scooter"]
45+
"enum": ["bicycle", "car", "moped", "other", "scooter"]
4646
},
4747
"propulsion_type": {
4848
"description": "The primary propulsion type of the vehicle.",
@@ -57,22 +57,7 @@
5757
},
5858
"name": {
5959
"description": "The public name of this vehicle type.",
60-
"type": "string",
61-
},
62-
"wheel_count": {
63-
"description": "Number of wheels this vehicle type has. Added in v2.3-RC2",
64-
"type": "number",
65-
"minimum": 0
66-
},
67-
"max_permitted_speed": {
68-
"description": "The maximum speed in kilometers per hour this vehicle is permitted to reach in accordance with local permit and regulations. Added in v2.3-RC2",
69-
"type": "number",
70-
"minimum": 0
71-
},
72-
"rated_power": {
73-
"description": "The rated power of the motor for this vehicle type in watts. Added in v2.3-RC2",
74-
"type": "number",
75-
"minimum": 0
60+
"type": "string"
7661
},
7762
"default_reserve_time": {
7863
"description": "Maximum time in minutes that a vehicle can be reserved before a rental begins added in v2.3-RC.",

0 commit comments

Comments
 (0)