{
  "agency": {
    "country": "FR",
    "id": "fr-tout-enbus",
    "name": "R\u00e9seau urbain Tout'enbus",
    "subdivision_code": "FR-ARA",
    "subdivision_name": "Auvergne-Rh\u00f4ne-Alpes"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 78.2,
          "stops_marked_accessible_pct": 12.2,
          "stops_marked_not_accessible_pct": 85.8,
          "stops_stated_pct": 98.0,
          "trips_stated_pct": 45.3
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 14.9,
          "wheelchair_stops": 24.5,
          "wheelchair_trips": 6.8
        },
        "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_pct": 100.0,
        "mixed_case_stop_name_pct": 99.6,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 246,
        "translations": {
          "feed_lang": "fr",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 525,
        "wheelchair_accessible_pct": 45.3,
        "wheelchair_boarding_pct": 98.0,
        "wheelchair_marked_accessible_pct": 12.2,
        "wheelchair_marked_not_accessible_pct": 85.8
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 5,
          "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": 0.5,
          "severity": "WARNING",
          "what": "5 of 246 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": 287,
          "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": 8.2,
          "severity": "WARNING",
          "what": "287 of 525 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_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": 91.2,
      "status": "measured",
      "summary": "98% of stops state wheelchair accessibility (12% marked accessible, 86% 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": 11,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 38,
          "WARNING": 8456
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_timepoint_value",
          "count": 7416,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_timepoint_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Missing timepoint value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 1022,
          "effort": "Usually one export setting.",
          "fix": "Turn on shape cleanup in your export tool, or drop the repeated points from shapes.txt.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some route lines list the same point twice in a row.",
          "why": "Repeated points don't hurt riders, but they can skew distance math and hint at a shaky export."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 10,
          "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": 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": "service_has_no_active_day_of_the_week",
          "count": 1,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "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": "big_gap_in_service",
          "count": 17,
          "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.8,
          "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": 17,
          "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.8,
          "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": "platform_without_parent_station",
          "count": 2,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'platform_without_parent_station' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Platform without parent station (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."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 1,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the bus ends up, so a midpoint name can send them the wrong way."
        }
      ],
      "name": "correctness",
      "score": 61.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 11 kinds of issue across 8494 instances (0 error, 8456 warning, 38 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 402,
        "effective_expiry_date": "2027-08-29",
        "feed_end_date": "2027-08-29",
        "feed_start_date": "2025-09-01",
        "feed_version": "2026-06-17T08:24:32Z",
        "has_feed_info": true,
        "last_service_date": "2027-08-29",
        "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 402 days.",
      "weight": 0.2
    },
    "realtime": {
      "details": {
        "alerts_content": {
          "alerts": 3,
          "ended_over_30_days_ago": 0,
          "with_cause_and_effect": 3,
          "with_description": 3,
          "with_header_text": 3,
          "with_informed_entity": 3
        },
        "configured_kinds": [
          "trip_updates",
          "vehicle_positions",
          "service_alerts"
        ],
        "coverage_pct": null,
        "kinds_configured": 3,
        "kinds_reachable": 3,
        "reachable_kinds": [
          "trip_updates",
          "vehicle_positions",
          "service_alerts"
        ],
        "rt_freshness": "fresh",
        "samples": 9,
        "scheduled_trips_in_window": 0,
        "worst_lag_seconds": 8
      },
      "findings": [],
      "name": "realtime",
      "score": 100.0,
      "status": "measured",
      "summary": "Sampled 9 times outside service hours: 3 of 3 configured feeds healthy; vehicle position plausibility was not measurable.",
      "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 402 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 98% of stops and 45% 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 98% of stops and 45% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0 (Etalab), recorded by France's National Access Point; reuse including commercial reuse is permitted with attribution to R\u00e9gion Auvergne-Rh\u00f4ne-Alpes (CC du Bassin d'Aubenas) and the update date.",
    "reachable": true,
    "sha256": "2a895eb6a64405006c6bc010a6bf671a1ee93fabf27dbf69f59935cc825c9125",
    "size_bytes": 643763,
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/e91ff63e-2c15-4c86-8e69-499ceec7bd97"
  },
  "fetch": {
    "final_url": "https://app.mecatran.com/utw/ws/gtfsfeed/static/aubenas?apiKey=6527571c533049035b6a0d41252853243b1f2a68",
    "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-07-23T00:00:00+00:00",
  "geo": {
    "bbox": [
      4.31262,
      44.55428,
      4.46143,
      44.68035
    ],
    "lat": 44.61806,
    "lon": 4.38921,
    "stop_count": 246
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 27,
        "trip_count": 525,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 27,
    "trip_count": 525
  },
  "overall": {
    "grade": "B",
    "margin_to_lower_band": 4.2,
    "margin_to_next_band": 5.8,
    "score": 84.2
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 7,
      "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": "7 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (L02a, L03, L04, L07, L07ex, 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 (\"LAVILLEDIEU Crt RD103\", \"LAVILLEDIEU Crt RD103\", \"Mathon - St Joseph\", 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": 243,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 525
  },
  "route_map": {
    "drawn_route_count": 27,
    "has_shapes": true,
    "path": "data/artifacts/fr-tout-enbus/geometry.geojson",
    "route_count": 27,
    "routes": [
      {
        "color": "F9B333",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4401",
        "label": "L01",
        "long": "AUBENAS Les Oliviers - AUBENAS Gare Routi\u00e8re",
        "short": "L01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "673A8F",
        "color_name": "purple",
        "has_shape": true,
        "id": "4402",
        "label": "L02",
        "long": "ST-PRIVAT - AUBENAS - ST-ETIENNE-F. - LACHAPELLE",
        "short": "L02",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8CC160",
        "color_name": "gray",
        "has_shape": true,
        "id": "4403",
        "label": "L03",
        "long": "VALS - LABEGUDE - AUBENAS",
        "short": "L03",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0AA5FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "4404",
        "label": "L04",
        "long": "AUBENAS Gare Routi\u00e8re - ST-DIDIER - AUBENAS Paix",
        "short": "L04",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "404040",
        "color_name": "green",
        "has_shape": true,
        "id": "4406",
        "label": "L06",
        "long": "NAVETTE ESTIVALE Aubenas-Vals",
        "short": "L06",
        "text_color": "FFFF30",
        "type_label": "Bus"
      },
      {
        "color": "EB5A9B",
        "color_name": "pink",
        "has_shape": true,
        "id": "4407",
        "label": "L07",
        "long": "LACHAPELLE - ST-ETIENNE-FONTB. - AUBENAS",
        "short": "L07",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0C0C0",
        "color_name": "white",
        "has_shape": true,
        "id": "4421",
        "label": "L21",
        "long": "AUBENAS St Pierre - AUBENAS Ets Scolaires",
        "short": "L21",
        "text_color": "194696",
        "type_label": "Bus"
      },
      {
        "color": "C0C0C0",
        "color_name": "white",
        "has_shape": true,
        "id": "4422",
        "label": "L22",
        "long": "VESSEAUX Feschet - AUBENAS",
        "short": "L22",
        "text_color": "194696",
        "type_label": "Bus"
      },
      {
        "color": "C0C0C0",
        "color_name": "white",
        "has_shape": true,
        "id": "4423",
        "label": "L23",
        "long": "LAVILLEDIEU Crt RD103 - AUBENAS",
        "short": "L23",
        "text_color": "194696",
        "type_label": "Bus"
      },
      {
        "color": "C0C0C0",
        "color_name": "white",
        "has_shape": true,
        "id": "4424",
        "label": "L24",
        "long": "LACHAPELLE Croisette - AUBENAS",
        "short": "L24",
        "text_color": "194696",
        "type_label": "Bus"
      },
      {
        "color": "C0C0C0",
        "color_name": "white",
        "has_shape": true,
        "id": "4425",
        "label": "L25",
        "long": "FONS Village - AUBENAS",
        "short": "L25",
        "text_color": "194696",
        "type_label": "Bus"
      },
      {
        "color": "B499C9",
        "color_name": "pink",
        "has_shape": true,
        "id": "4441",
        "label": "L02a",
        "long": "GR > ST-DIDIER > ST-PRIVAT > PAIX > ST-DIDIER > GR",
        "short": "L02a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "673A8F",
        "color_name": "purple",
        "has_shape": true,
        "id": "4442",
        "label": "L02b",
        "long": "GR > ST-DIDIER > PAIX > ST-PRIVAT > ST-DIDIER > GR",
        "short": "L02b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F7F7F7",
        "color_name": "white",
        "has_shape": true,
        "id": "4443",
        "label": "L02ex",
        "long": "Ligne 2 express",
        "short": "L02ex",
        "text_color": "6A00C7",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "4451",
        "label": "L02exL",
        "long": "AUBENAS - LACHAPELLE",
        "short": "L02exL",
        "text_color": "A271C7",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "4452",
        "label": "L02exS",
        "long": "AUBENAS - ST-PRIVAT - ST-DIDIER",
        "short": "L02exS",
        "text_color": "A271C7",
        "type_label": "Bus"
      },
      {
        "color": "C0C0C0",
        "color_name": "white",
        "has_shape": true,
        "id": "4464",
        "label": "L64",
        "long": "VALS Bruen Bas - VALS Ets Scolaires",
        "short": "L64",
        "text_color": "194696",
        "type_label": "Bus"
      },
      {
        "color": "C0C0C0",
        "color_name": "white",
        "has_shape": true,
        "id": "4465",
        "label": "L65",
        "long": "VALS Les Issoux - VALS Ets Scolaires",
        "short": "L65",
        "text_color": "194696",
        "type_label": "Bus"
      },
      {
        "color": "C0C0C0",
        "color_name": "white",
        "has_shape": true,
        "id": "4466",
        "label": "L66",
        "long": "AUBENAS Gare Routi\u00e8re - VALS Coll\u00e8ge",
        "short": "L66",
        "text_color": "194696",
        "type_label": "Bus"
      },
      {
        "color": "C0C0C0",
        "color_name": "white",
        "has_shape": true,
        "id": "4467",
        "label": "L67",
        "long": "VALS Les Combes/Fontanille - VALS Coll\u00e8ge",
        "short": "L67",
        "text_color": "194696",
        "type_label": "Bus"
      },
      {
        "color": "C0C0C0",
        "color_name": "white",
        "has_shape": true,
        "id": "4468",
        "label": "L68",
        "long": "UCEL Le Gustadou - VALS Coll\u00e8ge",
        "short": "L68",
        "text_color": "194696",
        "type_label": "Bus"
      },
      {
        "color": "C0C0C0",
        "color_name": "white",
        "has_shape": true,
        "id": "4469",
        "label": "L69",
        "long": "UCEL Chamboulas - AUBENAS Gare Routi\u00e8re",
        "short": "L69",
        "text_color": "194696",
        "type_label": "Bus"
      },
      {
        "color": "FF00B2",
        "color_name": "pink",
        "has_shape": true,
        "id": "4473",
        "label": "X73",
        "long": "AUBENAS - VESSEAUX",
        "short": "X73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F5B00F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4474",
        "label": "X74",
        "long": "AUBENAS - LAVILLEDIEU",
        "short": "X74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "4481",
        "label": "L01ex",
        "long": "AUBENAS Les Oliviers - AUBENAS P\u00f4le Roqua / Gare Routi\u00e8re",
        "short": "L01ex",
        "text_color": "F99C11",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "4483",
        "label": "L03ex",
        "long": "VALS - LABEGUDE - AUBENAS",
        "short": "L03ex",
        "text_color": "8CC160",
        "type_label": "Bus"
      },
      {
        "color": "F7F7F7",
        "color_name": "white",
        "has_shape": true,
        "id": "4487",
        "label": "L07ex",
        "long": "Ligne 7 express",
        "short": "L07ex",
        "text_color": "EB5A9B",
        "type_label": "Bus"
      }
    ],
    "stop_count": 246,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.16",
  "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-23",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_accessible_unknown",
      "count": 287,
      "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": 8.2,
      "rank": 1,
      "severity": "WARNING",
      "what": "287 of 525 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": "missing_timepoint_value",
      "count": 7416,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'missing_timepoint_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 8.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "Missing timepoint value (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "equal_shape_distance_same_coordinates",
      "count": 1022,
      "effort": "Usually one export setting.",
      "fix": "Turn on shape cleanup in your export tool, or drop the repeated points from shapes.txt.",
      "owner": "Likely your export tool",
      "points": 8.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "Some route lines list the same point twice in a row.",
      "why": "Repeated points don't hurt riders, but they can skew distance math and hint at a shaky export."
    }
  ],
  "validator_version": "8.0.1"
}
