From 6f7dd3c3b74a369068ae7a2858eaa50dff4d6dc3 Mon Sep 17 00:00:00 2001 From: Mitch Vars Date: Mon, 31 Jan 2022 10:17:53 -0600 Subject: [PATCH] update return_constraint Updates return_constraint to match master --- gbfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gbfs.md b/gbfs.md index 2f543b1e..9066877f 100644 --- a/gbfs.md +++ b/gbfs.md @@ -438,7 +438,7 @@ Field Name | REQUIRED | Type | Defines \- `max_permitted_speed`
*(added in v2.3-RC2)* | OPTIONAL | Non-negative Integer | The maximum speed in kilometers per hour this vehicle is permitted to reach in accordance with local permit and regulations. \- `rated_power`
*(added in v2.3-RC2)* | OPTIONAL | Non-negative Integer | The rated power of the motor for this vehicle type in watts. \- `default_reserve_time`
*(added in v2.3-RC)* | OPTIONAL | Non-negative Integer | Maximum time in minutes that a vehicle can be reserved before a rental begins. When a vehicle is reserved by a user, the vehicle remains locked until the rental begins. During this time the vehicle is unavailable and cannot be reserved or rented by other users. The vehicle status in `free_bike_status.json` MUST be set to `is_reserved = true`. If the value of `default_reserve_time` elapses without a rental beginning, the vehicle status MUST change to `is_reserved = false`. If `default_reserve_time` is set to `0`, the vehicle type cannot be reserved. -\- `return_type`
*(added in v2.3-RC)*| OPTIONAL | Array | The conditions for returning the vehicle at the end of the trip. For vehicles that have more than one return option, include all applicable methods in the array.

Current valid values are: