{
  "agency": {
    "country": "GB",
    "id": "transdev-blazefield",
    "name": "Transdev Blazefield",
    "subdivision_code": "GB-NYK",
    "subdivision_name": "North Yorkshire"
  },
  "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": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_applicable_trips": 9528,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 7428,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 9528,
        "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": 7428,
          "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": "7428 of 7428 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": 9528,
          "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": "9528 of 9528 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        }
      ],
      "name": "completeness",
      "score": 37.5,
      "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 not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 10,
        "instances_by_severity": {
          "ERROR": 3743,
          "INFO": 769,
          "WARNING": 322
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "duplicate_key",
          "count": 3741,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'duplicate_key' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Duplicate key (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "block_trips_with_overlapping_stop_times",
          "count": 2,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'block_trips_with_overlapping_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Block trips with overlapping stop times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "service_has_no_active_day_of_the_week",
          "count": 187,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "code": "expired_calendar",
          "count": 130,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 2,
          "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": 4.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": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 1,
          "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": 4.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": "stops_match_shape_out_of_order",
          "count": 1,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the stop order and the shape direction in your scheduling software; the shape is often drawn backwards.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "On some trips the stops fall along the route line in a different order than the schedule lists.",
          "why": "Trip planners can draw the bus doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "big_gap_in_service",
          "count": 484,
          "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": 1.0,
          "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": "trip_headsign_matches_intermediate_stop",
          "count": 285,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 1.0,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the bus ends up, so a midpoint name can send them the wrong way."
        }
      ],
      "name": "correctness",
      "score": 30.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 4834 instances (3743 error, 322 warning, 769 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 359,
        "effective_expiry_date": "2027-07-27",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2027-07-27",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 359 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored 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": "2 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 359 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": "Open Government Licence v3.0 through the operator's Passenger open data feed; credit Transdev Blazefield as the source and do not imply endorsement.",
    "reachable": true,
    "sha256": "4b75aef8486647053afb69c7b3096821e690f0232085987063f74337db4ef860",
    "size_bytes": 7967847,
    "static_url": "https://data.discoverpassenger.com/operator/transdevblazefield/dataset/current/download/gtfs"
  },
  "fetch": {
    "final_url": "https://s3-eu-west-1.amazonaws.com/passenger-sources/transdevblazefield/gtfs/transdevblazefield_1785145258.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-02T00:00:00+00:00",
  "geo": {
    "bbox": [
      -2.69635,
      53.47809,
      -0.4058,
      54.53556
    ],
    "lat": 53.80554,
    "lon": -1.87809,
    "stop_count": 7428
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 138,
        "trip_count": 9528,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 138,
    "trip_count": 9528
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 46.1,
    "margin_to_next_band": 13.9,
    "score": 46.1
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 8,
      "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": "8 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (1, 2, 3, 4, 5, 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."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 1796,
      "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": "1796 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Green Lane, St Bede's High School\", \"St Johns Church\", \"St Andrews Church\", 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."
    }
  ],
  "routability": {
    "boardable_stops": 7428,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 9528
  },
  "route_map": {
    "drawn_route_count": 138,
    "has_shapes": true,
    "path": "data/artifacts/transdev-blazefield/geometry.geojson",
    "route_count": 138,
    "routes": [
      {
        "color": "CB5A1C",
        "color_name": "orange",
        "has_shape": true,
        "id": "BPT:1",
        "label": "1",
        "long": "",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "BPT:120",
        "label": "120",
        "long": "",
        "short": "120",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "BPT:121",
        "label": "121",
        "long": "",
        "short": "121",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CB5A1C",
        "color_name": "orange",
        "has_shape": true,
        "id": "BPT:2",
        "label": "2",
        "long": "",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "BPT:2A",
        "label": "2A",
        "long": "",
        "short": "2A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CB5A1C",
        "color_name": "orange",
        "has_shape": true,
        "id": "BPT:3",
        "label": "3",
        "long": "",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CB5A1C",
        "color_name": "orange",
        "has_shape": true,
        "id": "BPT:4",
        "label": "4",
        "long": "",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "BPT:481",
        "label": "481",
        "long": "",
        "short": "481",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "BPT:483",
        "label": "483",
        "long": "",
        "short": "483",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CB5A1C",
        "color_name": "orange",
        "has_shape": true,
        "id": "BPT:5",
        "label": "5",
        "long": "",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "BPT:7",
        "label": "7",
        "long": "",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "BPT:8",
        "label": "8",
        "long": "",
        "short": "8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "BPT:844",
        "label": "844",
        "long": "",
        "short": "844",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CB5A1C",
        "color_name": "orange",
        "has_shape": true,
        "id": "BPT:9",
        "label": "9",
        "long": "",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "BPT:C1",
        "label": "C1",
        "long": "",
        "short": "C1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "BPT:CG1",
        "label": "CG1",
        "long": "",
        "short": "CG1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8D132C",
        "color_name": "red",
        "has_shape": true,
        "id": "BPT:M1",
        "label": "M1",
        "long": "",
        "short": "M1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8D132C",
        "color_name": "red",
        "has_shape": true,
        "id": "BPT:M2",
        "label": "M2",
        "long": "",
        "short": "M2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8D132C",
        "color_name": "red",
        "has_shape": true,
        "id": "BPT:M3",
        "label": "M3",
        "long": "",
        "short": "M3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8D132C",
        "color_name": "red",
        "has_shape": true,
        "id": "BPT:M4",
        "label": "M4",
        "long": "",
        "short": "M4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "BPT:M5",
        "label": "M5",
        "long": "",
        "short": "M5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "BPT:M6",
        "label": "M6",
        "long": "",
        "short": "M6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "BPT:SK1",
        "label": "SK1",
        "long": "",
        "short": "SK1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2F2F2E",
        "color_name": "black",
        "has_shape": true,
        "id": "BPT:X43",
        "label": "X43",
        "long": "",
        "short": "X43",
        "text_color": "A8A7A6",
        "type_label": "Bus"
      },
      {
        "color": "671D1B",
        "color_name": "brown",
        "has_shape": true,
        "id": "HDT:1A",
        "label": "1A",
        "long": "",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "671D1B",
        "color_name": "brown",
        "has_shape": true,
        "id": "HDT:1B",
        "label": "1B",
        "long": "",
        "short": "1B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "671D1B",
        "color_name": "brown",
        "has_shape": true,
        "id": "HDT:1C",
        "label": "1C",
        "long": "",
        "short": "1C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "HDT:2",
        "label": "2",
        "long": "",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "671D1B",
        "color_name": "brown",
        "has_shape": true,
        "id": "HDT:21",
        "label": "21",
        "long": "",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "671D1B",
        "color_name": "brown",
        "has_shape": true,
        "id": "HDT:24",
        "label": "24",
        "long": "",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "671D1B",
        "color_name": "brown",
        "has_shape": true,
        "id": "HDT:3",
        "label": "3",
        "long": "",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "222221",
        "color_name": "black",
        "has_shape": true,
        "id": "HDT:36",
        "label": "36",
        "long": "",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "HDT:4",
        "label": "4",
        "long": "",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "HDT:59",
        "label": "59",
        "long": "",
        "short": "59",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "671D1B",
        "color_name": "brown",
        "has_shape": true,
        "id": "HDT:6",
        "label": "6",
        "long": "",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "HDT:7",
        "label": "7",
        "long": "",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3E853D",
        "color_name": "green",
        "has_shape": true,
        "id": "KDT:60",
        "label": "60",
        "long": "",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "KDT:60A",
        "label": "60A",
        "long": "",
        "short": "60A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3E853D",
        "color_name": "green",
        "has_shape": true,
        "id": "KDT:62",
        "label": "62",
        "long": "",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "KDT:64",
        "label": "64",
        "long": "",
        "short": "64",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3F8642",
        "color_name": "green",
        "has_shape": true,
        "id": "KDT:66",
        "label": "66",
        "long": "",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4CA3DE",
        "color_name": "teal",
        "has_shape": true,
        "id": "KDT:662",
        "label": "662",
        "long": "",
        "short": "662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E853D",
        "color_name": "green",
        "has_shape": true,
        "id": "KDT:67",
        "label": "67",
        "long": "",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "KDT:72",
        "label": "72",
        "long": "",
        "short": "72",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "KDT:75",
        "label": "75",
        "long": "",
        "short": "75",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "KDT:820",
        "label": "820",
        "long": "",
        "short": "820",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "KDT:821",
        "label": "821",
        "long": "",
        "short": "821",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "KDT:862",
        "label": "862",
        "long": "",
        "short": "862",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "KDT:864",
        "label": "864",
        "long": "",
        "short": "864",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "KDT:866",
        "label": "866",
        "long": "",
        "short": "866",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3E853D",
        "color_name": "green",
        "has_shape": true,
        "id": "KDT:873",
        "label": "873",
        "long": "",
        "short": "873",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008634",
        "color_name": "green",
        "has_shape": true,
        "id": "KDT:B1",
        "label": "B1",
        "long": "",
        "short": "B1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008634",
        "color_name": "green",
        "has_shape": true,
        "id": "KDT:B2",
        "label": "B2",
        "long": "",
        "short": "B2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008634",
        "color_name": "green",
        "has_shape": true,
        "id": "KDT:B3",
        "label": "B3",
        "long": "",
        "short": "B3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E853D",
        "color_name": "green",
        "has_shape": true,
        "id": "KDT:K1",
        "label": "K1",
        "long": "",
        "short": "K1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E853D",
        "color_name": "green",
        "has_shape": true,
        "id": "KDT:K11",
        "label": "K11",
        "long": "",
        "short": "K11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "KDT:K12",
        "label": "K12",
        "long": "",
        "short": "K12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "KDT:K14",
        "label": "K14",
        "long": "",
        "short": "K14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "KDT:K15",
        "label": "K15",
        "long": "",
        "short": "K15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "KDT:K16",
        "label": "K16",
        "long": "",
        "short": "K16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3E853D",
        "color_name": "green",
        "has_shape": true,
        "id": "KDT:K2",
        "label": "K2",
        "long": "",
        "short": "K2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E853D",
        "color_name": "green",
        "has_shape": true,
        "id": "KDT:K3",
        "label": "K3",
        "long": "",
        "short": "K3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "KDT:K4",
        "label": "K4",
        "long": "",
        "short": "K4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3E853D",
        "color_name": "green",
        "has_shape": true,
        "id": "KDT:K5",
        "label": "K5",
        "long": "",
        "short": "K5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E853D",
        "color_name": "green",
        "has_shape": true,
        "id": "KDT:K6",
        "label": "K6",
        "long": "",
        "short": "K6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E853D",
        "color_name": "green",
        "has_shape": true,
        "id": "KDT:K7",
        "label": "K7",
        "long": "",
        "short": "K7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E853D",
        "color_name": "green",
        "has_shape": true,
        "id": "KDT:K9",
        "label": "K9",
        "long": "",
        "short": "K9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "275292",
        "color_name": "teal",
        "has_shape": true,
        "id": "LUI:1",
        "label": "1",
        "long": "",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "LUI:10",
        "label": "10",
        "long": "",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "LUI:122",
        "label": "122",
        "long": "",
        "short": "122",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "LUI:12A",
        "label": "12A",
        "long": "",
        "short": "12A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "LUI:12C",
        "label": "12C",
        "long": "",
        "short": "12C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "492A7E",
        "color_name": "purple",
        "has_shape": true,
        "id": "LUI:152",
        "label": "152",
        "long": "",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "LUI:2",
        "label": "2",
        "long": "",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "205DA4",
        "color_name": "teal",
        "has_shape": true,
        "id": "LUI:22",
        "label": "22",
        "long": "",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "LUI:2A",
        "label": "2A",
        "long": "",
        "short": "2A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "LUI:3",
        "label": "3",
        "long": "",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "275292",
        "color_name": "teal",
        "has_shape": true,
        "id": "LUI:4",
        "label": "4",
        "long": "",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "LUI:464",
        "label": "464",
        "long": "",
        "short": "464",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "275292",
        "color_name": "teal",
        "has_shape": true,
        "id": "LUI:6",
        "label": "6",
        "long": "",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "275292",
        "color_name": "teal",
        "has_shape": true,
        "id": "LUI:6A",
        "label": "6A",
        "long": "",
        "short": "6A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "275292",
        "color_name": "teal",
        "has_shape": true,
        "id": "LUI:7",
        "label": "7",
        "long": "",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "275292",
        "color_name": "teal",
        "has_shape": true,
        "id": "LUI:7A",
        "label": "7A",
        "long": "",
        "short": "7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "254080",
        "color_name": "teal",
        "has_shape": true,
        "id": "LUI:X41",
        "label": "X41",
        "long": "",
        "short": "X41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:20",
        "label": "20",
        "long": "",
        "short": "20",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:21",
        "label": "21",
        "long": "",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:22",
        "label": "22",
        "long": "",
        "short": "22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:303",
        "label": "303",
        "long": "",
        "short": "303",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:304",
        "label": "304",
        "long": "",
        "short": "304",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:343",
        "label": "343",
        "long": "",
        "short": "343",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:356",
        "label": "356",
        "long": "",
        "short": "356",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:358",
        "label": "358",
        "long": "",
        "short": "358",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:360",
        "label": "360",
        "long": "",
        "short": "360",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:396",
        "label": "396",
        "long": "",
        "short": "396",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:502",
        "label": "502",
        "long": "",
        "short": "502",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:524",
        "label": "524",
        "long": "",
        "short": "524",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:526",
        "label": "526",
        "long": "",
        "short": "526",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:530",
        "label": "530",
        "long": "",
        "short": "530",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:532",
        "label": "532",
        "long": "",
        "short": "532",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:534",
        "label": "534",
        "long": "",
        "short": "534",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:536",
        "label": "536",
        "long": "",
        "short": "536",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:537",
        "label": "537",
        "long": "",
        "short": "537",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:546",
        "label": "546",
        "long": "",
        "short": "546",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:561",
        "label": "561",
        "long": "",
        "short": "561",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:562",
        "label": "562",
        "long": "",
        "short": "562",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:563",
        "label": "563",
        "long": "",
        "short": "563",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:563A",
        "label": "563A",
        "long": "",
        "short": "563A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:574",
        "label": "574",
        "long": "",
        "short": "574",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:577",
        "label": "577",
        "long": "",
        "short": "577",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:587",
        "label": "587",
        "long": "",
        "short": "587",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:D1",
        "label": "D1",
        "long": "",
        "short": "D1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:D2",
        "label": "D2",
        "long": "",
        "short": "D2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:D3",
        "label": "D3",
        "long": "",
        "short": "D3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:FTB",
        "label": "FTB",
        "long": "",
        "short": "FTB",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TPEN:X1",
        "label": "X1",
        "long": "",
        "short": "X1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "YCD:19",
        "label": "19",
        "long": "",
        "short": "19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2B3236",
        "color_name": "black",
        "has_shape": true,
        "id": "YCD:20",
        "label": "20",
        "long": "",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "YCD:24",
        "label": "24",
        "long": "",
        "short": "24",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "YCD:25",
        "label": "25",
        "long": "",
        "short": "25",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2B3236",
        "color_name": "black",
        "has_shape": true,
        "id": "YCD:29",
        "label": "29",
        "long": "",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "YCD:30",
        "label": "30",
        "long": "",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "YCD:30X",
        "label": "30X",
        "long": "",
        "short": "30X",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2B3236",
        "color_name": "black",
        "has_shape": true,
        "id": "YCD:31X",
        "label": "31X",
        "long": "",
        "short": "31X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "YCD:32",
        "label": "32",
        "long": "",
        "short": "32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "YCD:40",
        "label": "40",
        "long": "",
        "short": "40",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "YCD:74",
        "label": "74",
        "long": "",
        "short": "74",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "YCD:825",
        "label": "825",
        "long": "",
        "short": "825",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "193A6B",
        "color_name": "green",
        "has_shape": true,
        "id": "YCD:840",
        "label": "840",
        "long": "",
        "short": "840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "193A6B",
        "color_name": "green",
        "has_shape": true,
        "id": "YCD:843",
        "label": "843",
        "long": "",
        "short": "843",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "YCD:875",
        "label": "875",
        "long": "",
        "short": "875",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "YCD:A1",
        "label": "A1",
        "long": "",
        "short": "A1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "YCD:A2",
        "label": "A2",
        "long": "",
        "short": "A2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "YCD:A3",
        "label": "A3",
        "long": "",
        "short": "A3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "YCD:M31",
        "label": "M31",
        "long": "",
        "short": "M31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "YCD:M4",
        "label": "M4",
        "long": "",
        "short": "M4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "YCD:S65",
        "label": "S65",
        "long": "",
        "short": "S65",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "YCD:SM36",
        "label": "SM36",
        "long": "",
        "short": "SM36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "YCD:SM39",
        "label": "SM39",
        "long": "",
        "short": "SM39",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 7428,
    "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"
  },
  "snapshot_date": "2026-08-02",
  "top_fixes": [
    {
      "code": "duplicate_key",
      "count": 3741,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'duplicate_key' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Duplicate key (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "block_trips_with_overlapping_stop_times",
      "count": 2,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'block_trips_with_overlapping_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 12.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Block trips with overlapping stop times (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 7428,
      "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": 3,
      "severity": "WARNING",
      "what": "7428 of 7428 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."
    }
  ],
  "validator_version": "8.0.1"
}
