GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-06-11T14:37:20Z,
for the dataset file:///shared/municipio-de-san-juan_c8f48493.zip. No country code was provided.

Use this report alongside our documentation.

A new version of the Canonical GTFS Schedule validator is available! Please update to get the latest/best validation results.

Summary

Agencies included


Feed Info


Publisher Name:
N/A
Publisher URL:
N/A
Feed Email:
N/A
Feed Language:
N/A

Files included


  1. agency.txt
  2. calendar.txt
  3. calendar_dates.txt
  4. fare_attributes.txt
  5. fare_rules.txt
  6. feed_info.txt
  7. routes.txt
  8. shapes.txt
  9. stop_times.txt
  10. stops.txt
  11. transfers.txt
  12. trips.txt

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 0
  • Shapes: 0
  • Stops: 249
  • Trips: 72

Specification Compliance report

18 notices reported (16 errors, 2 warnings, 0 infos)

Notice Code Severity Total
invalid_color ERROR 16

invalid_color

A field contains an invalid color value.

A color must be encoded as a six-digit hexadecimal number. The leading "#" is not included.

Example: FFFFFF for white, 000000 for black or 0039A6 for the A,C,E lines in NYC MTA.

You can see more about this notice here.

filename (?) The name of the faulty file. csvRowNumber (?) The row of the faulty record. fieldName (?) Faulty record's field name. fieldValue (?) Faulty value.
"routes.txt" 2 "route_color" "#000099"
"routes.txt" 2 "route_text_color" "#FFFFFF"
"routes.txt" 3 "route_color" "#FFCC00"
"routes.txt" 3 "route_text_color" "#000000"
"routes.txt" 4 "route_color" "#0000FF"
"routes.txt" 4 "route_text_color" "#000000"
"routes.txt" 5 "route_color" "#C00000"
"routes.txt" 5 "route_text_color" "#FFFFFF"
"routes.txt" 6 "route_color" "#92D050"
"routes.txt" 6 "route_text_color" "#000000"
"routes.txt" 7 "route_color" "#FF9933"
"routes.txt" 7 "route_text_color" "#000000"
"routes.txt" 8 "route_color" "#7030A0"
"routes.txt" 8 "route_text_color" "#FFFFFF"
"routes.txt" 9 "route_color" "#006666"
"routes.txt" 9 "route_text_color" "#FFFFFF"
expired_calendar WARNING 1

expired_calendar

Dataset should not contain date ranges for services that have already expired.

This warning takes into account the calendar_dates.txt file as well as the calendar.txt file.

You can see more about this notice here.

csvRowNumber (?) The row of the faulty record. serviceId (?) The service id of the faulty record.
2 "MTWJF"
trip_coverage_not_active_for_next7_days WARNING 1

trip_coverage_not_active_for_next7_days

Trips data should be valid for at least the next seven days.

This notice is triggered if the date range where a significant number of trips are running ends in less than 7 days.

You can see more about this notice here.

currentDate (?) Current date (YYYYMMDD format). serviceWindowStartDate (?) The start date of the majority service window. serviceWindowEndDate (?) The end date of the majority service window.
"20260611" "20251215" "20260130"