{
  "agency": {
    "country": "JP",
    "id": "mie-kotsu-iga",
    "name": "Mie Kotsu Iga (\u4e09\u91cd\u4ea4\u901a \u4f0a\u8cc0\u55b6\u696d\u6240)",
    "operating_note": "Mie Kotsu's scheduled bus service from its Iga office. The official catalog also publishes keyless TripUpdates, VehiclePositions, and Service Alerts.",
    "subdivision_code": "JP-24",
    "subdivision_name": "Mie"
  },
  "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": 15.0,
          "headsigns": 15.0,
          "stop_names": 14.9,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "legacy",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_applicable_trips": 820,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 99.5,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 580,
        "translations": {
          "feed_lang": "ja",
          "has_translations": true,
          "languages": [
            "en",
            "ja",
            "ja-hrkt"
          ],
          "translated_tables": [
            "routes",
            "stops",
            "trips"
          ],
          "translation_count": 9670
        },
        "trips": 820,
        "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": 580,
          "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": "580 of 580 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": 820,
          "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": "820 of 820 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_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": 52.4,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 6,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 7,
          "WARNING": 1497
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "mixed_case_recommended_field",
          "count": 866,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "missing_recommended_field",
          "count": 629,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "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": "stop_without_stop_time",
          "count": 1,
          "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": 4.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": "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": "unknown_file",
          "count": 3,
          "effort": "A quick look at the flagged file.",
          "fix": "Check the flagged file name for a typo of a standard GTFS file. Remove it if it is a vendor extra.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed includes a file that is not part of the GTFS spec.",
          "why": "Apps ignore files they don't know, and a stray file can hide a misspelled standard file name."
        }
      ],
      "name": "correctness",
      "score": 75.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 6 kinds of issue across 1504 instances (0 error, 1497 warning, 7 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 93,
        "effective_expiry_date": "2026-11-02",
        "feed_end_date": "2026-11-02",
        "feed_start_date": "2026-04-01",
        "feed_version": "20260401_20260801",
        "has_feed_info": true,
        "last_service_date": "2026-11-02",
        "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 93 days.",
      "weight": 0.2
    },
    "realtime": {
      "details": {
        "alerts_content": {
          "alerts": 0,
          "ended_over_30_days_ago": 0,
          "with_cause_and_effect": 0,
          "with_description": 0,
          "with_header_text": 0,
          "with_informed_entity": 0
        },
        "configured_kinds": [
          "trip_updates",
          "vehicle_positions",
          "service_alerts"
        ],
        "coverage_pct": 100.0,
        "covered_trips": 10,
        "drift": {
          "median_seconds": 51,
          "observations": 310,
          "on_time_share_pct": 100.0,
          "p90_abs_seconds": 139
        },
        "kinds_configured": 3,
        "kinds_reachable": 3,
        "reachable_kinds": [
          "trip_updates",
          "vehicle_positions",
          "service_alerts"
        ],
        "rt_freshness": "fresh",
        "samples": 9,
        "scheduled_trips_in_window": 10,
        "worst_lag_seconds": 50
      },
      "findings": [],
      "name": "realtime",
      "score": 100.0,
      "status": "measured",
      "summary": "Sampled 9 times: 3 of 3 configured feeds healthy; 100.0% of scheduled trips had live predictions; vehicle position plausibility was not measurable; predictions ran a median of 51s behind schedule.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "high",
    "measured_categories": 4,
    "notes": [
      "All four score categories were measured this run.",
      "Realtime was sampled in one bounded window of 9 snapshots.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 1,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 93 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."
  },
  "export_diff": {
    "changes": [
      "Service now runs through 2026-11-02 (was 2026-11-01)."
    ],
    "from_sha256": "6d00d3e9d32bdfd69d79ddd24ffc4b57f5347ebc9aa8204d87ab591bfec99adf",
    "to_sha256": "a7f86b73f8a9d1a903dfb12dae4a67ab563c0069dbcfe08ce7fb450600623106"
  },
  "feed": {
    "license_note": "CC BY 4.0; published as GTFS-JP open data by Mie Kotsu through the GTFS Data Repository (gtfs-data.jp). Credit Mie Kotsu.",
    "reachable": true,
    "sha256": "a7f86b73f8a9d1a903dfb12dae4a67ab563c0069dbcfe08ce7fb450600623106",
    "size_bytes": 297132,
    "static_url": "https://api.gtfs-data.jp/v2/organizations/mie-kotsu/feeds/sancoiga/files/feed.zip?rid=current"
  },
  "fetch": {
    "final_url": "https://prodgtfsdatareposharedinfrasta-filebucketcdfcd6de-1qqhtsxlwh6la.s3.amazonaws.com/mie-kotsu/sancoiga/7fe483a2-ac39-4c2d-96cd-f0246b5196e6/feed.zip?response-content-disposition=attachment%3B%20filename%3Dfeed_mie-kotsu_sancoiga_20260401_20260802040537.zip&AWSAccessKeyId=ASIARI5CFYANI2AKAYNG&Signature=S4SraKYNdpR0TQylh5rEAl3suog%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEAcaDmFwLW5vcnRoZWFzdC0xIkcwRQIhAOkqO9%2B3y1xnpv8N4cix9z9UKZB2BO%2B6hpP%2B1nuG3m%2BtAiA8qXJuD%2BURb6b%2F34CezWNe81lEb5Z2I2nwB0LUTf6RLCrZBAjQ%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAUaDDA4Nzg1MDA3NDEzOCIMbmW2eB9YIn9%2B7TSBKq0EP2lRm2d59wQX5AIV30w7PAcpPDkrNCBbisPBD3hp3L2YfN7bEQHXgHisB5xTjWC3zfrXdrFNk0ZGMyod%2BZv9sQyFaxQSyH9iDvhhBRnUQbTG43mOGkfGNtq07kqdOLM6WrsPjGopVxk1PcFagqUTZ5b0deKH9coaNYe8mVUdd5nizB3L7PbomQZ%2FYSa%2B4hT7fXGdohgZqNaJJjwup%2F8QSYxaXy0NAZ3VwiqkUS6Oena00ItiakUQ8xIVqHcEj1nb55YSNxWEBOnK4IMHpP60wJ8Y4TJocv8KtCyAwyNuxprkD7s%2F1RRGuZWy%2FxcvzikOr2%2Fj6yTbi1OIR17YriyQiFF%2BdfO%2BmbnN71F2gWA%2F%2B0QNvcUPH46ZHthp9JlMFZJcFbjgH2QJvq4aFFx9XpW81jP0sGOhvpGtH7oYQwo%2FnE9hhR8FYGtNhCiat%2BoH2rKMC7jx11ZmsA%2B478VJPlB1G1Vm6CS%2FUtJ2EANoqCS%2FTOLpnaXMfs2WY%2FPjqO2SR7DKYNwXf%2FlgoCzdn%2BxENtWSqV8cL2FARJ0pCbkLH48DoAa%2FvZJ6lGfkO%2Bi6HiJT799wSuqcf3%2FJCKAYgZ2eXiM4%2By3spnl9qqFT1dIyThZS0Ch7qnEtxgsNeDMjNe77XB0e%2FWUNVZW4E4urG%2FgHnqs7ITfib%2FiokMYBGUIxeu%2FFmO%2F19qwrZe2swY2UJGXdf3B7n0%2FkTdWWgri2oTsvGEv8DCQd%2B3ZJ8BXr6pKlITAw6fK50wY6owEz2r4G4xdnEbtE%2F3ZnN1QITFSm8nz9EJnaNVy5bTmLBgg%2B6%2FgX1mtERcU%2BY%2FxUkc%2BJ%2BbprzE8Htw6XBUQ2DdsLMrGI8xpz49327b8jrZ9%2FmeU46O2bCToV6ljEiIyN5sA6LJ7nr63SAO3Xdgt7%2FZJ4%2FfM4MAPRmMOj8PyQ12YBZYxDsgmKJgbUeat7pKkbadB0t7ihHfUK%2F3OpJ9QsqSfZgTDa&Expires=1785625453",
    "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-01T00:00:00+00:00",
  "geo": {
    "bbox": [
      136.00258,
      34.48761,
      136.88435,
      35.16793
    ],
    "lat": 34.67194,
    "lon": 136.13036,
    "stop_count": 580
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 19,
        "trip_count": 820,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 19,
    "trip_count": 820
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 9.4,
    "margin_to_next_band": 0.6,
    "score": 79.4
  },
  "recommendations": [],
  "routability": {
    "boardable_stops": 580,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 1,
        "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": "1 of 580 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": 1,
    "single_stop_trips": 0,
    "trips_total": 820
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/mie-kotsu-iga/geometry.geojson",
    "route_count": 19,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4_501_20260401",
        "label": "\u963f\u6ce2\u7dda",
        "long": "\u963f\u6ce2\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4_505_20260401",
        "label": "\u7389\u6edd\u7dda",
        "long": "\u7389\u6edd\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4_506_20260401",
        "label": "\u67d8\u690d\u7dda",
        "long": "\u67d8\u690d\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4_508_20260401",
        "label": "\u8acf\u8a2a\u30fb\u4e88\u91ce\u7dda",
        "long": "\u8acf\u8a2a\u30fb\u4e88\u91ce\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4_509_20260401",
        "label": "\u6708\u702c\u7dda",
        "long": "\u6708\u702c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4_510_20260401",
        "label": "\u4e0a\u91ce\u540d\u5f35\u7dda",
        "long": "\u4e0a\u91ce\u540d\u5f35\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4_513_20260401",
        "label": "\u897f\u5c71\u30fb\u5cf6\u30f6\u539f\u7dda",
        "long": "\u897f\u5c71\u30fb\u5cf6\u30f6\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4_516_20260401",
        "label": "\u540d\u53e4\u5c4b\u4e0a\u91ce\u9ad8\u901f\u7dda",
        "long": "\u540d\u53e4\u5c4b\u4e0a\u91ce\u9ad8\u901f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4_518_20260401",
        "label": "\u53cb\u751f\u7dda",
        "long": "\u53cb\u751f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4_519_20260401",
        "label": "\u6850\u304c\u4e18\u7dda",
        "long": "\u6850\u304c\u4e18\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4_520_20260401",
        "label": "\u66fd\u723e\u9999\u843d\u6e13\u7dda",
        "long": "\u66fd\u723e\u9999\u843d\u6e13\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4_522_20260401",
        "label": "\u8d64\u76ee\u7dda",
        "long": "\u8d64\u76ee\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4_523_20260401",
        "label": "\u5965\u6d25\u7dda",
        "long": "\u5965\u6d25\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4_524_20260401",
        "label": "\u6885\u304c\u4e18\u7dda",
        "long": "\u6885\u304c\u4e18\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4_525_20260401",
        "label": "\u540d\u5f35\u3064\u3064\u3058\u304c\u4e18\u7dda",
        "long": "\u540d\u5f35\u3064\u3064\u3058\u304c\u4e18\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4_527_20260401",
        "label": "\u540d\u5f35\u767e\u5408\u304c\u4e18\u7dda",
        "long": "\u540d\u5f35\u767e\u5408\u304c\u4e18\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4_530_20260401",
        "label": "\u6854\u6897\u304c\u4e18\u5faa\u74b0\u7dda",
        "long": "\u6854\u6897\u304c\u4e18\u5faa\u74b0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4_531_20260401",
        "label": "\u6854\u6897\u304c\u4e18\u5e02\u7acb\u75c5\u9662\u7dda",
        "long": "\u6854\u6897\u304c\u4e18\u5e02\u7acb\u75c5\u9662\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4_533_20260401",
        "label": "\u3059\u305a\u3089\u3093\u53f0\u7dda",
        "long": "\u3059\u305a\u3089\u3093\u53f0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 580,
    "stop_points_capped": false
  },
  "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-01",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 580,
      "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": "580 of 580 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": 820,
      "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": "820 of 820 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": "mixed_case_recommended_field",
      "count": 866,
      "effort": "Often a bulk fix in your scheduling software.",
      "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
      "owner": "Likely your export tool",
      "points": 8.0,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
