From 0775ee451835ea3cbe6b2400badbcf1703b7b6bd Mon Sep 17 00:00:00 2001 From: Fabien Richard-Allouard Date: Tue, 23 Jan 2024 17:39:47 +0100 Subject: [PATCH] Label global_rules field as added in v3.0-RC (#594) This editorial change adds a missing label under the field `global_rules` to explain that the field was added in v3.0-RC. --- gbfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gbfs.md b/gbfs.md index 88be9f11..341b4f29 100644 --- a/gbfs.md +++ b/gbfs.md @@ -1340,7 +1340,7 @@ Field Name | REQUIRED | Type | Defines `geofencing_zones[].features[].properties.start` | OPTIONAL | Timestamp | Start time of the geofencing zone. If the geofencing zone is always active, this can be omitted. `geofencing_zones[].features[].properties.end` | OPTIONAL | Timestamp | End time of the geofencing zone. If the geofencing zone is always active, this can be omitted. `geofencing_zones[].features[].properties.rules` | OPTIONAL | Array<[Rule](#geofencing-rule-object)> | Array of [Rule](#geofencing-rule-object) objects defining restrictions that apply within the area of the polygon. See [Geofencing Rule Precedence](#geofencing-rule-precedence) for details on semantics of overlapping polygons, vehicle types, and other precedence rules. -`global_rules` | Yes | Array<[Rule](#geofencing-rule-object)> | Array of [Rule](#geofencing-rule-object) objects defining restrictions that apply globally in all areas as the default restrictions, except where overridden with an explicit geofencing zone. See [Geofencing Rule Precedence](#geofencing-rule-precedence) for more details.
A rule or list of rules, as appropriate, must be specified in the global rules list covering all vehicle types in the feed. +`global_rules`
*(added in v3.0-RC)* | Yes | Array<[Rule](#geofencing-rule-object)> | Array of [Rule](#geofencing-rule-object) objects defining restrictions that apply globally in all areas as the default restrictions, except where overridden with an explicit geofencing zone. See [Geofencing Rule Precedence](#geofencing-rule-precedence) for more details.
A rule or list of rules, as appropriate, must be specified in the global rules list covering all vehicle types in the feed. #### Geofencing Rule Object