{
  "agency": {
    "country": "CA",
    "id": "kingston-transit",
    "name": "Kingston Transit",
    "subdivision_code": "CA-ON",
    "subdivision_name": "Ontario"
  },
  "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": 14.9,
          "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": 11148,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 99.6,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 785,
        "translations": {
          "feed_lang": "en",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 11148,
        "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": 785,
          "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": "785 of 785 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": 11148,
          "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": "11148 of 11148 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.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 not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 6,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 887,
          "WARNING": 42
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_recommended_field",
          "count": 31,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 6.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": "stop_without_stop_time",
          "count": 9,
          "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": 6.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": "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": "unused_shape",
          "count": 1,
          "effort": "One setting.",
          "fix": "Turn on 'remove unused shapes' (or the like) in your export tool.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "The feed contains route shapes no trip uses.",
          "why": "Harmless to riders, but it bloats the feed and suggests stale export data."
        },
        {
          "code": "unsorted_stop_times",
          "count": 886,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unsorted_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Unsorted stop times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "feed_valid_beyond_total_service_window",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'feed_valid_beyond_total_service_window' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Feed valid beyond total service window (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 78.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 6 kinds of issue across 929 instances (0 error, 42 warning, 887 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 361,
        "effective_expiry_date": "2027-09-01",
        "feed_end_date": "2027-09-01",
        "feed_start_date": "2026-08-31",
        "feed_version": "1/20260901 15:12:30/20260902 04:00:00",
        "has_feed_info": true,
        "last_service_date": "2027-09-01",
        "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 361 days.",
      "weight": 0.2
    },
    "realtime": {
      "details": {
        "alerts_content": {
          "alerts": 29,
          "ended_over_30_days_ago": 0,
          "with_cause_and_effect": 29,
          "with_description": 16,
          "with_header_text": 1,
          "with_informed_entity": 29
        },
        "configured_kinds": [
          "trip_updates",
          "vehicle_positions",
          "service_alerts"
        ],
        "coverage_pct": 100.0,
        "covered_trips": 39,
        "drift": {
          "median_seconds": 0,
          "observations": 4757,
          "on_time_share_pct": 92.3,
          "p90_abs_seconds": 97
        },
        "kinds_configured": 3,
        "kinds_reachable": 3,
        "reachable_kinds": [
          "trip_updates",
          "vehicle_positions",
          "service_alerts"
        ],
        "rt_freshness": "fresh",
        "samples": 9,
        "scheduled_trips_in_window": 39,
        "vehicles_checked": 120,
        "vehicles_on_route_pct": 100.0,
        "worst_lag_seconds": 5
      },
      "findings": [
        {
          "code": "scorecard_rt_alerts_missing_text",
          "count": 28,
          "effort": "A habit in your alerts tool, not a code change.",
          "fix": "Give every alert a one-line plain-language header in your alerts tool; the description field can carry the detail.",
          "owner": "",
          "points": 0.0,
          "severity": "INFO",
          "what": "28 of 29 published service alerts have no header text.",
          "why": "An alert with no text shows up blank in the app. Riders never learn what changed."
        }
      ],
      "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; 100.0% of vehicles on their route; predictions ran a median of 0s 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 official feed URL on file."
    ],
    "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 361 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": "City of Kingston Open Data Licence 1.0, based on version 1.0 of the Open Government Licence \u2013 Ontario: a worldwide, royalty-free, perpetual, non-exclusive licence to use the information for any purpose, including commercial purposes, with attribution. Derived measurements by GTFS Scorecard.",
    "reachable": true,
    "sha256": "aed017f4dc355abb24ad7b6c5ebb607e8ac9caefcf54db0184ce053668d493c2",
    "size_bytes": 3152619,
    "source_provenance": "official",
    "static_url": "https://api.cityofkingston.ca/gtfs/gtfs.zip"
  },
  "fetch": {
    "final_url": "https://api.cityofkingston.ca/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-05T00:00:00+00:00",
  "geo": {
    "bbox": [
      -76.78815,
      44.17952,
      -76.43906,
      44.27897
    ],
    "lat": 44.24499,
    "lon": -76.53313,
    "stop_count": 785
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 31,
        "trip_count": 11148,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 31,
    "trip_count": 11148
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 6.8,
    "margin_to_next_band": 3.2,
    "score": 76.8
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 4,
      "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": "4 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (4, 7, 15, 7B).",
      "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."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 656,
      "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": "656 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Midland / Norwest\", \"Andersen / Crossfield\", \"Andersen / Sheridan\", 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": 785,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 9,
        "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": "9 of 785 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": 9,
    "single_stop_trips": 0,
    "trips_total": 11148
  },
  "route_map": {
    "drawn_route_count": 31,
    "has_shapes": true,
    "path": "data/artifacts/kingston-transit/geometry.geojson",
    "route_count": 31,
    "routes": [
      {
        "color": "54B948",
        "color_name": "green",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "Montreal St - St Lawrence College",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "636466",
        "color_name": "gray",
        "has_shape": true,
        "id": "10",
        "label": "10",
        "long": "Amherstview - Cataraqui Centre",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008752",
        "color_name": "green",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "Cataraqui Centre - Train Station",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8B005A",
        "color_name": "red",
        "has_shape": true,
        "id": "12",
        "label": "12",
        "long": "St. Lawrence College - CFB Kingston",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C1CD23",
        "color_name": "yellow",
        "has_shape": true,
        "id": "13",
        "label": "13",
        "long": "Cataraqui North - Waterloo",
        "short": "13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C1CD23",
        "color_name": "yellow",
        "has_shape": true,
        "id": "14",
        "label": "14",
        "long": "Cataraqui North - INVISTA Centre",
        "short": "14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009DDC",
        "color_name": "teal",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "Centre 70 Park & Ride - Cataraqui Centre",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B890C2",
        "color_name": "pink",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "First Canada - St Lawrence College",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00215B",
        "color_name": "black",
        "has_shape": true,
        "id": "19",
        "label": "19",
        "long": "Woodhaven - Cataraqui Centre",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00215B",
        "color_name": "black",
        "has_shape": true,
        "id": "19A",
        "label": "19A",
        "long": "Westbrook - Cataraqui Centre",
        "short": "19A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F99D31",
        "color_name": "orange",
        "has_shape": true,
        "id": "2",
        "label": "2",
        "long": "Division St - Train Station",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A79D",
        "color_name": "teal",
        "has_shape": true,
        "id": "22",
        "label": "22",
        "long": "First Canada - Innovation/15",
        "short": "22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99D31",
        "color_name": "orange",
        "has_shape": true,
        "id": "2B",
        "label": "2B",
        "long": "Bus Terminal - St Lawrence College",
        "short": "2B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "026CB6",
        "color_name": "teal",
        "has_shape": true,
        "id": "31",
        "label": "31",
        "long": "Providence Care Hospital - St Lawrence College",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "026CB6",
        "color_name": "teal",
        "has_shape": true,
        "id": "32",
        "label": "32",
        "long": "St. Lawrence College - Providence Care Hospital",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ED1556",
        "color_name": "red",
        "has_shape": true,
        "id": "4",
        "label": "4",
        "long": "Downtown - Cataraqui Centre",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "221F1F",
        "color_name": "black",
        "has_shape": true,
        "id": "501",
        "label": "501",
        "long": "Express - Cataraqui Centre - Downtown",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "221F1F",
        "color_name": "black",
        "has_shape": true,
        "id": "502",
        "label": "502",
        "long": "Express - Cataraqui Centre - Downtown",
        "short": "502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9B5F0E",
        "color_name": "brown",
        "has_shape": true,
        "id": "6",
        "label": "6",
        "long": "Cataraqui Centre - St Lawrence College",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE202E",
        "color_name": "red",
        "has_shape": true,
        "id": "60",
        "label": "60",
        "long": "King's Crossing - Downtown",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE202E",
        "color_name": "red",
        "has_shape": true,
        "id": "601",
        "label": "601",
        "long": "Express - Queen's / KGH - Innovation / 15",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE202E",
        "color_name": "red",
        "has_shape": true,
        "id": "602",
        "label": "602",
        "long": "Express - Innovation / 15 - Queen's / KGH",
        "short": "602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "948671",
        "color_name": "gray",
        "has_shape": true,
        "id": "7",
        "label": "7",
        "long": "Grant Timmins / Dalton - Cataraqui Centre",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2075BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "701",
        "label": "701",
        "long": "Express - King's Crossing - Cataraqui Centre",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2075BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "702",
        "label": "702",
        "long": "Express - Cataraqui Centre - King's Crossing",
        "short": "702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "948671",
        "color_name": "gray",
        "has_shape": true,
        "id": "7B",
        "label": "7B",
        "long": "Bus Terminal - Cataraqui Centre",
        "short": "7B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "922A8E",
        "color_name": "purple",
        "has_shape": true,
        "id": "801",
        "label": "801",
        "long": "Express - Montreal St Park & Ride - Downtown",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "922A8E",
        "color_name": "purple",
        "has_shape": true,
        "id": "802",
        "label": "802",
        "long": "Express - Downtown - Montreal St Park & Ride",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "90A",
        "label": "90A",
        "long": "Loyalist Link - Odessa-Amherstview-Kingston",
        "short": "90A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "90B",
        "label": "90B",
        "long": "Loyalist Link - Bath-Amherstview",
        "short": "90B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "N1",
        "label": "N1",
        "long": "Night",
        "short": "N1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 785,
    "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-05",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 785,
      "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": "785 of 785 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": 11148,
      "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": "11148 of 11148 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"
}
