{
  "agency": {
    "country": "OM",
    "id": "mwasalat-oman",
    "name": "Mwasalat (Oman National Transport Company)",
    "operating_note": "The feed is served from Mwasalat's official AVL subdomain. Mwasalat labels its published route data as open data, and Oman's national open data license supplies the reuse terms."
  },
  "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_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": 888,
        "translations": {
          "feed_lang": "en",
          "has_translations": true,
          "languages": [
            "ar-bh"
          ],
          "translated_tables": [
            "stops",
            "trips"
          ],
          "translation_count": 942
        },
        "trips": 9136,
        "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": 888,
          "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": "888 of 888 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": 9136,
          "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": "9136 of 9136 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": 11,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 10,
          "WARNING": 507
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 395,
          "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",
          "count": 43,
          "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": "leading_or_trailing_whitespaces",
          "count": 27,
          "effort": "Usually one export setting.",
          "fix": "Trim leading and trailing spaces on export. The scorecard's auto-fixed copy already does this.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some values have extra spaces at the start or end.",
          "why": "A stray space can break a match, so a stop or route may fail to link across files."
        },
        {
          "code": "fast_travel_between_far_stops",
          "count": 20,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'fast_travel_between_far_stops' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Fast travel between far stops (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "expired_calendar",
          "count": 11,
          "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": 6.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": "mixed_case_recommended_field",
          "count": 6,
          "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": 6.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": "route_color_contrast",
          "count": 4,
          "effort": "One field per route.",
          "fix": "Pick a darker/lighter route_text_color for the flagged routes.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some route colors don't contrast with their text color.",
          "why": "Route badges get hard to read, most of all for riders with low vision."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "One field, set once in export settings.",
          "fix": "Add feed_contact_email or feed_contact_url to feed_info.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "feed_info.txt lists no contact email and no contact URL.",
          "why": "Without a contact, apps like Google Maps can't reach you when they find a problem in the feed."
        },
        {
          "code": "service_extends_far_in_the_future",
          "count": 5,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'service_extends_far_in_the_future' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Service extends far in the future (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 4,
          "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": "trip_headsign_matches_intermediate_stop",
          "count": 1,
          "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": 0.5,
          "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": 52.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 11 kinds of issue across 517 instances (0 error, 507 warning, 10 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 1103,
        "effective_expiry_date": "2029-07-31",
        "feed_end_date": "2029-07-31",
        "feed_start_date": "2024-03-10",
        "feed_version": "20240310-20290731",
        "has_feed_info": true,
        "last_service_date": "2029-07-31",
        "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 1103 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": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 1103 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. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Oman Open Data License; commercial and non-commercial reuse, copying, publication, distribution, adaptation, and combination are permitted with attribution to Mwasalat.",
    "reachable": true,
    "sha256": "957f5d698aa9821f66ea3f0a358030ec804327c2faa77467a88027c8611db691",
    "size_bytes": 2967336,
    "static_url": "https://avl.mwasalat.om/data/gtfs/gtfs.zip"
  },
  "fetch": {
    "final_url": "https://avl.mwasalat.om/data/gtfs/gtfs.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-07-24T00:00:00+00:00",
  "geo": {
    "bbox": [
      53.98574,
      16.93067,
      59.52582,
      25.3502
    ],
    "lat": 23.58068,
    "lon": 58.191,
    "stop_count": 888
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 48,
        "trip_count": 9136,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 48,
    "trip_count": 9136
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 59.7,
    "margin_to_next_band": 0.3,
    "score": 59.7
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 34,
      "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": "34 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (100, 100, 101, 101, 103, 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": 38,
      "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": "38 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Wadi Kabir St. C_1\", \"Wadi Kabir - Al Rayan St._2\", \"Al Ghubra St. 4_1\", 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": 888,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 9136
  },
  "route_map": {
    "drawn_route_count": 48,
    "has_shapes": true,
    "path": "data/artifacts/mwasalat-oman/geometry.geojson",
    "route_count": 48,
    "routes": [
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "100_2711_1_3",
        "label": "100",
        "long": "Route 100-S1",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "100_2712_2_3",
        "label": "100",
        "long": "Route 100-S2",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "101_2505_1_3",
        "label": "101",
        "long": "Route 101-S1",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "101_2506_2_3",
        "label": "101",
        "long": "Route 101-S2",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "103_2093_1_3",
        "label": "103",
        "long": "Route 103-S1",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "103_2094_2_3",
        "label": "103",
        "long": "Route 103-S2",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ABC9E8",
        "color_name": "white",
        "has_shape": true,
        "id": "10_8163_1_3",
        "label": "10",
        "long": "Route 10-S1",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ABC9E8",
        "color_name": "white",
        "has_shape": true,
        "id": "10_8164_2_3",
        "label": "10",
        "long": "Route 10-S2",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "12_7751_1_3",
        "label": "12",
        "long": "Route 12-S1",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "12_7752_2_3",
        "label": "12",
        "long": "Route 12-S2",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "76BC21",
        "color_name": "brown",
        "has_shape": true,
        "id": "1_0512_1_3",
        "label": "1",
        "long": "Route 1-S1",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "76BC21",
        "color_name": "brown",
        "has_shape": true,
        "id": "1_0513_2_3",
        "label": "1",
        "long": "Route 1-S2",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "202_4313_1_3",
        "label": "202",
        "long": "Route 202-S1",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "202_4314_2_3",
        "label": "202",
        "long": "Route 202-S2",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "203_4107_1_3",
        "label": "203",
        "long": "Route 203-S1",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "203_4108_2_3",
        "label": "203",
        "long": "Route 203-S2",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "20A_1223_1_3",
        "label": "20A",
        "long": "Route 20A-S1",
        "short": "20A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "20A_1224_2_3",
        "label": "20A",
        "long": "Route 20A-S2",
        "short": "20A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000CC",
        "color_name": "blue",
        "has_shape": true,
        "id": "20B_1017_1_3",
        "label": "20B",
        "long": "Route 20B-S1",
        "short": "20B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000CC",
        "color_name": "blue",
        "has_shape": true,
        "id": "20B_1018_2_3",
        "label": "20B",
        "long": "Route 20B-S2",
        "short": "20B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "21_1571_1_3",
        "label": "21",
        "long": "Route 21-S1",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "21_1572_2_3",
        "label": "21",
        "long": "Route 21-S2",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E52515",
        "color_name": "red",
        "has_shape": true,
        "id": "2_0306_1_3",
        "label": "2",
        "long": "Route 2-S1",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E52515",
        "color_name": "red",
        "has_shape": true,
        "id": "2_0307_2_3",
        "label": "2",
        "long": "Route 2-S2",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "21BBEE",
        "color_name": "teal",
        "has_shape": true,
        "id": "3_0100_1_3",
        "label": "3",
        "long": "Route 3-S1",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "21BBEE",
        "color_name": "teal",
        "has_shape": true,
        "id": "3_0101_2_3",
        "label": "3",
        "long": "Route 3-S2",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE7BAE",
        "color_name": "pink",
        "has_shape": true,
        "id": "41_8797_1_3",
        "label": "41",
        "long": "Route 41-S1",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE7BAE",
        "color_name": "pink",
        "has_shape": true,
        "id": "41_8798_2_3",
        "label": "41",
        "long": "Route 41-S2",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E84B0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "4_9893_1_3",
        "label": "4",
        "long": "Route 4-S1",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E84B0F",
        "color_name": "orange",
        "has_shape": true,
        "id": "4_9894_2_3",
        "label": "4",
        "long": "Route 4-S2",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "52_2205_1_3",
        "label": "52",
        "long": "Route 52-S1",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "52_2206_2_3",
        "label": "52",
        "long": "Route 52-S2",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "53_1999_1_3",
        "label": "53",
        "long": "Route 53-S1",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "53_2000_2_3",
        "label": "53",
        "long": "Route 53-S2",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "55_1587_1_3",
        "label": "55",
        "long": "Route 55-S1",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "55_1588_2_3",
        "label": "55",
        "long": "Route 55-S2",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C52084",
        "color_name": "pink",
        "has_shape": true,
        "id": "5_9687_1_3",
        "label": "5",
        "long": "Route 5-S1",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C52084",
        "color_name": "pink",
        "has_shape": true,
        "id": "5_9688_2_3",
        "label": "5",
        "long": "Route 5-S2",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "604978",
        "color_name": "gray",
        "has_shape": true,
        "id": "6_9481_1_3",
        "label": "6",
        "long": "Route 6-S1",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "604978",
        "color_name": "gray",
        "has_shape": true,
        "id": "6_9482_2_3",
        "label": "6",
        "long": "Route 6-S2",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "86B9E5",
        "color_name": "gray",
        "has_shape": true,
        "id": "7_9275_1_3",
        "label": "7",
        "long": "Route 7-S1",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "86B9E5",
        "color_name": "gray",
        "has_shape": true,
        "id": "7_9276_2_3",
        "label": "7",
        "long": "Route 7-S2",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "64C2C8",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_9069_1_3",
        "label": "8",
        "long": "Route 8-S1",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "64C2C8",
        "color_name": "gray",
        "has_shape": true,
        "id": "8_9070_2_3",
        "label": "8",
        "long": "Route 8-S2",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "383487",
        "color_name": "blue",
        "has_shape": true,
        "id": "9_8863_1_3",
        "label": "9",
        "long": "Route 9-S1",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "383487",
        "color_name": "blue",
        "has_shape": true,
        "id": "9_8864_2_3",
        "label": "9",
        "long": "Route 9-S2",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED469",
        "color_name": "gray",
        "has_shape": true,
        "id": "A1_5771_1_3",
        "label": "A1",
        "long": "Route A1-S1",
        "short": "A1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED469",
        "color_name": "gray",
        "has_shape": true,
        "id": "A1_5772_2_3",
        "label": "A1",
        "long": "Route A1-S2",
        "short": "A1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 888,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.16",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "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.2"
  },
  "snapshot_date": "2026-07-24",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 888,
      "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": "888 of 888 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": 9136,
      "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,
      "rank": 2,
      "severity": "WARNING",
      "what": "9136 of 9136 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,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
