{
  "agency": {
    "country": "JP",
    "id": "higashiomi-chokotto-bus",
    "name": "Higashiomi City Chokotto Bus (\u6771\u8fd1\u6c5f\u5e02\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9)",
    "operating_note": "Higashiomi City's Chokotto community bus.",
    "subdivision_code": "JP-25",
    "subdivision_name": "Shiga"
  },
  "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": 115,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 99.3,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 271,
        "translations": {
          "feed_lang": "ja",
          "has_translations": true,
          "languages": [
            "en",
            "ja-hrkt"
          ],
          "translated_tables": [
            "agency",
            "routes",
            "stop_times",
            "stops"
          ],
          "translation_count": 596
        },
        "trips": 115,
        "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": 271,
          "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": "271 of 271 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": 115,
          "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": "115 of 115 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": "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": 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": 7,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 4,
          "WARNING": 4744
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "non_ascii_or_non_printable_char",
          "count": 4702,
          "effort": "A planned ID change, not a quick text cleanup.",
          "fix": "Only change the flagged IDs if an app needs basic ASCII values. Update each place that uses the ID. Keep all names and headsigns in their original language.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some internal IDs use characters outside the basic text set.",
          "why": "These IDs are valid UTF-8 data. This warning is only about support in older apps. It does not mean that names in other languages are wrong."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 38,
          "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": "expired_calendar",
          "count": 2,
          "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": 4.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": "missing_recommended_field",
          "count": 1,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 4.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": "big_gap_in_service",
          "count": 2,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        },
        {
          "code": "unknown_column",
          "count": 2,
          "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": 73.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 7 kinds of issue across 4748 instances (0 error, 4744 warning, 4 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 28,
        "effective_expiry_date": "2026-09-30",
        "feed_end_date": "2026-09-30",
        "feed_start_date": "2025-04-01",
        "feed_version": "2025/04/01\u6539\u6b63-\u898b\u3048\u308b\u5316ver2.6e",
        "has_feed_info": true,
        "last_service_date": "2026-09-30",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_feed_expiring_soon",
          "count": 1,
          "effort": "One export setting.",
          "fix": "Re-export with a validity window that reaches at least 60 days out.",
          "owner": "Likely your export tool",
          "points": 52.0,
          "severity": "WARNING",
          "what": "Service data runs out in 28 day(s).",
          "why": "When the calendar runs out, trip planners stop showing this agency. Fixing it now is calmer than after riders notice."
        }
      ],
      "name": "freshness",
      "score": 46.7,
      "status": "measured",
      "summary": "Service data runs out in 28 day(s). Publish an updated feed soon or riders will lose trip planning.",
      "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 configured feed URL. Publisher ownership of that URL is not verified."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data runs out in 28 days; renew to qualify.",
        "key": "current",
        "met": false
      },
      {
        "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": "Two requirements remain for this feed to earn the conformance mark. Service data runs out in 28 days; renew to qualify. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "CC BY 4.0; published as GTFS-JP open data by Higashiomi City through the GTFS Data Repository (gtfs-data.jp). Credit Higashiomi City.",
    "reachable": true,
    "sha256": "31fbe8f69adf7ab11770e403f71201bdd4bbecb438d4abe0c59865e601c9a0e8",
    "size_bytes": 213618,
    "source_provenance": "unverified",
    "static_url": "https://api.gtfs-data.jp/v2/organizations/higashiomicity/feeds/higasiohmisicommunitybus/files/feed.zip?rid=current"
  },
  "fetch": {
    "final_url": "https://prodgtfsdatareposharedinfrasta-filebucketcdfcd6de-1qqhtsxlwh6la.s3.amazonaws.com/higashiomicity/higasiohmisicommunitybus/063a3980-d549-4555-be43-66337520fa70/feed.zip?response-content-disposition=attachment%3B%20filename%3Dfeed_higashiomicity_higasiohmisicommunitybus_20250401_20250331161113.zip&AWSAccessKeyId=ASIARI5CFYANE4HNNRRL&Signature=%2BWbQ4Tza7fTRV5tZ4l%2FYuRsJaGw%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEP7%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDmFwLW5vcnRoZWFzdC0xIkgwRgIhAJW9qsUoTHMuuSxnLspKsd2X4wrOWpwDHJq1WfL%2BbUz2AiEA71YbQlvEcmN9%2F94W0Jc6NIxXcsHwrSEWdPZ2tLkKmMQq2QQIx%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAFGgwwODc4NTAwNzQxMzgiDOq1qW6NFoUwz4F6fyqtBBPt%2BytfRP0YE3FxoQjw1HhtJ0h6ig2kwj%2ByXDLxZRumKVACFbaRrcEUTfofNcK4vj71ui0I8NiXTfDvvVf4Ua7%2B2DJbnI2kqndmNtFSEPCgJiPSoQWOy%2F5uMA9LpWO%2FbUzimJL85%2B3mv%2BFwsO5pnnVgOXpAeCSoOYekquwsn%2FSUTmjuhlfk5ugJc2wMdHg38cyohZXhLaFu2OsLiEdBcsaNJ93FKLF8CrQbpYQr7Y5CMduldn%2BZDh3PfXS6hACvEtC1c6Ta69kH2UD1dUiHTJaxeCZUmwIOcqCKSAiNduo0eG3ZZ5hPGsBEEWjeX71U3XQCPLXzLtheEyP293CMPqdTnxYDu4ZJ7uIszPINrxWPIY5%2BAsQ7Px%2FZzT0kJeKC0C%2F2oLkKgZBrdVCo%2FVW79r7ADhDpSg6aPTDHgvbAcngcIXlO8yBQg7dTIjY9GPhv%2B%2FkX%2BCokw57uDYhkNvskhwb5B8l9Q3v70MP7fXqf5DSP0TG%2FEA33T%2BYO6Qsd5dPc%2F%2Bde%2BJOIBhvdJrIU56h%2FqLxTjX5v5zTns7%2FS21tROWkUiauU38lXHUWjn3ZMI11fkUGRyTCnKiDmGmAlueuyUO38E%2BufLVu7YJWNTEIE32NPD3apOZWGeo0UibzK11%2BKLPx%2F0Mz75p63yz6KzsH6eK3YDFE1KtIPwGtwQh62KTVo5KSjP%2FRZsGtJg4jgphSpH8kt8y0tt73Wsz%2BqOmwiDjcvhZL%2Fm%2FjHJbZaAtPIMMTQ4NQGOqIBm7s%2FiaYmNURO7hd5b2Gwr9iQY%2FHmNoxEr%2F9ZP4fzix1cmtDpBmlxC8etjvREdPjK18Ipu%2BhJT913W1Dd815D9c0MUmLZJ8Rogp1Q6JXvKIrlpB0QyRJtFMl1PQTP5T%2F7k0CfG6KbHkag0Lro%2BbZfJVo%2BOcvzoUPWkAsAiLO4aOG2pzV4P2eR8kfWeDtfO8%2FDf1mMkiFXLdM%2BSpHymhbYAajX&Expires=1788356881",
    "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-02T00:00:00+00:00",
  "geo": {
    "bbox": [
      136.11113,
      35.04513,
      136.38655,
      35.21296
    ],
    "lat": 35.10711,
    "lon": 136.22434,
    "stop_count": 271
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 12,
        "trip_count": 115,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 12,
    "trip_count": 115
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 0.0,
    "margin_to_next_band": 10.0,
    "score": 60.0
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 2,
      "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": "2 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 2 \u611b\u6771\u7dda, \u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 3 \u6e56\u6771\u7dda).",
      "why": "Riders with low vision struggle to read a low-contrast route badge. It also washes out on a phone screen in sunlight at the stop."
    }
  ],
  "routability": {
    "boardable_stops": 271,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 115
  },
  "route_map": {
    "drawn_route_count": 12,
    "has_shapes": true,
    "path": "data/artifacts/higashiomi-chokotto-bus/geometry.geojson",
    "route_count": 12,
    "routes": [
      {
        "color": "1677B8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1",
        "label": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 1 \u5e02\u539f\u7dda",
        "long": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 1 \u5e02\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEBB",
        "color_name": "teal",
        "has_shape": true,
        "id": "10",
        "label": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 6 \u5e02\u8857\u5730\u5faa\u74b0\u7dda",
        "long": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 6 \u5e02\u8857\u5730\u5faa\u74b0\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "BA511F",
        "color_name": "brown",
        "has_shape": true,
        "id": "11",
        "label": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 \u5e02\u8fba\u4e0a\u5e73\u6728\u7dda",
        "long": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 \u5e02\u8fba\u4e0a\u5e73\u6728\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8FC31F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "12",
        "label": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 \u5927\u4e2d\u7dda",
        "long": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 \u5927\u4e2d\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8FC31F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2",
        "label": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 \u653f\u6240\u7dda",
        "long": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 \u653f\u6240\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00873C",
        "color_name": "green",
        "has_shape": true,
        "id": "3",
        "label": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 \u7532\u6d25\u7551\u7dda",
        "long": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 \u7532\u6d25\u7551\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0099D9",
        "color_name": "teal",
        "has_shape": true,
        "id": "4",
        "label": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 2 \u611b\u6771\u7dda",
        "long": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 2 \u611b\u6771\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FABE00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "5",
        "label": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 2 \u611b\u6771\u7dda(\u5357\u56de\u308a)",
        "long": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 2 \u611b\u6771\u7dda(\u5357\u56de\u308a)",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8FC31F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "6",
        "label": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 2 \u611b\u6771\u7dda(\u5317\u56de\u308a)",
        "long": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 2 \u611b\u6771\u7dda(\u5317\u56de\u308a)",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0090CC",
        "color_name": "teal",
        "has_shape": true,
        "id": "7",
        "label": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 3 \u6e56\u6771\u7dda",
        "long": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 3 \u6e56\u6771\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "920583",
        "color_name": "purple",
        "has_shape": true,
        "id": "8",
        "label": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 4 \u6c96\u91ce\u7389\u7dd2\u7dda",
        "long": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 4 \u6c96\u91ce\u7389\u7dd2\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E4007F",
        "color_name": "pink",
        "has_shape": true,
        "id": "9",
        "label": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 5 \u5357\u90e8\u5fa1\u5712\u7dda",
        "long": "\u3061\u3087\u3053\u3063\u3068\u30d0\u30b9 5 \u5357\u90e8\u5fa1\u5712\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 271,
    "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-02",
  "top_fixes": [
    {
      "code": "scorecard_feed_expiring_soon",
      "count": 1,
      "effort": "One export setting.",
      "fix": "Re-export with a validity window that reaches at least 60 days out.",
      "owner": "Likely your export tool",
      "points": 52.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "Service data runs out in 28 day(s).",
      "why": "When the calendar runs out, trip planners stop showing this agency. Fixing it now is calmer than after riders notice."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 271,
      "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": 2,
      "severity": "WARNING",
      "what": "271 of 271 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": 115,
      "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": 3,
      "severity": "WARNING",
      "what": "115 of 115 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."
    }
  ],
  "validator_version": "8.0.1"
}
