Skip to content

Commit 562d6b9

Browse files
avatarneilthekaveman
authored andcommitted
Fix location pointer
1 parent ad3dc31 commit 562d6b9

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
@@ -113,7 +113,7 @@ All String fields, such as `vehicle_id`, are limited to a maximum of 255 charact
113113
| stop_id | UUID | Required | Unique ID for stop |
114114
| stop_name | String | Required | Name of stop |
115115
| last_reported | Timestamp | Required | Date/Time that the stop was last updated |
116-
| location | GeoJSON (Point Feature)[provider/README.md#geographic-data] | Required | Location of the Stop |
116+
| location | GeoJSON [Point Feature](provider/README.md#geographic-data) | Required | Location of the Stop |
117117
| status | Enum | Required | Status of the Stop. See [Stop Statuses](#stop-statuses) table. |
118118
| capacity | {vehicle_type: number} | Required | Number of total spots per vehicle_type |
119119
| num_vehicles_available | {vehicle_type: number} | Required | How many vehicles are available per vehicle_type at this stop? |

0 commit comments

Comments
 (0)