{
  "agency": {
    "id": "greater-cleveland-regional-transit-authority",
    "name": "Greater Cleveland Regional Transit Authority",
    "subdivision_code": "US-OH",
    "subdivision_name": "Ohio"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 0.3,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": true,
          "has_products": true,
          "has_transfer_rules": true,
          "model": "v2",
          "product_count": 45
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_applicable_trips": 24036,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 1.7,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 5631,
        "translations": {
          "feed_lang": "en",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 24036,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 5631,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "5631 of 5631 stops don't say whether a wheelchair user can board there.",
          "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
        },
        {
          "code": "scorecard_wheelchair_accessible_unknown",
          "count": 24036,
          "effort": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "24036 of 24036 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
        },
        {
          "code": "scorecard_stop_names_all_caps",
          "count": 5535,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Rename stops to mixed case where the language has letter case (for example, 'Central Station').",
          "owner": "Likely your export tool",
          "points": 14.7,
          "severity": "INFO",
          "what": "About 5535 stop names are written in ALL CAPS.",
          "why": "Mixed-case names are easier to read in apps and are read more naturally by screen readers."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 45.3,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 11,
        "instances_by_severity": {
          "ERROR": 522,
          "INFO": 7,
          "WARNING": 31029
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "trip_distance_exceeds_shape_distance",
          "count": 449,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_diff_coordinates",
          "count": 73,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Equal shape distance diff coordinates (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 16981,
          "effort": "Usually one export setting.",
          "fix": "Turn on shape cleanup in your export tool, or drop the repeated points from shapes.txt.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some route lines list the same point twice in a row.",
          "why": "Repeated points don't hurt riders, but they can skew distance math and hint at a shaky export."
        },
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 7262,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape_dist_traveled on export so stop and shape distances use the same units.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "On some trips the stop distances run a little past the end of the route line.",
          "why": "The stop and shape distance values don't quite line up, so any math that uses them can drift."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 5596,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 793,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line, going by the feed's own distance values.",
          "why": "Trip planners may draw the route down the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 396,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_coverage_not_active_for_next7_days",
          "count": 1,
          "effort": "One setting in most export tools.",
          "fix": "Trim past service periods the next time you export.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Many of the feed's trips don't run at all in the next 7 days.",
          "why": "It usually means old service periods are still in the export, making the feed bigger and harder to check."
        },
        {
          "code": "big_gap_in_service",
          "count": 5,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        },
        {
          "code": "future_calendar",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'future_calendar' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Future calendar (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "future_feed",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'future_feed' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Future feed (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 6.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 11 kinds of issue across 31558 instances (522 error, 31029 warning, 7 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 126,
        "effective_expiry_date": "2026-12-05",
        "feed_end_date": "2026-12-05",
        "feed_start_date": "2026-08-02",
        "feed_version": "2608a",
        "has_feed_info": true,
        "last_service_date": "2026-12-05",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 126 days.",
      "weight": 0.2
    },
    "realtime": {
      "details": {
        "configured_kinds": [
          "trip_updates",
          "vehicle_positions",
          "service_alerts"
        ],
        "coverage_pct": null,
        "kinds_configured": 3,
        "kinds_reachable": 0,
        "reachable_kinds": [],
        "rt_freshness": null,
        "samples": 9,
        "scheduled_trips_in_window": 0,
        "worst_lag_seconds": null
      },
      "findings": [
        {
          "code": "scorecard_rt_trip_updates_unreachable",
          "count": 1,
          "effort": "Usually a vendor support ticket.",
          "fix": "Check the trip updates endpoint with your AVL vendor; it should return a fresh GTFS-Realtime protobuf on every request.",
          "owner": "",
          "points": 33.3,
          "severity": "ERROR",
          "what": "The trip updates realtime feed failed during sampling.",
          "why": "When this feed is down, riders see scheduled times presented as if they were live."
        },
        {
          "code": "scorecard_rt_vehicle_positions_unreachable",
          "count": 1,
          "effort": "Usually a vendor support ticket.",
          "fix": "Check the vehicle positions endpoint with your AVL vendor; it should return a fresh GTFS-Realtime protobuf on every request.",
          "owner": "",
          "points": 33.3,
          "severity": "ERROR",
          "what": "The vehicle positions realtime feed failed during sampling.",
          "why": "When this feed is down, riders see scheduled times presented as if they were live."
        },
        {
          "code": "scorecard_rt_service_alerts_unreachable",
          "count": 1,
          "effort": "Usually a vendor support ticket.",
          "fix": "Check the service alerts endpoint with your AVL vendor; it should return a fresh GTFS-Realtime protobuf on every request.",
          "owner": "",
          "points": 33.3,
          "severity": "ERROR",
          "what": "The service alerts realtime feed failed during sampling.",
          "why": "When this feed is down, riders see scheduled times presented as if they were live."
        }
      ],
      "name": "realtime",
      "score": 0.0,
      "status": "measured",
      "summary": "Sampled 9 times outside service hours: 0 of 3 configured feeds healthy; vehicle position plausibility was not measurable.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "high",
    "measured_categories": 4,
    "notes": [
      "All four score categories were measured this run.",
      "Realtime was sampled in one bounded window of 9 snapshots.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 1,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "2 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 126 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 2 validator errors to resolve. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "License: http://www.riderta.com/developers",
    "reachable": true,
    "sha256": "b5e67b8f1c2207b3e0b236f33d62c35ac4ad21b3bbd7c42ba1d01d11e3372049",
    "size_bytes": 13985071,
    "static_url": "http://www.riderta.com/sites/default/files/gtfs/latest/google_transit.zip"
  },
  "fetch": {
    "final_url": "https://www.riderta.com/sites/default/files/gtfs/latest/google_transit.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-08-01T00:00:00+00:00",
  "geo": {
    "bbox": [
      -81.96736,
      41.28309,
      -81.43781,
      41.63705
    ],
    "lat": 41.46878,
    "lon": -81.63347,
    "stop_count": 5631
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 3,
        "trip_count": 2022,
        "trip_share_pct": 8.4
      },
      {
        "key": "subway",
        "label": "Subway / metro",
        "route_count": 1,
        "trip_count": 2887,
        "trip_share_pct": 12.0
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 44,
        "trip_count": 19127,
        "trip_share_pct": 79.6
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 48,
    "trip_count": 24036
  },
  "ntd_id_alignment": {
    "detail": "This feed provides agency_id. For RY2026, keep one stable value for each NTD reporter represented in the feed and crosswalk it on the P-50 form. The value does not need to equal the five-digit NTD ID; we do not have that ID on file, so the optional equality comparison is not checked yet.",
    "feed_agency_ids": [
      "GCRTA"
    ],
    "status": "unknown"
  },
  "ntd_readiness": {
    "pillars": [
      {
        "detail": "Published at a public URL.",
        "key": "published",
        "status": "ready"
      },
      {
        "detail": "2 validator errors to resolve.",
        "key": "valid",
        "status": "at_risk"
      },
      {
        "detail": "Service data covers the next 126 days.",
        "key": "current",
        "status": "ready"
      },
      {
        "detail": "agency.txt provides agency_id. For RY2026, keep one stable value for each NTD reporter represented in the feed and crosswalk each value on the P-50 form.",
        "key": "agency_id",
        "status": "ready"
      }
    ],
    "status": "at_risk",
    "summary": "This feed is close to NTD-ready. 2 validator errors to resolve."
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 33.6,
    "margin_to_next_band": 26.4,
    "score": 33.6
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 5429,
      "effort": "A short text field per affected stop; start with the busiest.",
      "fix": "Add tts_stop_name with the spoken form, e.g. 'Main Street and Second Avenue', for the affected stops.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "5429 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"COLUMBUS ST & BROADWAY\", \"BROOKPARK RD & W COMMERCE PKWY\", \"BROADWAY & BOOTH AV\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 5596,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 24036
  },
  "route_map": {
    "drawn_route_count": 48,
    "has_shapes": true,
    "path": "data/artifacts/greater-cleveland-regional-transit-authority/geometry.geojson",
    "route_count": 48,
    "routes": [
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "St. Clair",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "10",
        "label": "10",
        "long": "East 105\u2013Lakeshore",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "Quincy\u2013Cedar",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "14",
        "label": "14-14A",
        "long": "Kinsman",
        "short": "14-14A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "Union\u2013Harvard",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "East 55",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "18",
        "label": "18",
        "long": "West 98\u2013Garfield",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "19",
        "label": "19-19A-19B",
        "long": "Broadway",
        "short": "19-19A-19B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "2",
        "label": "2",
        "long": "East 79",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "22",
        "label": "22",
        "long": "Lorain",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "25",
        "label": "25",
        "long": "Madison\u2013Clark",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "101010",
        "color_name": "black",
        "has_shape": true,
        "id": "251",
        "label": "251",
        "long": "Strongsville Park-N-Ride",
        "short": "251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "26",
        "label": "26-26A",
        "long": "Detroit",
        "short": "26-26A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "28",
        "label": "28-28A",
        "long": "Euclid",
        "short": "28-28A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "3",
        "label": "3",
        "long": "Superior",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "31",
        "label": "31",
        "long": "St. Clair\u2013Babbitt",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "34",
        "label": "34",
        "long": "East 200\u2013Green",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "35",
        "label": "35",
        "long": "Lee Blvd.\u2013East 123",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "37",
        "label": "37",
        "long": "Hayden\u2013East 185",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "39",
        "label": "39",
        "long": "Lakeshore",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "40",
        "label": "40",
        "long": "Lakeview\u2013Lee",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "41",
        "label": "41-41F",
        "long": "Warrensville",
        "short": "41-41F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "45",
        "label": "45",
        "long": "Ridge\u2013Fulton",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "48",
        "label": "48",
        "long": "East 131",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "50",
        "label": "50",
        "long": "East 116",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "19226D",
        "color_name": "black",
        "has_shape": true,
        "id": "51",
        "label": "51-51A",
        "long": "MetroHealth Line",
        "short": "51-51A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "19226D",
        "color_name": "black",
        "has_shape": true,
        "id": "53",
        "label": "53-53A",
        "long": "MetroHealth Line\u2013Broadview",
        "short": "53-53A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "54",
        "label": "54",
        "long": "Brookpark\u2013Rockside",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "55",
        "label": "55-55B-55C",
        "long": "Clifton",
        "short": "55-55B-55C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "959595",
        "color_name": "gray",
        "has_shape": true,
        "id": "6",
        "label": "HL",
        "long": "HealthLine",
        "short": "HL",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FEC00F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "62",
        "label": "B-Line Trolley",
        "long": "B-Line Trolley",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D7182A",
        "color_name": "red",
        "has_shape": true,
        "id": "66",
        "label": "RL",
        "long": "Red Line",
        "short": "RL",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "D7182A",
        "color_name": "red",
        "has_shape": true,
        "id": "66R",
        "label": "66R",
        "long": "Red Line Replacement Bus",
        "short": "66R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15BEF0",
        "color_name": "teal",
        "has_shape": true,
        "id": "67",
        "label": "BL",
        "long": "Blue Line",
        "short": "BL",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "15BEF0",
        "color_name": "teal",
        "has_shape": true,
        "id": "67R",
        "label": "67R",
        "long": "Blue Line Replacement Bus",
        "short": "67R",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8FB73E",
        "color_name": "gray",
        "has_shape": true,
        "id": "68",
        "label": "GL",
        "long": "Green Line",
        "short": "GL",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "8FB73E",
        "color_name": "gray",
        "has_shape": true,
        "id": "68R",
        "label": "68R",
        "long": "Green Line Replacement Bus",
        "short": "68R",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0066A6",
        "color_name": "teal",
        "has_shape": true,
        "id": "69",
        "label": "WL",
        "long": "Waterfront Line",
        "short": "WL",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "7",
        "label": "7-7A",
        "long": "Monticello",
        "short": "7-7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "71",
        "label": "71",
        "long": "Pearl\u2013Tiedeman",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "77",
        "label": "77",
        "long": "Brecksville",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "78",
        "label": "78",
        "long": "West 117\u2013Puritas",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "8",
        "label": "8",
        "long": "Cedar\u2013Buckeye",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "83",
        "label": "83",
        "long": "Warren\u2013West 130",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "86",
        "label": "86",
        "long": "Rocky River Dr.\u2013Bagley",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "9",
        "label": "9",
        "long": "Mayfield\u2013Hough",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "90",
        "label": "90",
        "long": "Broadway\u2013Libby",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "052743",
        "color_name": "black",
        "has_shape": true,
        "id": "94",
        "label": "94",
        "long": "East 260\u2013Richmond",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 5631,
    "stop_points_capped": true
  },
  "rubric_version": "1.3",
  "schema_version": "1.17",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "shapes_readiness": {
    "detail": "All 24036 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 24036,
    "trips_with_shape": 24036
  },
  "snapshot_date": "2026-08-01",
  "top_fixes": [
    {
      "code": "scorecard_rt_trip_updates_unreachable",
      "count": 1,
      "effort": "Usually a vendor support ticket.",
      "fix": "Check the trip updates endpoint with your AVL vendor; it should return a fresh GTFS-Realtime protobuf on every request.",
      "owner": "",
      "points": 33.3,
      "rank": 1,
      "severity": "ERROR",
      "what": "The trip updates realtime feed failed during sampling.",
      "why": "When this feed is down, riders see scheduled times presented as if they were live."
    },
    {
      "code": "scorecard_rt_vehicle_positions_unreachable",
      "count": 1,
      "effort": "Usually a vendor support ticket.",
      "fix": "Check the vehicle positions endpoint with your AVL vendor; it should return a fresh GTFS-Realtime protobuf on every request.",
      "owner": "",
      "points": 33.3,
      "rank": 2,
      "severity": "ERROR",
      "what": "The vehicle positions realtime feed failed during sampling.",
      "why": "When this feed is down, riders see scheduled times presented as if they were live."
    },
    {
      "code": "scorecard_rt_service_alerts_unreachable",
      "count": 1,
      "effort": "Usually a vendor support ticket.",
      "fix": "Check the service alerts endpoint with your AVL vendor; it should return a fresh GTFS-Realtime protobuf on every request.",
      "owner": "",
      "points": 33.3,
      "rank": 3,
      "severity": "ERROR",
      "what": "The service alerts realtime feed failed during sampling.",
      "why": "When this feed is down, riders see scheduled times presented as if they were live."
    }
  ],
  "validator_version": "8.0.1"
}
