{
  "agency": {
    "country": "FR",
    "id": "fr-pan-79374",
    "name": "R\u00e9seau urbain Optymo",
    "subdivision_code": "FR-BFC",
    "subdivision_name": "Bourgogne-Franche-Comt\u00e9"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 66.4,
          "stops_marked_accessible_pct": 33.0,
          "stops_marked_not_accessible_pct": 31.8,
          "stops_stated_pct": 64.8,
          "trips_stated_pct": 69.1
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 0.0,
          "headsigns": 14.9,
          "stop_names": 15.0,
          "wheelchair_stops": 16.2,
          "wheelchair_trips": 10.4
        },
        "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": 99.6,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1583,
        "translations": {
          "feed_lang": "fr",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 7856,
        "wheelchair_accessible_pct": 69.1,
        "wheelchair_boarding_pct": 64.8,
        "wheelchair_marked_accessible_pct": 33.0,
        "wheelchair_marked_not_accessible_pct": 31.8
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 557,
          "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": 8.8,
          "severity": "WARNING",
          "what": "557 of 1583 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": 2431,
          "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": 4.6,
          "severity": "WARNING",
          "what": "2431 of 7856 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_missing_headsigns",
          "count": 30,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Populate trip_headsign to match what the bus displays.",
          "owner": "Likely your export tool",
          "points": 0.1,
          "severity": "WARNING",
          "what": "30 of 7856 trips have no headsign.",
          "why": "Riders at the stop can't tell which direction a bus is going."
        },
        {
          "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": 71.5,
      "status": "measured",
      "summary": "65% of stops state wheelchair accessibility (33% marked accessible, 32% 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": 8,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 1037,
          "WARNING": 35
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "expired_calendar",
          "count": 15,
          "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": "unused_shape",
          "count": 8,
          "effort": "One setting.",
          "fix": "Turn on 'remove unused shapes' (or the like) in your export tool.",
          "owner": "Likely your export tool",
          "points": 6.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": "stop_without_stop_time",
          "count": 6,
          "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": "mixed_case_recommended_field",
          "count": 5,
          "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": 4.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": "route_color_contrast",
          "count": 1,
          "effort": "One field per route.",
          "fix": "Pick a darker/lighter route_text_color for the flagged routes.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some route colors don't contrast with their text color.",
          "why": "Route badges get hard to read, most of all for riders with low vision."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 1022,
          "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": 1.0,
          "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."
        },
        {
          "code": "big_gap_in_service",
          "count": 9,
          "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": 6,
          "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."
        }
      ],
      "name": "correctness",
      "score": 71.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 8 kinds of issue across 1072 instances (0 error, 35 warning, 1037 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 160,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": "2026-12-31",
        "feed_start_date": "2026-01-01",
        "feed_version": "07/07/2026-10:58",
        "has_feed_info": true,
        "last_service_date": "2026-12-31",
        "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 160 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": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 160 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 65% of stops and 69% 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 65% of stops and 69% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Open Database License (ODbL), recorded by France's National Access Point; credit Optymo - Belfort, identify the ODbL, and preserve share-alike terms where they apply.",
    "reachable": true,
    "sha256": "55023f4aff96ba0d2340b415cc00930078b2024d1480900ad6bd6027aa5ed6dd",
    "size_bytes": 4033283,
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/797c424e-7d28-4e65-84f6-6677e47d8a6e"
  },
  "fetch": {
    "final_url": "https://static.data.gouv.fr/resources/arrets-circuits-et-horaires-du-reseau-optymo-de-belfort/20260707-090040/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": [
      6.77158,
      47.44561,
      7.11717,
      47.82092
    ],
    "lat": 47.63673,
    "lon": 6.8824,
    "stop_count": 1583
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 49,
        "trip_count": 7856,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 49,
    "trip_count": 7856
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 8.6,
    "margin_to_next_band": 1.4,
    "score": 78.6
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 21,
      "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": "21 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (2, 3, 5, 8, 20, 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": 12,
      "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": "12 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"St Antonin\", \"St Georges\", \"St Martin\", 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": 1024,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 6,
        "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": "6 of 1024 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": 6,
    "single_stop_trips": 0,
    "trips_total": 7856
  },
  "route_map": {
    "drawn_route_count": 47,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-79374/geometry.geojson",
    "route_count": 49,
    "routes": [
      {
        "color": "D3414E",
        "color_name": "red",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "Valdoie - R\u00e9sidences",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": true,
        "id": "19",
        "label": "Nautibus",
        "long": "Valdoie - Malsaucy",
        "short": "Nautibus",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E79129",
        "color_name": "orange",
        "has_shape": true,
        "id": "2",
        "label": "2",
        "long": "Justice - Bavilliers / Cravanche",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33888A",
        "color_name": "teal",
        "has_shape": true,
        "id": "20",
        "label": "20",
        "long": "Lepuix / Giromagny - Valdoie",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3F55C5",
        "color_name": "blue",
        "has_shape": true,
        "id": "21",
        "label": "21",
        "long": "Belfort > Rougemont > Etueffont > Belfort",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3F55C5",
        "color_name": "blue",
        "has_shape": true,
        "id": "22",
        "label": "22",
        "long": "Belfort > Etueffont > Rougemont > Belfort",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E88439",
        "color_name": "orange",
        "has_shape": true,
        "id": "23",
        "label": "23",
        "long": "Fontaine - Belfort",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F8FC6D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "24",
        "label": "24",
        "long": "Morvillars / V\u00e9zelois - Belfort",
        "short": "24",
        "text_color": "191919",
        "type_label": "Bus"
      },
      {
        "color": "6A4893",
        "color_name": "purple",
        "has_shape": true,
        "id": "25",
        "label": "25",
        "long": "Delle - Gare TGV",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BEC537",
        "color_name": "yellow",
        "has_shape": true,
        "id": "26",
        "label": "26",
        "long": "Beaucourt - Gare TGV",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "60A4DF",
        "color_name": "teal",
        "has_shape": true,
        "id": "3",
        "label": "3",
        "long": "Valdoie - Gare TGV / Ch\u00e2tenois",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B4B1A8",
        "color_name": "gray",
        "has_shape": true,
        "id": "30",
        "label": "30",
        "long": "Auxelles-Haut - Valdoie",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6A5841",
        "color_name": "brown",
        "has_shape": true,
        "id": "31",
        "label": "31",
        "long": "Giromagny - Valdoie (via Petitmagny)",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B4B1A8",
        "color_name": "gray",
        "has_shape": true,
        "id": "32",
        "label": "32",
        "long": "Rougemont - Belfort (via Felon)",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6A5841",
        "color_name": "brown",
        "has_shape": true,
        "id": "33",
        "label": "33",
        "long": "Menoncourt - Belfort (via Reppe)",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B4B1A8",
        "color_name": "gray",
        "has_shape": true,
        "id": "34",
        "label": "34",
        "long": "Montreux-Le-Ch\u00e2teau - Belfort",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6A5841",
        "color_name": "brown",
        "has_shape": true,
        "id": "35",
        "label": "35",
        "long": "Meroux TGV - Belfort (via Bretagne)",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B4B1A8",
        "color_name": "gray",
        "has_shape": true,
        "id": "36",
        "label": "36",
        "long": "Chavannes-Les-Grands - Delle",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6A5841",
        "color_name": "brown",
        "has_shape": true,
        "id": "37",
        "label": "37",
        "long": "Beaucourt - Delle (via Croix)",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B4B1A8",
        "color_name": "gray",
        "has_shape": true,
        "id": "38",
        "label": "38",
        "long": "Beaucourt - Delle",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6A5841",
        "color_name": "brown",
        "has_shape": true,
        "id": "39",
        "label": "39",
        "long": "Botans - Bavilliers",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "570091",
        "color_name": "purple",
        "has_shape": true,
        "id": "4",
        "label": "4",
        "long": "Offemont - P\u00e9pini\u00e8re",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B4B1A8",
        "color_name": "gray",
        "has_shape": true,
        "id": "40",
        "label": "40",
        "long": "Etueffont - Auxelles-Bas",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "68C88C",
        "color_name": "gray",
        "has_shape": true,
        "id": "5",
        "label": "5",
        "long": "Pr\u00e9s d'Aumont - Essert",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A1A1A1",
        "color_name": "gray",
        "has_shape": true,
        "id": "51",
        "label": "51",
        "long": "Lyc\u00e9es Belfort - Ligne A",
        "short": "51",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A1A1A1",
        "color_name": "gray",
        "has_shape": true,
        "id": "53",
        "label": "53",
        "long": "Rougemont le Ch\u00e2teau - Colucci - Ligne C",
        "short": "53",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9A61B9",
        "color_name": "purple",
        "has_shape": true,
        "id": "55",
        "label": "X",
        "long": "Belfort - Montb\u00e9liard",
        "short": "X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A1A1A1",
        "color_name": "gray",
        "has_shape": true,
        "id": "57",
        "label": "57",
        "long": "Valdoie - Goscinny / Belfort - Courbet - Ligne G",
        "short": "57",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A1A1A1",
        "color_name": "gray",
        "has_shape": true,
        "id": "60",
        "label": "60",
        "long": "Giromagny - Rosemont - Ligne J",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A1A1A1",
        "color_name": "gray",
        "has_shape": true,
        "id": "61",
        "label": "61",
        "long": "Lyc\u00e9e Courbet - Ligne K",
        "short": "61",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A1A1A1",
        "color_name": "gray",
        "has_shape": true,
        "id": "62",
        "label": "62",
        "long": "Lyc\u00e9es Belfort - Ligne L",
        "short": "62",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A1A1A1",
        "color_name": "gray",
        "has_shape": true,
        "id": "63",
        "label": "63",
        "long": "Lyc\u00e9es Belfort - Ligne M",
        "short": "63",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A1A1A1",
        "color_name": "gray",
        "has_shape": true,
        "id": "64",
        "label": "64",
        "long": "Morvillars - Lucie Aubrac - Ligne N",
        "short": "64",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A1A1A1",
        "color_name": "gray",
        "has_shape": true,
        "id": "66",
        "label": "66",
        "long": "Delle - Cit\u00e9 Scolaire - Ligne P",
        "short": "66",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A1A1A1",
        "color_name": "gray",
        "has_shape": true,
        "id": "67",
        "label": "67",
        "long": "Danjoutin - Mozart - Ligne Q",
        "short": "67",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A1A1A1",
        "color_name": "gray",
        "has_shape": true,
        "id": "68",
        "label": "68",
        "long": "Lyc\u00e9es Belfort - Ligne R",
        "short": "68",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A1A1A1",
        "color_name": "gray",
        "has_shape": true,
        "id": "69",
        "label": "69",
        "long": "Renfo Scol Urbain - Ligne S",
        "short": "69",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A1A1A1",
        "color_name": "gray",
        "has_shape": true,
        "id": "70",
        "label": "70",
        "long": "Montreux Ch\u00e2teau - Camille Claudel - Ligne T",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A1A1A1",
        "color_name": "gray",
        "has_shape": true,
        "id": "71",
        "label": "71",
        "long": "Beaucourt - St Exup\u00e9ry - Ligne U",
        "short": "71",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A1A1A1",
        "color_name": "gray",
        "has_shape": true,
        "id": "72",
        "label": "72",
        "long": "Belfort - Vauban - Ligne V",
        "short": "72",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "BEAA61",
        "color_name": "gray",
        "has_shape": true,
        "id": "8",
        "label": "8",
        "long": "Essert - Cravanche",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6A5841",
        "color_name": "brown",
        "has_shape": true,
        "id": "85",
        "label": "85",
        "long": "AP 90",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "324E87",
        "color_name": "teal",
        "has_shape": true,
        "id": "9",
        "label": "9",
        "long": "Belfort R\u00e9publique - Quartier Miotte",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "70ACAD",
        "color_name": "gray",
        "has_shape": true,
        "id": "90",
        "label": "90",
        "long": "Giromagny - Belfort Gare",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6B76AD",
        "color_name": "gray",
        "has_shape": true,
        "id": "91",
        "label": "91",
        "long": "Rougemont - Belfort Gare (via Etueffont)",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EFA974",
        "color_name": "pink",
        "has_shape": true,
        "id": "92",
        "label": "92",
        "long": "Montreux - Belfort Gare (via Fontaine)",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "977FB3",
        "color_name": "gray",
        "has_shape": true,
        "id": "93",
        "label": "93",
        "long": "Beaucourt - Gare TGV (via Delle)",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CA555E",
        "color_name": "pink",
        "has_shape": false,
        "id": "ALS",
        "label": "ALS",
        "long": "Auto Libre Service",
        "short": "ALS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4CA893",
        "color_name": "teal",
        "has_shape": false,
        "id": "VLS",
        "label": "VLS",
        "long": "V\u00e9lo Libre Service",
        "short": "VLS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1583,
    "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": "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": 1,
      "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_wheelchair_boarding_unknown",
      "count": 557,
      "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": 8.8,
      "rank": 2,
      "severity": "WARNING",
      "what": "557 of 1583 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": "expired_calendar",
      "count": 15,
      "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,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
