{
  "agency": {
    "country": "FR",
    "id": "fr-pan-82294",
    "name": "R\u00e9seau urbain Le Bus (Est\u00e9rel C\u00f4te d'Azur)",
    "subdivision_code": "FR-PAC",
    "subdivision_name": "Provence-Alpes-C\u00f4te-d\u2019Azur"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 47.1,
          "stops_marked_accessible_pct": 15.4,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 15.4,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 3.8,
          "wheelchair_trips": 15.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": 3132,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "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": 970,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 3132,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 15.4,
        "wheelchair_marked_accessible_pct": 15.4,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 821,
          "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": 21.2,
          "severity": "WARNING",
          "what": "821 of 970 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_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."
        },
        {
          "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 to link entrances, platforms, and elevators. Give each one a level.",
          "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": 56.3,
      "status": "measured",
      "summary": "15% of stops state wheelchair accessibility (15% 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": 0,
          "INFO": 3174,
          "WARNING": 76903
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_timepoint_value",
          "count": 75300,
          "effort": "Usually one export setting.",
          "fix": "Set timepoint=1 on stops that are real time checks and 0 on the rest. If every published time is a scheduled one, mark them all 1.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rows in stop_times.txt leave the timepoint column blank.",
          "why": "That column says whether a time is a real checkpoint or an estimate. Blank leaves apps guessing, and they may show your estimates as promises."
        },
        {
          "code": "non_ascii_or_non_printable_char",
          "count": 1300,
          "effort": "A planned ID change, not a quick text cleanup.",
          "fix": "Only change the flagged IDs if an app needs basic ASCII values. Update each place that uses the ID. Keep all names and headsigns in their original language.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some internal IDs use characters outside the basic text set.",
          "why": "These IDs are valid UTF-8 data. This warning is only about support in older apps. It does not mean that names in other languages are wrong."
        },
        {
          "code": "same_name_and_description_for_stop",
          "count": 287,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'same_name_and_description_for_stop' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Same name and description for stop (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "expired_calendar",
          "count": 10,
          "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": "mixed_case_recommended_field",
          "count": 3,
          "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": "same_name_and_description_for_route",
          "count": 2,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'same_name_and_description_for_route' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Same name and description for route (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "code": "trip_with_shape_dist_traveled_but_no_shape_distances",
          "count": 3132,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_with_shape_dist_traveled_but_no_shape_distances' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Trip with shape dist traveled but no shape distances (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 29,
          "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.8,
          "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": 12,
          "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": 1,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        }
      ],
      "name": "correctness",
      "score": 55.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 11 kinds of issue across 80077 instances (0 error, 76903 warning, 3174 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 124,
        "effective_expiry_date": "2027-01-03",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2027-01-03",
        "seasonal_boundary": true,
        "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 (the file itself is absent)",
          "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 124 days.",
      "weight": 0.2
    },
    "realtime": {
      "details": {
        "configured_kinds": [
          "trip_updates",
          "vehicle_positions"
        ],
        "coverage_pct": 95.0,
        "covered_trips": 19,
        "drift": {
          "median_seconds": 166,
          "observations": 11376,
          "on_time_share_pct": 59.2,
          "p90_abs_seconds": 846
        },
        "kinds_configured": 2,
        "kinds_reachable": 2,
        "reachable_kinds": [
          "trip_updates",
          "vehicle_positions"
        ],
        "rt_freshness": "fresh",
        "samples": 6,
        "scheduled_trips_in_window": 20,
        "vehicles_checked": 58,
        "vehicles_on_route_pct": 100.0,
        "worst_lag_seconds": 6
      },
      "findings": [
        {
          "code": "scorecard_rt_trip_coverage",
          "count": 1,
          "effort": "A vendor data-mapping question.",
          "fix": "Ask your AVL vendor to check that every vehicle assignment reaches TripUpdates. School-day and tripper runs are the ones most often left out.",
          "owner": "",
          "points": 1.8,
          "severity": "WARNING",
          "what": "1 of 20 trips scheduled during the sampling window had no live predictions.",
          "why": "Riders on those trips get schedule times labeled as live. Caltrans asks that every trip you run shows up in TripUpdates."
        }
      ],
      "name": "realtime",
      "score": 98.2,
      "status": "measured",
      "summary": "Sampled 6 times: 2 of 2 configured feeds healthy; 95.0% of scheduled trips had live predictions; 100.0% of vehicles on their route; predictions ran a median of 166s 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 6 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 124 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 15% of stops and 100% 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 15% of stops and 100% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0 (Etalab), recorded by France's National Access Point; reuse including commercial reuse is permitted with attribution to Est\u00e9rel C\u00f4te d'Azur Agglom\u00e9ration and the update date.",
    "reachable": true,
    "sha256": "d4c336bc733801a7ca59932642fe0b73bcfdfc35ba248a1f2c0f68a06d66bd43",
    "size_bytes": 1037522,
    "source_provenance": "official",
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/11e73e58-edb0-4fab-a220-61a659cf6423"
  },
  "fetch": {
    "final_url": "https://www.esterelcotedazur-lebus.fr/uploads/gtfs/",
    "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-01T00:00:00+00:00",
  "geo": {
    "bbox": [
      6.63325,
      43.34137,
      6.93071,
      43.53482
    ],
    "lat": 43.43428,
    "lon": 6.75568,
    "stop_count": 970
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 29,
        "trip_count": 3132,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 29,
    "trip_count": 3132
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 0.0,
    "margin_to_next_band": 10.0,
    "score": 70.0
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 12,
      "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": "12 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (01, 12, 14, 15, 16, and more).",
      "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": 1,
      "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": "1 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Th\u00e9\u00e2tre le Forum (Av de Provence)\").",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose 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 if a step-free route exists inside the station. Trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 676,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 3132
  },
  "route_map": {
    "drawn_route_count": 29,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-82294/geometry.geojson",
    "route_count": 29,
    "routes": [
      {
        "color": "00A3D1",
        "color_name": "teal",
        "has_shape": true,
        "id": "1",
        "label": "01",
        "long": "Ligne 1 : St-Rapha\u00ebl Gare Routi\u00e8re - Fr\u00e9jus Gare Routi\u00e8re - Domaine du Capitou - Pin de la L\u00e8gue",
        "short": "01",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8D4E7E",
        "color_name": "purple",
        "has_shape": true,
        "id": "10",
        "label": "10",
        "long": "Ligne 10 : St-Rapha\u00ebl Gare Routi\u00e8re - Coll\u00e8ge de l'Est\u00e9rel - Boulouris Mairie Annexe",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E1A7C0",
        "color_name": "white",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "Ligne 11 : Lyc\u00e9e Camus - Fr\u00e9jus Gare Routi\u00e8re - La Bouverie - Roquebrune Village - Les 2 Collines",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "68B193",
        "color_name": "gray",
        "has_shape": true,
        "id": "12",
        "label": "12",
        "long": "Ligne 12 : St-Rapha\u00ebl Gare Routi\u00e8re - Stanislas - Herm\u00e8s Sant\u00e9 - Ath\u00e9na",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BAC385",
        "color_name": "gray",
        "has_shape": true,
        "id": "13",
        "label": "13",
        "long": "Ligne 13 : Les Adrets l'Ubac - Lyc\u00e9e Camus - Fr\u00e9jus Gare Routi\u00e8re - St-Rapha\u00ebl Gare Routi\u00e8re",
        "short": "13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F6A800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "14",
        "label": "14",
        "long": "Ligne 14 : Fr\u00e9jus Gare Routi\u00e8re - Avenue de Provence - St-Rapha\u00ebl Gare Routi\u00e8re - Boulouris Mairie Annexe",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A3E8",
        "color_name": "teal",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "Ligne 15 : Village Vacances - Domaine des Vern\u00e8des - Fr\u00e9jus Gare Routi\u00e8re",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FD6C9E",
        "color_name": "pink",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "Ligne 16 : Pin de la L\u00e8gue - Domaine du Capitou - Lyc\u00e9e Camus",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D06115",
        "color_name": "orange",
        "has_shape": true,
        "id": "2",
        "label": "02",
        "long": "Ligne 2 : St-Rapha\u00ebl Gare Routi\u00e8re - Fr\u00e9jus Gare Routi\u00e8re - Domaine du Capitou",
        "short": "02",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFB500",
        "color_name": "yellow",
        "has_shape": true,
        "id": "20",
        "label": "20",
        "long": "Ligne Estivale 20 : St-Aygulf La Poste - Base Nature - Fr\u00e9jus Gare Routi\u00e8re - Pin de la L\u00e8gue",
        "short": "20",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "32B0EB",
        "color_name": "teal",
        "has_shape": true,
        "id": "21",
        "label": "21",
        "long": "Ligne Estivale 21 : Trayas Pointe Notre Dame - Bastide d'Agay - St-Rapha\u00ebl Gare Routi\u00e8re",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DD6758",
        "color_name": "pink",
        "has_shape": true,
        "id": "23",
        "label": "23",
        "long": "Ligne Estivale 23 : Parc d'Attraction - St-Aygulf - Les Issambres Chesnaie",
        "short": "23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9CA8AE",
        "color_name": "gray",
        "has_shape": true,
        "id": "3",
        "label": "03",
        "long": "Ligne 3 : St-Rapha\u00ebl Gare Routi\u00e8re - La Tour de Mare - Fr\u00e9jus Gare Routi\u00e8re",
        "short": "03",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "376573",
        "color_name": "green",
        "has_shape": true,
        "id": "4",
        "label": "04",
        "long": "Ligne 4 : St-Rapha\u00ebl Gare Routi\u00e8re - Fr\u00e9jus Gare Routi\u00e8re - Puget-Centre - Roquebrune Les Garillans",
        "short": "04",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E08F70",
        "color_name": "pink",
        "has_shape": true,
        "id": "5",
        "label": "05",
        "long": "Ligne 5 : St-Rapha\u00ebl Gare Routi\u00e8re - Port Santa Lucia - Boulouris Mairie Annexe - Coll\u00e8ge de l'Est\u00e9rel",
        "short": "05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D5B95B",
        "color_name": "yellow",
        "has_shape": true,
        "id": "6",
        "label": "06",
        "long": "Ligne 6 : St-Rapha\u00ebl Gare Routi\u00e8re - Les Veyssi\u00e8res - Barrage des Cous",
        "short": "06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D0CFCF",
        "color_name": "white",
        "has_shape": true,
        "id": "7",
        "label": "07",
        "long": "Ligne 7 : St-Rapha\u00ebl Gare Routi\u00e8re - Coll\u00e8ge de l'Est\u00e9rel - Rostand",
        "short": "07",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00C561",
        "color_name": "green",
        "has_shape": true,
        "id": "8",
        "label": "08",
        "long": "Ligne 8 : Trayas Pointe Notre Dame - Bastide d'Agay - Boulouris Mairie Annexe - St-Rapha\u00ebl Gare Routi\u00e8re",
        "short": "08",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "947956",
        "color_name": "gray",
        "has_shape": true,
        "id": "9",
        "label": "09",
        "long": "Ligne 9 : Lyc\u00e9e Camus - Fr\u00e9jus Gare Routi\u00e8re - St-Aygulf Grands Ch\u00e2teaux - La Chesnaie",
        "short": "09",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E2001A",
        "color_name": "red",
        "has_shape": true,
        "id": "A",
        "label": "A",
        "long": "Navette A : St-Rapha\u00ebl Gare Routi\u00e8re - Fr\u00e9jus Plage - Fr\u00e9jus Gare Routi\u00e8re",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39500",
        "color_name": "orange",
        "has_shape": true,
        "id": "B",
        "label": "B",
        "long": "Navette B : St-Rapha\u00ebl Gare Routi\u00e8re - H\u00f4pital Bonnet - Fr\u00e9jus Gare Routi\u00e8re",
        "short": "B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F08028",
        "color_name": "orange",
        "has_shape": true,
        "id": "Boulouris",
        "label": "Boulou",
        "long": "Navette Boulouris",
        "short": "Boulou",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7C3F7F",
        "color_name": "purple",
        "has_shape": true,
        "id": "C",
        "label": "C",
        "long": "Navette C : Fr\u00e9jus Gare Routi\u00e8re - Base Nature - Donnadieu - Fr\u00e9jus Gare Routi\u00e8re",
        "short": "C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4064F1",
        "color_name": "blue",
        "has_shape": true,
        "id": "Capitou",
        "label": "Capito",
        "long": "Navette Capitou",
        "short": "Capito",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804020",
        "color_name": "brown",
        "has_shape": true,
        "id": "Esterel",
        "label": "Estere",
        "long": "Navette Est\u00e9rel",
        "short": "Estere",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC00CC",
        "color_name": "pink",
        "has_shape": true,
        "id": "JULII",
        "label": "JULII",
        "long": "Navette JULII",
        "short": "JULII",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008023",
        "color_name": "green",
        "has_shape": true,
        "id": "PROM",
        "label": "PROM",
        "long": "Navette Promenade des Bains",
        "short": "PROM",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00CA42",
        "color_name": "green",
        "has_shape": true,
        "id": "PUGET",
        "label": "Puget",
        "long": "Navette Puget : Epad H. Dunant - ZA le Carreou - G\u00e9n\u00e9ral de Gaulle - Cistes",
        "short": "Puget",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A3CC14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Roquebrune",
        "label": "Roqueb",
        "long": "Navette Roquebrune",
        "short": "Roqueb",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 970,
    "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-01",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 821,
      "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": 21.2,
      "rank": 1,
      "severity": "WARNING",
      "what": "821 of 970 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_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,
      "rank": 2,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    },
    {
      "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"
}
