{
  "agency": {
    "country": "BR",
    "id": "bhtrans-suplementar",
    "name": "BHTRANS (Belo Horizonte supplementary network)",
    "operating_note": "Belo Horizonte's supplementary (smaller-vehicle) network; a distinct published feed from the conventional network, counted as one feed record.",
    "subdivision_code": "BR-MG",
    "subdivision_name": "Minas Gerais"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 1.0,
          "stops_marked_accessible_pct": 1.6,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 1.6,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.4,
          "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": true,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 9761,
        "translations": {
          "feed_lang": "pt-BR",
          "has_translations": true,
          "languages": [
            "pt-br"
          ],
          "translated_tables": [
            "calendar"
          ],
          "translation_count": 6
        },
        "trips": 2813,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 1.6,
        "wheelchair_marked_accessible_pct": 1.6,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 9603,
          "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": 24.6,
          "severity": "WARNING",
          "what": "9603 of 9761 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": 2813,
          "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": "2813 of 2813 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_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 45.4,
      "status": "measured",
      "summary": "2% of stops state wheelchair accessibility (2% 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": 7,
        "instances_by_severity": {
          "ERROR": 200,
          "INFO": 1,
          "WARNING": 10230
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "trip_distance_exceeds_shape_distance",
          "count": 200,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stop_without_stop_time",
          "count": 7889,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no bus is scheduled to arrive."
        },
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 2333,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Trip distance exceeds shape distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "expired_calendar",
          "count": 6,
          "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": "feed_expiration_date7_days",
          "count": 1,
          "effort": "Usually a re-export from your scheduling software.",
          "fix": "Export and publish an updated GTFS feed that covers at least the next 30 days of service.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "This feed's service calendar runs out within the next 7 days.",
          "why": "When the calendar ends, Google Maps and other trip planners drop your agency entirely. Riders see no service at all."
        },
        {
          "code": "trip_coverage_not_active_for_next7_days",
          "count": 1,
          "effort": "One setting in most export tools.",
          "fix": "Trim past service periods the next time you export.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Many of the feed's trips don't run at all in the next 7 days.",
          "why": "It usually means old service periods are still in the export, making the feed bigger and harder to check."
        },
        {
          "code": "unknown_column",
          "count": 1,
          "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": 45.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 7 kinds of issue across 10431 instances (200 error, 10230 warning, 1 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": -930,
        "effective_expiry_date": "2023-12-31",
        "feed_end_date": "2023-12-31",
        "feed_start_date": "2023-01-01",
        "feed_version": "202308081916",
        "has_feed_info": true,
        "last_service_date": "2023-12-31",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_feed_expired",
          "count": 1,
          "effort": "Usually one export setting; export on a schedule so it never lapses again.",
          "fix": "Re-export the feed with a calendar that reaches further out, and set feed_info feed_end_date past your next service change.",
          "owner": "Likely your export tool",
          "points": 100.0,
          "severity": "ERROR",
          "what": "Service data ended 930 day(s) ago.",
          "why": "When the calendar runs out, trip planners stop showing this agency even though the buses are still running. Riders are told the service does not exist."
        }
      ],
      "name": "freshness",
      "score": 0.0,
      "status": "measured",
      "summary": "Service data ended 930 day(s) ago. Trip planners have likely already dropped this feed.",
      "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": "mirror",
    "level": "provisional",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The agency's own feed URL was unreachable, so the Mobility Database's hosted mirror copy was scored instead."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data expired 930 days ago.",
        "key": "current",
        "met": false
      },
      {
        "detail": "States wheelchair access on 2% 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. 1 validator error to resolve. Service data expired 930 days ago. States wheelchair access on 2% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY through the Belo Horizonte municipal open data portal; credit the Prefeitura de Belo Horizonte and its mobility authority (BHTRANS).",
    "reachable": true,
    "sha256": "a43bfd1512b3b0fb7924d2800b2acc4fd1c832ae360fbf6682a91c7b4cf2d4ae",
    "size_bytes": 1843180,
    "static_url": "https://ckan.pbh.gov.br/dataset/af0c47bb-5a82-4ae1-874f-e45dea1397ff/resource/b2a9341e-4471-45cc-a8c0-11be805590bc/download/gtfsfiles.zip"
  },
  "fetch": {
    "final_url": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/br-minas-gerais-empresa-de-transportes-e-transito-de-belo-horizonte-bhtrans-gtfs-687.zip?alt=media",
    "max_attempts": 1,
    "origin_error": "HTTPError",
    "reader_archive_profile": "raw-v1",
    "source": "mirror",
    "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-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      -44.05938,
      -20.02845,
      -43.86245,
      -19.77621
    ],
    "lat": -19.89971,
    "lon": -43.961,
    "stop_count": 9761
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 26,
        "trip_count": 2813,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 26,
    "trip_count": 2813
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 34.1,
    "margin_to_next_band": 25.9,
    "score": 34.1
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 26,
      "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": "26 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (S20, S70, S54, S56, S64, 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": 4,
      "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": "4 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Av. Augusto de Lima 360\", \"Av. Risoleta Neves 47\", \"Rua Da Se 125\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 9713,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 7889,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "7889 of 9713 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 7889,
    "single_stop_trips": 0,
    "trips_total": 2813
  },
  "route_map": {
    "drawn_route_count": 26,
    "has_shapes": true,
    "path": "data/artifacts/bhtrans-suplementar/geometry.geojson",
    "route_count": 26,
    "routes": [
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562422",
        "label": "S20",
        "long": "Palmeiras / Serra",
        "short": "S20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562423",
        "label": "S70",
        "long": "Conjunto Felicidade / Shopping Del Rey",
        "short": "S70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562424",
        "label": "S54",
        "long": "Dom Bosco / Shopping Del Rey",
        "short": "S54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562425",
        "label": "S56",
        "long": "S\u00e3o Jos\u00e9/Vilarinho",
        "short": "S56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562426",
        "label": "S64",
        "long": "Circular Venda Nova",
        "short": "S64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562427",
        "label": "S61",
        "long": "Mantiqueira / Esta\u00e7\u00e3o Vilarinho",
        "short": "S61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562428",
        "label": "S50",
        "long": "Cai\u00e7ara / Nova Vista Via UFMG",
        "short": "S50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562429",
        "label": "S53",
        "long": "Confisco / Ouro Minas",
        "short": "S53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562432",
        "label": "S81",
        "long": "Circular Nordeste",
        "short": "S81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562433",
        "label": "S65",
        "long": "S\u00e3o Bernardo / Minas Caixa",
        "short": "S65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562434",
        "label": "S92",
        "long": "Esplanada/Buritis",
        "short": "S92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562435",
        "label": "S31",
        "long": "Petr\u00f3polis / Barreiro",
        "short": "S31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562436",
        "label": "S55",
        "long": "Santa Monica / Minas Shopping",
        "short": "S55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562437",
        "label": "S10",
        "long": "BH Shopping / S\u00e3o Francisco",
        "short": "S10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562438",
        "label": "S41",
        "long": "Conjunto Calif\u00f3rnia / Prado",
        "short": "S41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562439",
        "label": "S21",
        "long": "Dom Cabral / BH Shopping",
        "short": "S21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562440",
        "label": "S66",
        "long": "Tupi / Europa",
        "short": "S66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562441",
        "label": "S32",
        "long": "Itaipu / Cardoso",
        "short": "S32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562442",
        "label": "S22",
        "long": "Buritis / Metr\u00f4 Calafate",
        "short": "S22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562443",
        "label": "S19",
        "long": "Hospital Evang\u00e9lico/Shopping Boulevard",
        "short": "S19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562444",
        "label": "S80",
        "long": "Jardim Vit\u00f3ria / Esta\u00e7\u00e3o Vila Oeste",
        "short": "S80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562445",
        "label": "S85",
        "long": "Minas Shopping / Santa Ines",
        "short": "S85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562448",
        "label": "S33",
        "long": "Lind\u00e9ia / Milion\u00e1rios",
        "short": "S33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562449",
        "label": "S82",
        "long": "Circular Nordeste",
        "short": "S82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562451",
        "label": "S60",
        "long": "Circular Venda Nova",
        "short": "S60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFB12D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562453",
        "label": "S63",
        "long": "Circular Venda Nova",
        "short": "S63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 9761,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "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-18",
  "top_fixes": [
    {
      "code": "scorecard_feed_expired",
      "count": 1,
      "effort": "Usually one export setting; export on a schedule so it never lapses again.",
      "fix": "Re-export the feed with a calendar that reaches further out, and set feed_info feed_end_date past your next service change.",
      "owner": "Likely your export tool",
      "points": 100.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Service data ended 930 day(s) ago.",
      "why": "When the calendar runs out, trip planners stop showing this agency even though the buses are still running. Riders are told the service does not exist."
    },
    {
      "code": "trip_distance_exceeds_shape_distance",
      "count": 200,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 9603,
      "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": 24.6,
      "rank": 3,
      "severity": "WARNING",
      "what": "9603 of 9761 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"
}
