{
  "agency": {
    "country": "FR",
    "id": "fr-pan-81653",
    "name": "R\u00e9seau national Trenitalia France"
  },
  "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": 0.0,
          "stop_names": 15.0,
          "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_pct": 0.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 18,
        "translations": {
          "feed_lang": "fr",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 3378,
        "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": 18,
          "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": "18 of 18 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": 3378,
          "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": "3378 of 3378 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle 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_missing_headsigns",
          "count": 3378,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Populate trip_headsign to match what the transit vehicle displays.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "3378 of 3378 trips have no headsign.",
          "why": "Riders at the stop can't tell which direction a transit vehicle is going."
        },
        {
          "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": 22.5,
      "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": 11,
        "instances_by_severity": {
          "ERROR": 69,
          "INFO": 3290,
          "WARNING": 235
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "stop_time_with_arrival_before_previous_departure_time",
          "count": 69,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stop_time_with_arrival_before_previous_departure_time' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Stop time with arrival before previous departure time (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 69,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a transit vehicle can.",
          "why": "Usually a typo'd stop time; riders get arrival times no transit vehicle can meet."
        },
        {
          "code": "fast_travel_between_far_stops",
          "count": 69,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'fast_travel_between_far_stops' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Fast travel between far stops (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "route_long_name_contains_short_name",
          "count": 31,
          "effort": "One field per flagged route.",
          "fix": "Drop the short name from route_long_name and keep the long name descriptive, like 'Downtown via 5th Ave'.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some route long names repeat the route's short name inside them.",
          "why": "Apps show both names together, so riders see the number twice, like '5 5 Downtown'."
        },
        {
          "code": "route_short_name_too_long",
          "count": 31,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'route_short_name_too_long' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Route short name too long (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "duplicate_route_name",
          "count": 25,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "missing_recommended_field",
          "count": 3,
          "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": "unusable_trip",
          "count": 3,
          "effort": "Worth a vendor question if it appears often.",
          "fix": "Check the flagged trips in your scheduling software; remove them or restore their missing stops.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some trips serve fewer than two stops.",
          "why": "A trip with one stop can't be ridden; planners ignore it and it may signal an export problem."
        },
        {
          "code": "unused_trip",
          "count": 3,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unused_trip' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Unused trip (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "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": "unsorted_stop_times",
          "count": 3290,
          "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."
        }
      ],
      "name": "correctness",
      "score": 25.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 11 kinds of issue across 3594 instances (69 error, 235 warning, 3290 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 140,
        "effective_expiry_date": "2026-12-11",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": true,
        "last_service_date": "2026-12-11",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 140 days.",
      "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 agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 140 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. 1 validator error to resolve. States wheelchair access on 0% of stops and 0% 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 TRENITALIA FRANCE and the update date.",
    "reachable": true,
    "sha256": "0a954a8edb4f3308b85e525f72fad42e4895a00fc2b84048b260a4368ecaa49f",
    "size_bytes": 88912,
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/bdecea2c-ebc9-4f22-812d-927e4a2e4bad"
  },
  "fetch": {
    "final_url": "https://thello.axelor.com/public/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-07-24T00:00:00+00:00",
  "geo": {
    "bbox": [
      2.37361,
      43.30328,
      9.20548,
      48.84472
    ],
    "lat": 45.52558,
    "lon": 5.65513,
    "stop_count": 18
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 31,
        "trip_count": 3378,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "rail",
    "primary_mode_label": "Rail",
    "route_count": 31,
    "trip_count": 3378
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 39.2,
    "margin_to_next_band": 20.8,
    "score": 39.2
  },
  "recommendations": [],
  "routability": {
    "boardable_stops": 18,
    "findings": [
      {
        "code": "scorecard_single_stop_trips",
        "count": 3,
        "effort": "Usually an export setting or a stop_times mapping in your software.",
        "fix": "Check your scheduling export: every trip should list each stop it calls at, in order, with times.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "WARNING",
        "what": "3 of 3378 trips list fewer than two stops.",
        "why": "A trip with one stop has no leg a rider can ride; trip planners can't route anyone on it, so the service effectively does not exist."
      }
    ],
    "orphan_stops": 0,
    "single_stop_trips": 3,
    "trips_total": 3378
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/fr-pan-81653/geometry.geojson",
    "route_count": 31,
    "routes": [
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6104",
        "label": "Marseille-St-Charles/Paris-Gare-de-Lyon",
        "long": "Marseille-St-Charles/Paris-Gare-de-Lyon",
        "short": "Marseille-St-Charles/Paris-Gare-de-Lyon",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6105",
        "label": "Paris-Gare-de-Lyon/Marseille-St-Charles",
        "long": "Paris-Gare-de-Lyon/Marseille-St-Charles",
        "short": "Paris-Gare-de-Lyon/Marseille-St-Charles",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6108",
        "label": "Marseille-St-Charles/Paris-Gare-de-Lyon",
        "long": "Marseille-St-Charles/Paris-Gare-de-Lyon",
        "short": "Marseille-St-Charles/Paris-Gare-de-Lyon",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6113",
        "label": "Paris-Gare-de-Lyon/Marseille-St-Charles",
        "long": "Paris-Gare-de-Lyon/Marseille-St-Charles",
        "short": "Paris-Gare-de-Lyon/Marseille-St-Charles",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6119",
        "label": "Paris-Gare-de-Lyon/Marseille-St-Charles",
        "long": "Paris-Gare-de-Lyon/Marseille-St-Charles",
        "short": "Paris-Gare-de-Lyon/Marseille-St-Charles",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6140",
        "label": "Marseille-St-Charles/Paris-Gare-de-Lyon",
        "long": "Marseille-St-Charles/Paris-Gare-de-Lyon",
        "short": "Marseille-St-Charles/Paris-Gare-de-Lyon",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6147",
        "label": "Paris-Gare-de-Lyon/Marseille-St-Charles",
        "long": "Paris-Gare-de-Lyon/Marseille-St-Charles",
        "short": "Paris-Gare-de-Lyon/Marseille-St-Charles",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6148",
        "label": "Marseille-St-Charles/Paris-Gare-de-Lyon",
        "long": "Marseille-St-Charles/Paris-Gare-de-Lyon",
        "short": "Marseille-St-Charles/Paris-Gare-de-Lyon",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6441",
        "label": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "long": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "short": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6606",
        "label": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "long": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "short": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6645",
        "label": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "long": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "short": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6647",
        "label": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "long": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "short": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6649",
        "label": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "long": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "short": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6650",
        "label": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "long": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "short": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6651",
        "label": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "long": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "short": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6652",
        "label": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "long": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "short": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6653",
        "label": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "long": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "short": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6654",
        "label": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "long": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "short": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6655",
        "label": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "long": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "short": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6656",
        "label": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "long": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "short": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6657",
        "label": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "long": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "short": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6658",
        "label": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "long": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "short": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6659",
        "label": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "long": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "short": "Paris-Gare-de-Lyon/Lyon-Perrache-Voyageurs",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6660",
        "label": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "long": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "short": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6662",
        "label": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "long": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "short": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6664",
        "label": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "long": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "short": "Lyon-Perrache-Voyageurs/Paris-Gare-de-Lyon",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "9281",
        "label": "Paris-Gare-de-Lyon/Milano Centrale",
        "long": "Paris-Gare-de-Lyon/Milano Centrale",
        "short": "Paris-Gare-de-Lyon/Milano Centrale",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "9283",
        "label": "Paris-Gare-de-Lyon/Milano Centrale",
        "long": "Paris-Gare-de-Lyon/Milano Centrale",
        "short": "Paris-Gare-de-Lyon/Milano Centrale",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "9287",
        "label": "Paris-Gare-de-Lyon/Milano Centrale",
        "long": "Paris-Gare-de-Lyon/Milano Centrale",
        "short": "Paris-Gare-de-Lyon/Milano Centrale",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "9292",
        "label": "Milano Centrale/Paris-Gare-de-Lyon",
        "long": "Milano Centrale/Paris-Gare-de-Lyon",
        "short": "Milano Centrale/Paris-Gare-de-Lyon",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "9296",
        "label": "Milano Centrale/Paris-Gare-de-Lyon",
        "long": "Milano Centrale/Paris-Gare-de-Lyon",
        "short": "Milano Centrale/Paris-Gare-de-Lyon",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      }
    ],
    "stop_count": 18,
    "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-24",
  "top_fixes": [
    {
      "code": "stop_time_with_arrival_before_previous_departure_time",
      "count": 69,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'stop_time_with_arrival_before_previous_departure_time' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Stop time with arrival before previous departure time (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 18,
      "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": "18 of 18 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": 3378,
      "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": "3378 of 3378 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
    }
  ],
  "validator_version": "8.0.1"
}
