{
  "agency": {
    "id": "maryland-transit-administration",
    "name": "Local Bus"
  },
  "autofix": {
    "available": true,
    "download_path": "data/artifacts/maryland-transit-administration/corrected.zip",
    "fixes": [
      {
        "code": "autofix_stop_name_case",
        "count": 236,
        "examples": [
          "LANIER AVE & BELVEDERE AVE -> Lanier Ave & Belvedere Ave",
          "LIGHT ST & PRATT ST -> Light St & Pratt St",
          "CROMWELL BRIDGE PARK-N-RIDE -> Cromwell Bridge Park-n-ride"
        ],
        "label": "Recased shouting stop names"
      }
    ],
    "total": 236
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 37.5,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 14.1,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 15.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": true,
          "has_products": true,
          "has_transfer_rules": true,
          "model": "v2",
          "product_count": 11
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 94.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 3964,
        "trips": 13733,
        "wheelchair_accessible_pct": 100.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": 3964,
          "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": "3964 of 3964 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_stop_names_all_caps",
          "count": 236,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Rename stops to mixed case (e.g. 'Main St & 2nd Ave').",
          "owner": "Likely your export tool",
          "points": 0.9,
          "severity": "INFO",
          "what": "About 236 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."
        }
      ],
      "name": "completeness",
      "score": 74.1,
      "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": 9,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 11,
          "WARNING": 14002
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "mixed_case_recommended_field",
          "count": 13013,
          "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": "fast_travel_between_consecutive_stops",
          "count": 907,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a bus can.",
          "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 50,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stop_too_far_from_shape_using_user_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Stop too far from shape using user distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 14,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stops_match_shape_out_of_order' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Stops match shape out of order (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "route_short_name_too_long",
          "count": 11,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'route_short_name_too_long' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Route short name too long (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 7,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "unknown_column",
          "count": 5,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        },
        {
          "code": "service_window_outside_feed_period",
          "count": 3,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'service_window_outside_feed_period' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Service window outside feed period (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_file",
          "count": 3,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unknown_file' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Unknown file (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 58.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 9 kinds of issue across 14013 instances (0 error, 14002 warning, 11 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 44,
        "feed_end_date": "2026-08-22",
        "feed_start_date": "2026-07-06",
        "feed_version": "20260706",
        "has_feed_info": true,
        "last_service_date": "2026-08-22",
        "seasonal_boundary": false,
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 73.3,
      "status": "measured",
      "summary": "Service data covers the next 44 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "This agency publishes realtime, but the feed needs an access key we don't have yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 45 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 100% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. States wheelchair access on 0% of stops and 100% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "No stated data license in the Mobility Database; verify before publishing.",
    "reachable": true,
    "sha256": "6608a628fb4727d6605cdfa8dc04c86fed9c9bf11679620f5cd4f4e0f571a85a",
    "size_bytes": 5925419,
    "static_url": "https://mdotmta-gtfs.s3.amazonaws.com/mdotmta_gtfs_localbus.zip"
  },
  "fetch": {
    "final_url": "https://mdotmta-gtfs.s3.amazonaws.com/mdotmta_gtfs_localbus.zip",
    "max_attempts": 4,
    "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-07-08T00:00:00+00:00",
  "geo": {
    "bbox": [
      -76.88946,
      38.97829,
      -76.37931,
      39.49673
    ],
    "lat": 39.3118,
    "lon": -76.6228,
    "stop_count": 3964
  },
  "ntd_id_alignment": {
    "detail": "Setting your GTFS agency_id to your five-digit NTD ID is an optional way to line a feed up with its National Transit Database record. FTA links the two on your P-50 form, so it is not a required feed change. We don't have your NTD ID on file, so this is not checked yet.",
    "feed_agency_ids": [
      "30034"
    ],
    "status": "unknown"
  },
  "ntd_readiness": {
    "pillars": [
      {
        "detail": "Published at a public URL.",
        "key": "published",
        "status": "ready"
      },
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "status": "ready"
      },
      {
        "detail": "Service data covers the next 45 days.",
        "key": "current",
        "status": "ready"
      }
    ],
    "status": "ready",
    "summary": "Published at a public URL, valid, and current: the three things the NTD GTFS requirement asks of a feed all hold here. Only your own D-10 certification makes that official; this is a heads-up, not a determination."
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 7.1,
    "margin_to_next_band": 2.9,
    "score": 67.1
  },
  "recommendations": [
    {
      "code": "scorecard_fares_v2_no_fare_media",
      "count": 0,
      "effort": "A short file; one row per payment method you accept.",
      "fix": "Add fare_media.txt listing your accepted payment methods, including contactless EMV if riders can tap to pay.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "The feed publishes fare products but no fare_media.txt declaring how riders can pay.",
      "why": "Riders can't tell from the feed which payment methods you accept, such as a transit card, a mobile app, or tap-to-pay with a contactless bank card."
    },
    {
      "code": "scorecard_route_color_low_contrast",
      "count": 48,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "48 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (21, 22, 26, 28, 29, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "code": "scorecard_stop_name_needs_tts",
      "count": 3855,
      "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": "3855 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Cylburn Ave & Greenspring Ave\", \"Lanier Ave & Sinai Hospital\", \"LANIER AVE & BELVEDERE AVE\", 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."
    }
  ],
  "recompute": {
    "as_of": "2026-07-09",
    "feed_fetched_date": "2026-07-08",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 3964,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 13733
  },
  "route_map": {
    "drawn_route_count": 65,
    "has_shapes": true,
    "path": "data/artifacts/maryland-transit-administration/geometry.geojson",
    "route_count": 65,
    "routes": [
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11638",
        "label": "21",
        "long": "Woodberry - Canton Crossing",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11639",
        "label": "22",
        "long": "Mondawmin - Bayview",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11640",
        "label": "26",
        "long": "Patapsco Station - Mondawmin",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11641",
        "label": "28",
        "long": "Moravia - Rogers Ave Station",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11642",
        "label": "29",
        "long": "Mondawmin - Brooklyn",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11643",
        "label": "30",
        "long": "Rogers Ave - Hollander Ridge",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11644",
        "label": "31",
        "long": "Sinai Hospital - Security Square",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11645",
        "label": "33",
        "long": "Mt Washington Station - White Marsh",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11646",
        "label": "34",
        "long": "Falls Rd/Greenspring - Catonsville",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11647",
        "label": "36",
        "long": "Towson Town Center - Fox Ridge",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11648",
        "label": "37",
        "long": "Old Court - UMBC/Catonsville",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11650",
        "label": "51",
        "long": "Towson - Downtown",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11651",
        "label": "52",
        "long": "Greenmount North - Stella Maris",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11652",
        "label": "53",
        "long": "State Center - Towson",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11653",
        "label": "54",
        "long": "State Center - Carney/Hillendale",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11654",
        "label": "56",
        "long": "Downtown - White Marsh",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11655",
        "label": "57",
        "long": "Belair - Edison Circulator",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11656",
        "label": "59",
        "long": "Moravia - Whispering Woods",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11657",
        "label": "62",
        "long": "CCBC Essex - Turner Station",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11658",
        "label": "63",
        "long": "Gardenville - Tradepoint Atlantic",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11659",
        "label": "65",
        "long": "Downtown - Dundalk",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11660",
        "label": "67",
        "long": "Downtown - Marley Neck",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11661",
        "label": "69",
        "long": "Patapsco Station - Jumpers Hole",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11662",
        "label": "70",
        "long": "Patapsco Station - Annapolis",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11663",
        "label": "71",
        "long": "Downtown - Patapsco Station",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11664",
        "label": "73",
        "long": "State Center - Patapsco Station",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11665",
        "label": "75",
        "long": "Patapsco Station - Arundel Mills",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11666",
        "label": "76",
        "long": "CCBC - Downtown",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11667",
        "label": "77",
        "long": "West Baltimore MARC - Catonsville",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11668",
        "label": "78",
        "long": "Downtown - CMS",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11669",
        "label": "79",
        "long": "Mondawmin - CMS",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11670",
        "label": "80",
        "long": "Downtown - Rogers Ave Station",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11671",
        "label": "81",
        "long": "Deer Park - Milford Mill Station",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11672",
        "label": "82",
        "long": "Park Circle - Reisterstown Plaza",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11673",
        "label": "83",
        "long": "Mondawmin - Old Court Station",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11674",
        "label": "85",
        "long": "North Ave LR - Milford Mill",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11675",
        "label": "87",
        "long": "Glyndon - Owings Mills",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11676",
        "label": "89",
        "long": "Rogers Ave - Owings Mills",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11677",
        "label": "91",
        "long": "Mondawmin - Sinai Hospital",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11678",
        "label": "92",
        "long": "Glen - Baas & Talmudical",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11679",
        "label": "93",
        "long": "Towson - Hunt Valley",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11680",
        "label": "94",
        "long": "Fort McHenry - Sinai Hospital",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11681",
        "label": "95",
        "long": "Downtown - Roland Park",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "262727",
        "color_name": "black",
        "has_shape": true,
        "id": "11684",
        "label": "103",
        "long": "Downtown - Cromwell Bridge",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "262727",
        "color_name": "black",
        "has_shape": true,
        "id": "11686",
        "label": "105",
        "long": "Cedonia - Downtown",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "262727",
        "color_name": "black",
        "has_shape": true,
        "id": "11687",
        "label": "115",
        "long": "Downtown - Perry Hall",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "262727",
        "color_name": "black",
        "has_shape": true,
        "id": "11688",
        "label": "120",
        "long": "White Marsh - Downtown/Hopkins",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "262727",
        "color_name": "black",
        "has_shape": true,
        "id": "11689",
        "label": "150",
        "long": "Columbia - Downtown/Harbor East",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "262727",
        "color_name": "black",
        "has_shape": true,
        "id": "11690",
        "label": "154",
        "long": "State Center - Carney/Hillendale",
        "short": "154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "262727",
        "color_name": "black",
        "has_shape": true,
        "id": "11691",
        "label": "160",
        "long": "Downtown/Hopkins - Essex",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0072BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "11734",
        "label": "CityLink BLUE",
        "long": "CMS - Johns Hopkins Bayview",
        "short": "CityLink BLUE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6E4C2F",
        "color_name": "brown",
        "has_shape": true,
        "id": "11735",
        "label": "CityLink BROWN",
        "long": "Overlea - Downtown",
        "short": "CityLink BROWN",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8A7938",
        "color_name": "brown",
        "has_shape": true,
        "id": "11736",
        "label": "CityLink GOLD",
        "long": "Walbrook Junction - Canton",
        "short": "CityLink GOLD",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008343",
        "color_name": "green",
        "has_shape": true,
        "id": "11737",
        "label": "CityLink GREEN",
        "long": "Downtown - Towson",
        "short": "CityLink GREEN",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CA043",
        "color_name": "gray",
        "has_shape": true,
        "id": "11738",
        "label": "CityLink LIME",
        "long": "NW Hospital - Harbor East",
        "short": "CityLink LIME",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2E3192",
        "color_name": "blue",
        "has_shape": true,
        "id": "11739",
        "label": "CityLink NAVY",
        "long": "Mondawmin - Dundalk",
        "short": "CityLink NAVY",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E7731F",
        "color_name": "orange",
        "has_shape": true,
        "id": "11740",
        "label": "CityLink ORANGE",
        "long": "Essex - West Baltimore MARC",
        "short": "CityLink ORANGE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D60080",
        "color_name": "pink",
        "has_shape": true,
        "id": "11741",
        "label": "CityLink PINK",
        "long": "Cedonia - West Baltimore MARC",
        "short": "CityLink PINK",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "851F83",
        "color_name": "purple",
        "has_shape": true,
        "id": "11742",
        "label": "CityLink PURPLE",
        "long": "City Hall - Paradise/Catonsville",
        "short": "CityLink PURPLE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D71920",
        "color_name": "red",
        "has_shape": true,
        "id": "11743",
        "label": "CityLink RED",
        "long": "Downtown - Towson/Lutherville",
        "short": "CityLink RED",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "48626F",
        "color_name": "gray",
        "has_shape": true,
        "id": "11744",
        "label": "CityLink SILVER",
        "long": "Curtis Bay - Hopkins/Morgan State",
        "short": "CityLink SILVER",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F9E500",
        "color_name": "yellow",
        "has_shape": true,
        "id": "11745",
        "label": "CityLink YELLOW",
        "long": "Mt Vernon - Patapsco",
        "short": "CityLink YELLOW",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "262727",
        "color_name": "black",
        "has_shape": true,
        "id": "14498",
        "label": "163",
        "long": "West Baltimore MARC - Tradepoint",
        "short": "163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "15552",
        "label": "32",
        "long": "Catonsville - Patapsco Station",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0A0A4",
        "color_name": "gray",
        "has_shape": true,
        "id": "17178",
        "label": "40",
        "long": "CMS - Essex",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 3964,
    "stop_points_capped": true
  },
  "rubric_version": "1.1",
  "schema_version": "1.7",
  "shapes_readiness": {
    "detail": "All 13733 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 13733,
    "trips_with_shape": 13733
  },
  "snapshot_date": "2026-07-09",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 3964,
      "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,
      "rank": 1,
      "severity": "WARNING",
      "what": "3964 of 3964 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": "mixed_case_recommended_field",
      "count": 13013,
      "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,
      "rank": 2,
      "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": "fast_travel_between_consecutive_stops",
      "count": 907,
      "effort": "A few minutes per flagged trip.",
      "fix": "Check the flagged stop times for transposed minutes.",
      "owner": "",
      "points": 8.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "Some scheduled trips move faster between stops than a bus can.",
      "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
    }
  ],
  "validator_version": "8.0.1"
}
