{
  "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_applicable_trips": 3226,
        "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": 727,
        "translations": {
          "feed_lang": "en",
          "has_translations": true,
          "languages": [
            "ar-bh"
          ],
          "translated_tables": [
            "stops",
            "trips"
          ],
          "translation_count": 803
        },
        "trips": 3226,
        "unmeasured_components": [],
        "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": 727,
          "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": "727 of 727 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": 3226,
          "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": "3226 of 3226 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": "App makers and state data programs have nobody to email when they spot a problem. Small errors then sit in the feed for months."
        }
      ],
      "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": 8,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 8,
          "WARNING": 453
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "leading_or_trailing_whitespaces",
          "count": 194,
          "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": 8.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_consecutive_stops",
          "count": 183,
          "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": "fast_travel_between_far_stops",
          "count": 51,
          "effort": "Minutes per flagged trip once you open it.",
          "fix": "Check the two stop times for a wrong digit first. Then check whether a stop sits at the wrong coordinates, or a stop between them is missing.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Between two distant stops, the times imply a speed no bus reaches.",
          "why": "A rider gets a trip plan that cannot happen. Live systems then report delays that are not real."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 15,
          "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": "expired_calendar",
          "count": 9,
          "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": "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": 4,
          "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."
        }
      ],
      "name": "correctness",
      "score": 59.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 8 kinds of issue across 461 instances (0 error, 453 warning, 8 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 1058,
        "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 1058 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 official feed URL on file."
    ],
    "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 1058 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": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "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": "6edc3dd342bb144cb5598cbf709b6e8110a8380fac48232f128d91cd9e5d4dab",
    "size_bytes": 1779898,
    "source_provenance": "official",
    "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-09-07T00:00:00+00:00",
  "geo": {
    "bbox": [
      53.98574,
      16.93067,
      59.52582,
      25.3502
    ],
    "lat": 23.54129,
    "lon": 58.22378,
    "stop_count": 727
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 44,
        "trip_count": 3226,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 44,
    "trip_count": 3226
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 2.5,
    "margin_to_next_band": 7.5,
    "score": 62.5
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 37,
      "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": "37 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Al Hail South - Al Huda St.\", \"Al Ghubra St. Intersection\", \"Al Marafah St.\", and more).",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 727,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 3226
  },
  "route_map": {
    "drawn_route_count": 44,
    "has_shapes": true,
    "path": "data/artifacts/mwasalat-oman/geometry.geojson",
    "route_count": 44,
    "routes": [
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "100_2711_1_3",
        "label": "100",
        "long": "Route 100-S1",
        "short": "100",
        "text_color": "000000",
        "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": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "10_8163_1_3",
        "label": "10",
        "long": "Route 10-S1",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "10_8164_2_3",
        "label": "10",
        "long": "Route 10-S2",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "12_7751_1_3",
        "label": "12",
        "long": "Route 12-S1",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "12_7752_2_3",
        "label": "12",
        "long": "Route 12-S2",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "1_0512_1_3",
        "label": "1",
        "long": "Route 1-S1",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "1_0513_2_3",
        "label": "1",
        "long": "Route 1-S2",
        "short": "1",
        "text_color": "000000",
        "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": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "203_2_4428_1_3",
        "label": "203_2",
        "long": "Route_203_2-S1",
        "short": "203_2",
        "text_color": "000000",
        "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": "000000",
        "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": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "20A_1223_1_3",
        "label": "20A",
        "long": "Route 20A-S1",
        "short": "20A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "20A_1224_2_3",
        "label": "20A",
        "long": "Route 20A-S2",
        "short": "20A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "20B_1017_1_3",
        "label": "20B",
        "long": "Route 20B-S1",
        "short": "20B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "20B_1018_2_3",
        "label": "20B",
        "long": "Route 20B-S2",
        "short": "20B",
        "text_color": "000000",
        "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": "000000",
        "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": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "2_0306_1_3",
        "label": "2",
        "long": "Route 2-S1",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "2_0307_2_3",
        "label": "2",
        "long": "Route 2-S2",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "3_0100_1_3",
        "label": "3",
        "long": "Route 3-S1",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "3_0101_2_3",
        "label": "3",
        "long": "Route 3-S2",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "41_8797_1_3",
        "label": "41",
        "long": "Route 41-S1",
        "short": "41",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "41_8798_2_3",
        "label": "41",
        "long": "Route 41-S2",
        "short": "41",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "4_9893_1_3",
        "label": "4",
        "long": "Route 4-S1",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "4_9894_2_3",
        "label": "4",
        "long": "Route 4-S2",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "51_2411_1_3",
        "label": "51",
        "long": "Route 51-S1",
        "short": "51",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "51_2412_2_3",
        "label": "51",
        "long": "Route 51-S2",
        "short": "51",
        "text_color": "000000",
        "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": "000000",
        "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": "000000",
        "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": "000000",
        "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": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "5_9687_1_3",
        "label": "5",
        "long": "Route 5-S1",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "5_9688_2_3",
        "label": "5",
        "long": "Route 5-S2",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "6_9481_1_3",
        "label": "6",
        "long": "Route 6-S1",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "6_9482_2_3",
        "label": "6",
        "long": "Route 6-S2",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "7_9275_1_3",
        "label": "7",
        "long": "Route 7-S1",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "7_9276_2_3",
        "label": "7",
        "long": "Route 7-S2",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "8_9069_1_3",
        "label": "8",
        "long": "Route 8-S1",
        "short": "8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "8_9070_2_3",
        "label": "8",
        "long": "Route 8-S2",
        "short": "8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "9_8863_1_3",
        "label": "9",
        "long": "Route 9-S1",
        "short": "9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "9_8864_2_3",
        "label": "9",
        "long": "Route 9-S2",
        "short": "9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "A1_5771_1_3",
        "label": "A1",
        "long": "Route A1-S1",
        "short": "A1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A80F5",
        "color_name": "blue",
        "has_shape": true,
        "id": "A1_5772_2_3",
        "label": "A1",
        "long": "Route A1-S2",
        "short": "A1",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 727,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "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-09-07",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 727,
      "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": "727 of 727 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": 3226,
      "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": "3226 of 3226 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"
}
