Skip to content

Commit 879683e

Browse files
committed
%s/stop_name/name/g
1 parent e2594d7 commit 879683e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

general-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ All String fields, such as `vehicle_id`, are limited to a maximum of 255 charact
111111
| Field | Type | Required/Optional | Description |
112112
|------------------------|-------------------------------------------------------------|-------------------|----------------------------------------------------------------------------------------------|
113113
| stop_id | UUID | Required | Unique ID for stop |
114-
| stop_name | String | Required | Name of stop |
114+
| name | String | Required | Name of stop |
115115
| last_reported | Timestamp | Required | Date/Time that the stop was last updated |
116116
| location | GeoJSON [Point Feature](provider/README.md#geographic-data) | Required | Location of the Stop |
117117
| status | [Stop Status](#stop-status) | Required | Object representing the status of the Stop. See [Stop Status](#stop-status). |

0 commit comments

Comments
 (0)