Skip to content

Commit fea515a

Browse files
author
schnuerle
committed
Stops: changed 'space' to 'place'
1 parent 010ec67 commit fea515a

6 files changed

Lines changed: 32 additions & 32 deletions

File tree

ReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ See the PRs tagged with [Milestone 1.0.0](https://github.com/openmobilityfoundat
2626
* [Updating 'master' to 'main' as default branch name](https://github.com/openmobilityfoundation/mobility-data-specification/pull/522)
2727
* [Update providers.csv to add Superpedestrian](https://github.com/openmobilityfoundation/mobility-data-specification/pull/535)
2828
* [Removed Options version negotiation](https://github.com/openmobilityfoundation/mobility-data-specification/pull/536#pullrequestreview-439364663)
29-
* [Added 'other' vechicle type](https://github.com/openmobilityfoundation/mobility-data-specification/issues/518)
29+
* [Added 'other' vehicle type](https://github.com/openmobilityfoundation/mobility-data-specification/issues/518)
3030

3131
*_Provider_*
3232

agency/get_stops.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"capacity": {
4848
"$id": "#/definitions/stop/properties/capacity",
4949
"$ref": "#/definitions/vehicle_type_counts",
50-
"description": "Number of total spaces per vehicle_type"
50+
"description": "Number of total places per vehicle_type"
5151
},
5252
"num_vehicles_available": {
5353
"$id": "#/definitions/stop/properties/num_vehicles_available",
@@ -94,15 +94,15 @@
9494
"$ref": "#/definitions/string",
9595
"description": "Cross street of where Stop is located"
9696
},
97-
"num_spaces_available": {
98-
"$id": "#/definitions/stop/properties/num_spaces_available",
97+
"num_places_available": {
98+
"$id": "#/definitions/stop/properties/num_places_available",
9999
"$ref": "#/definitions/vehicle_type_counts",
100-
"description": "Number of spaces free to be populated per vehicle_type"
100+
"description": "Number of places free to be populated per vehicle_type"
101101
},
102-
"num_spaces_disabled": {
103-
"$id": "#/definitions/stop/properties/num_spaces_disabled",
102+
"num_places_disabled": {
103+
"$id": "#/definitions/stop/properties/num_places_disabled",
104104
"$ref": "#/definitions/vehicle_type_counts",
105-
"description": "Number of spaces disabled an unable to accept vehicles per vehicle_type"
105+
"description": "Number of places disabled an unable to accept vehicles per vehicle_type"
106106
},
107107
"parent_stop": {
108108
"$id": "#/definitions/stop/properties/parent_stop",

agency/post_stops.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"capacity": {
4848
"$id": "#/definitions/stop/properties/capacity",
4949
"$ref": "#/definitions/vehicle_type_counts",
50-
"description": "Number of total spaces per vehicle_type"
50+
"description": "Number of total places per vehicle_type"
5151
},
5252
"num_vehicles_available": {
5353
"$id": "#/definitions/stop/properties/num_vehicles_available",
@@ -94,15 +94,15 @@
9494
"$ref": "#/definitions/string",
9595
"description": "Cross street of where Stop is located"
9696
},
97-
"num_spaces_available": {
98-
"$id": "#/definitions/stop/properties/num_spaces_available",
97+
"num_places_available": {
98+
"$id": "#/definitions/stop/properties/num_places_available",
9999
"$ref": "#/definitions/vehicle_type_counts",
100-
"description": "Number of spaces free to be populated per vehicle_type"
100+
"description": "Number of places free to be populated per vehicle_type"
101101
},
102-
"num_spaces_disabled": {
103-
"$id": "#/definitions/stop/properties/num_spaces_disabled",
102+
"num_places_disabled": {
103+
"$id": "#/definitions/stop/properties/num_places_disabled",
104104
"$ref": "#/definitions/vehicle_type_counts",
105-
"description": "Number of spaces disabled an unable to accept vehicles per vehicle_type"
105+
"description": "Number of places disabled an unable to accept vehicles per vehicle_type"
106106
},
107107
"parent_stop": {
108108
"$id": "#/definitions/stop/properties/parent_stop",

general-information.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Stops describe vehicle trip start and end locations in a pre-designated physical
177177
| last_reported | Timestamp | Required | Date/Time that the stop was last updated |
178178
| location | GeoJSON [Point Feature](provider/README.md#geographic-data) | Required | Location of the Stop |
179179
| status | [Stop Status](#stop-status) | Required | Object representing the status of the Stop. See [Stop Status](#stop-status). |
180-
| capacity | {vehicle_type: number} | Required | Number of total spaces per vehicle_type |
180+
| capacity | {vehicle_type: number} | Required | Number of total places per vehicle_type |
181181
| num_vehicles_available | {vehicle_type: number} | Required | How many vehicles are available per vehicle_type at this stop? |
182182
| num_vehicles_disabled | {vehicle_type: number} | Required | How many vehicles are unavailable/reserved per vehicle_type at this stop? |
183183
| provider_id | UUID | Optional | UUID for the Provider managing this stop. Null/undefined if managed by an Agency. See MDS [provider list](/providers.csv). |
@@ -188,8 +188,8 @@ Stops describe vehicle trip start and end locations in a pre-designated physical
188188
| post_code | String | Optional | Postal code (e.g. `10036`) |
189189
| rental_methods | [Enum[]][gbfs-station-info] | Optional | List of payment methods accepted at stop, see [GBFS Rental Methods][gbfs-station-info] |
190190
| cross_street | String | Optional | Cross street of where the station is located. |
191-
| num_spaces_available | {vehicle_type: number} | Optional | How many spaces are free to be populated with vehicles at this stop? |
192-
| num_spaces_disabled | {vehicle_type: number} | Optional | How many spaces are disabled and unable to accept vehicles at this stop? |
191+
| num_places_available | {vehicle_type: number} | Optional | How many places are free to be populated with vehicles at this stop? |
192+
| num_places_disabled | {vehicle_type: number} | Optional | How many places are disabled and unable to accept vehicles at this stop? |
193193
| parent_stop | UUID | Optional | Describe a basic hierarchy of stops (e.g.a stop inside of a greater stop) |
194194
| devices | UUID[] | Optional | List of device_ids for vehicles which are currently at this stop |
195195

provider/stops.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"capacity": {
175175
"$id": "#/definitions/stop/properties/capacity",
176176
"$ref": "#/definitions/vehicle_type_counts",
177-
"description": "Number of total spaces per vehicle_type"
177+
"description": "Number of total places per vehicle_type"
178178
},
179179
"num_vehicles_available": {
180180
"$id": "#/definitions/stop/properties/num_vehicles_available",
@@ -221,15 +221,15 @@
221221
"$ref": "#/definitions/string",
222222
"description": "Cross street of where Stop is located"
223223
},
224-
"num_spaces_available": {
225-
"$id": "#/definitions/stop/properties/num_spaces_available",
224+
"num_places_available": {
225+
"$id": "#/definitions/stop/properties/num_places_available",
226226
"$ref": "#/definitions/vehicle_type_counts",
227-
"description": "Number of spaces free to be populated per vehicle_type"
227+
"description": "Number of places free to be populated per vehicle_type"
228228
},
229-
"num_spaces_disabled": {
230-
"$id": "#/definitions/stop/properties/num_spaces_disabled",
229+
"num_places_disabled": {
230+
"$id": "#/definitions/stop/properties/num_places_disabled",
231231
"$ref": "#/definitions/vehicle_type_counts",
232-
"description": "Number of spaces disabled an unable to accept vehicles per vehicle_type"
232+
"description": "Number of places disabled an unable to accept vehicles per vehicle_type"
233233
},
234234
"parent_stop": {
235235
"$id": "#/definitions/stop/properties/parent_stop",

schema/templates/common.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"capacity": {
151151
"$id": "#/definitions/stop/properties/capacity",
152152
"$ref": "#/definitions/vehicle_type_counts",
153-
"description": "Number of total spaces per vehicle_type"
153+
"description": "Number of total places per vehicle_type"
154154
},
155155
"num_vehicles_available": {
156156
"$id": "#/definitions/stop/properties/num_vehicles_available",
@@ -197,15 +197,15 @@
197197
"$ref": "#/definitions/string",
198198
"description": "Cross street of where Stop is located"
199199
},
200-
"num_spaces_available": {
201-
"$id": "#/definitions/stop/properties/num_spaces_available",
200+
"num_places_available": {
201+
"$id": "#/definitions/stop/properties/num_places_available",
202202
"$ref": "#/definitions/vehicle_type_counts",
203-
"description": "Number of spaces free to be populated per vehicle_type"
203+
"description": "Number of places free to be populated per vehicle_type"
204204
},
205-
"num_spaces_disabled": {
206-
"$id": "#/definitions/stop/properties/num_spaces_disabled",
205+
"num_places_disabled": {
206+
"$id": "#/definitions/stop/properties/num_places_disabled",
207207
"$ref": "#/definitions/vehicle_type_counts",
208-
"description": "Number of spaces disabled an unable to accept vehicles per vehicle_type"
208+
"description": "Number of places disabled an unable to accept vehicles per vehicle_type"
209209
},
210210
"parent_stop": {
211211
"$id": "#/definitions/stop/properties/parent_stop",

0 commit comments

Comments
 (0)