diff --git a/docs/FEATURES.md b/docs/FEATURES.md index e0be77561a..93582823d5 100644 --- a/docs/FEATURES.md +++ b/docs/FEATURES.md @@ -4,12 +4,12 @@ The validator will produce the [list of components](https://docs.google.com/spre | Component | Feature | How is the presence of a feature determined (minimum requirements) | |--------------------------|---------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Accesibility | Text-to-speech | One **tts_stop_name** value in [stops.txt](https://gtfs.org/schedule/reference/#stopstxt) | -| Accesibility | Wheelchair accesibility | One **wheelchair_accessible** value in [trips.txt](https://gtfs.org/schedule/reference/#tripstxt)
OR
one **wheelchair_boarding** value in [stops.txt](https://gtfs.org/schedule/reference/#stopstxt) | -| Accesibility | Route Colors | One **color** value
OR
one text_color value in [routes.txt](https://gtfs.org/schedule/reference/#routestxt) | -| Accesibility | Bike Allowed | One **bikes_allowed** value in [trips.txt](https://gtfs.org/schedule/reference/#tripstxt) | -| Accesibility | Translations | One line of data in [translations.txt](https://gtfs.org/schedule/reference/#translationstxt) | -| Accesibility | Headsigns | One **trip_headsign** in [trips.txt](https://gtfs.org/schedule/reference/#tripstxt)
OR
one stop_headsign value in [stop_times.txt](https://gtfs.org/schedule/reference/#stop_timestxt) | +| Accessibility | Text-to-speech | One **tts_stop_name** value in [stops.txt](https://gtfs.org/schedule/reference/#stopstxt) | +| Accessibility | Wheelchair accessibility | One **wheelchair_accessible** value in [trips.txt](https://gtfs.org/schedule/reference/#tripstxt)
OR
one **wheelchair_boarding** value in [stops.txt](https://gtfs.org/schedule/reference/#stopstxt) | +| Accessibility | Route Colors | One **color** value
OR
one text_color value in [routes.txt](https://gtfs.org/schedule/reference/#routestxt) | +| Accessibility | Bike Allowed | One **bikes_allowed** value in [trips.txt](https://gtfs.org/schedule/reference/#tripstxt) | +| Accessibility | Translations | One line of data in [translations.txt](https://gtfs.org/schedule/reference/#translationstxt) | +| Accessibility | Headsigns | One **trip_headsign** in [trips.txt](https://gtfs.org/schedule/reference/#tripstxt)
OR
one stop_headsign value in [stop_times.txt](https://gtfs.org/schedule/reference/#stop_timestxt) | | Fares | Fare Products | One line of data in [fare_products.txt](https://gtfs.org/schedule/reference/#fare_productstxt) | | Fares | Fare Media | One line of data in [fare_media.txt](https://gtfs.org/schedule/reference/#fare_mediatxt) | | Fares | Route-Based Fares | One **network_id** value in [routes.txt](https://gtfs.org/schedule/reference/#routestxt)
OR
one line of data in [networks..txt](https://gtfs.org/schedule/reference/#networkstxt) |