{
  "agency": {
    "country": "FR",
    "id": "reseau-mistral-toulon",
    "name": "R\u00e9seau Mistral (Toulon)",
    "subdivision_code": "FR-PAC",
    "subdivision_name": "Provence-Alpes-C\u00f4te-d\u2019Azur"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 100.0,
          "stops_marked_accessible_pct": 100.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 100.0,
          "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": 14.9,
          "wheelchair_stops": 25.0,
          "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": 18967,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 99.6,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 2019,
        "translations": {
          "feed_lang": "FR",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 18967,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 100.0,
        "wheelchair_marked_accessible_pct": 100.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "App makers and state data programs have nobody to email when they spot a problem. Small errors then sit in the feed for months."
        }
      ],
      "name": "completeness",
      "score": 77.4,
      "status": "measured",
      "summary": "100% of stops state wheelchair accessibility (100% 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": 15,
        "instances_by_severity": {
          "ERROR": 9,
          "INFO": 2506,
          "WARNING": 21054
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "equal_shape_distance_diff_coordinates",
          "count": 5,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Equal shape distance diff coordinates (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_distance_exceeds_shape_distance",
          "count": 4,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 10148,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape_dist_traveled on export so stop and shape distances use the same units.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "On some trips the stop distances run a little past the end of the route line.",
          "why": "The stop and shape distance values don't quite line up, so any math that uses them can drift."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 9884,
          "effort": "Usually one export setting.",
          "fix": "Turn on shape cleanup in your export tool, or drop the repeated points from shapes.txt.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some route lines list the same point twice in a row.",
          "why": "Repeated points don't hurt riders, but they can skew distance math and hint at a shaky export."
        },
        {
          "code": "service_has_no_active_day_of_the_week",
          "count": 509,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 455,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 41,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line, going by the feed's own distance values.",
          "why": "Trip planners may draw the route down the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 10,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "expired_calendar",
          "count": 5,
          "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": 4.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": "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": "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": "unsorted_stop_times",
          "count": 2229,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unsorted_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Unsorted stop times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 213,
          "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 transit vehicle ends up, so a midpoint name can send them the wrong way."
        },
        {
          "code": "service_window_outside_feed_period",
          "count": 63,
          "effort": "Two fields in feed_info.txt, or one export setting.",
          "fix": "Widen feed_start_date and feed_end_date to cover all service dates, or fix the dates that fall outside.",
          "owner": "Likely your export tool",
          "points": 1.0,
          "severity": "INFO",
          "what": "Some service dates fall outside the date window set in feed_info.txt.",
          "why": "feed_info.txt should span every day your service runs, so apps know when the data applies."
        },
        {
          "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": 16.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 15 kinds of issue across 23569 instances (9 error, 21054 warning, 2506 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 91,
        "effective_expiry_date": "2026-11-30",
        "feed_end_date": "2026-11-30",
        "feed_start_date": "2026-08-28",
        "feed_version": "2026-08-28 11:52:50.442521 UTC",
        "has_feed_info": true,
        "last_service_date": "2026-11-30",
        "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 91 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 configured feed URL. Publisher ownership of that URL is not verified."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "2 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 91 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 100% of stops and 100% of trips.",
        "key": "accessible",
        "met": true
      }
    ],
    "status": "not_yet",
    "summary": "One requirement remains for this feed to earn the conformance mark. 2 validator errors to resolve.",
    "version": 2
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0; published by the M\u00e9tropole Toulon Provence M\u00e9diterran\u00e9e through France's National Access Point. Derived measurements by GTFS Scorecard.",
    "reachable": true,
    "sha256": "09f9800f753bd35516f703dc3405b6b8cc629b2b9d6e327a764da7c64604aa3e",
    "size_bytes": 6108691,
    "source_provenance": "unverified",
    "static_url": "https://s3.eu-west-1.amazonaws.com/files.orchestra.ratpdev.com/networks/rd-toulon/exports/gtfs-complet.zip"
  },
  "ferry_profile": {
    "accessibility": {
      "measures": "published_values_not_physical_usability",
      "terminals": {
        "allowed_count": 8,
        "allowed_pct": 100.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 8,
        "stated_pct": 100.0,
        "total_count": 8
      },
      "trips": {
        "allowed_count": 1326,
        "allowed_pct": 100.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 1326,
        "stated_pct": 100.0,
        "total_count": 1326
      }
    },
    "bikes": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 1326,
      "not_allowed_pct": 100.0,
      "stated_count": 1326,
      "stated_pct": 100.0,
      "total_count": 1326
    },
    "cars": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 1326
    },
    "fares": {
      "applied": false,
      "fare_free": false,
      "model": "none",
      "scope": "whole_feed"
    },
    "graded": false,
    "measured": true,
    "realtime": {
      "configured_kinds": [],
      "kinds_configured": 0,
      "scope": "whole_feed"
    },
    "route_count": 3,
    "scope": "ferry_routes_and_trips",
    "stop_access": {
      "direct_count": 0,
      "eligible_terminal_count": 0,
      "stated_count": 0,
      "stated_pct": null,
      "through_station_count": 0
    },
    "terminal_hierarchy": {
      "boarding_location_count": 8,
      "parented_boarding_location_count": 0,
      "parented_boarding_location_pct": 0.0,
      "referenced_station_count": 0
    },
    "trip_count": 1326
  },
  "fetch": {
    "final_url": "https://s3.eu-west-1.amazonaws.com/files.orchestra.ratpdev.com/networks/rd-toulon/exports/gtfs-complet.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-08-31T00:00:00+00:00",
  "geo": {
    "bbox": [
      5.79459,
      43.02777,
      6.1996,
      43.19556
    ],
    "lat": 43.1209,
    "lon": 5.9477,
    "stop_count": 2019
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 95,
        "trip_count": 17361,
        "trip_share_pct": 91.5
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 3,
        "trip_count": 1326,
        "trip_share_pct": 7.0
      },
      {
        "key": "aerial_lift",
        "label": "Aerial lift",
        "route_count": 1,
        "trip_count": 280,
        "trip_share_pct": 1.5
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 99,
    "trip_count": 18967
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 56.4,
    "margin_to_next_band": 3.6,
    "score": 56.4
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 36,
      "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": "36 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (U, 2, 6, 9, 15, 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": 86,
      "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": "86 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Maternelle St Exup\u00e9ry\", \"St Augustin\", \"St Bernard\", and more).",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 2019,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 18967
  },
  "route_map": {
    "drawn_route_count": 99,
    "has_shapes": true,
    "path": "data/artifacts/reseau-mistral-toulon/geometry.geojson",
    "route_count": 99,
    "routes": [
      {
        "color": "003893",
        "color_name": "blue",
        "has_shape": true,
        "id": "0001",
        "label": "1",
        "long": "H\u00f4pital Ste Musse / Coupiane -  Beaucaire / Cordeille",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00C7B2",
        "color_name": "teal",
        "has_shape": true,
        "id": "0002",
        "label": "2",
        "long": "Valgora (La Valette) - La Seyne",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D81E05",
        "color_name": "red",
        "has_shape": true,
        "id": "0003",
        "label": "3",
        "long": "4 Ch. des Routes - Mourillon",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "06A7DC",
        "color_name": "teal",
        "has_shape": true,
        "id": "0006",
        "label": "6",
        "long": "Ripelle - Terre Promise",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5BBF21",
        "color_name": "green",
        "has_shape": true,
        "id": "0009",
        "label": "9",
        "long": "H\u00f4pital Ste Musse - C.C. Ollioules/Gare (Toulon)",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "444746",
        "color_name": "green",
        "has_shape": true,
        "id": "0010",
        "label": "10",
        "long": "Observatoire - Darbouss\u00e8des",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9C4E96",
        "color_name": "purple",
        "has_shape": true,
        "id": "0011",
        "label": "11",
        "long": "Blache - Montserrat",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D81E05",
        "color_name": "red",
        "has_shape": true,
        "id": "0012",
        "label": "12",
        "long": "Portes Oll. - La Seyne",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "0015",
        "label": "15",
        "long": "Bas Faron-Port-Libert\u00e9-Gare",
        "short": "15",
        "text_color": "D81E05",
        "type_label": "Bus"
      },
      {
        "color": "9C4E96",
        "color_name": "purple",
        "has_shape": true,
        "id": "0016",
        "label": "16",
        "long": "Moulin Premier - Maurels",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D81E04",
        "color_name": "red",
        "has_shape": true,
        "id": "0017",
        "label": "17",
        "long": "L'oratoire - Lyc\u00e9e Costebelle",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AB9ECB",
        "color_name": "gray",
        "has_shape": true,
        "id": "0018",
        "label": "18",
        "long": "Blache - Sablettes",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F77F00",
        "color_name": "orange",
        "has_shape": true,
        "id": "0020",
        "label": "20",
        "long": "Ft Rouge/Ft Blanc-Ft d'Art.",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7B2035",
        "color_name": "brown",
        "has_shape": true,
        "id": "0023",
        "label": "23",
        "long": "Gare (Toulon) - Espace 3000",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5BBF21",
        "color_name": "green",
        "has_shape": true,
        "id": "0028",
        "label": "28",
        "long": "Sablettes -  Hauts de St Mandrier",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B760",
        "color_name": "green",
        "has_shape": true,
        "id": "0029",
        "label": "29",
        "long": "Gare Routi\u00e8re (Toulon) - Lyc\u00e9e Costebelle",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F77F00",
        "color_name": "orange",
        "has_shape": true,
        "id": "0031",
        "label": "31",
        "long": "Art. de Marine - Ste Claire",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FCE016",
        "color_name": "yellow",
        "has_shape": true,
        "id": "0033",
        "label": "33",
        "long": "Navette Mourillon",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69227B",
        "color_name": "purple",
        "has_shape": true,
        "id": "0036",
        "label": "36",
        "long": "Ameniers-Ste Roseline/B.Herb.",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007B3E",
        "color_name": "green",
        "has_shape": true,
        "id": "0039",
        "label": "39",
        "long": "Gare Routi\u00e8re (Toulon) - Lyc\u00e9e Golf H\u00f4tel",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3A75C4",
        "color_name": "teal",
        "has_shape": true,
        "id": "0040",
        "label": "40",
        "long": "Mas du Faron - Super Toulon/La Barre",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5BBF21",
        "color_name": "green",
        "has_shape": true,
        "id": "0055",
        "label": "55",
        "long": "Revest/Campus La Garde - La Valette",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9AAAD7",
        "color_name": "gray",
        "has_shape": true,
        "id": "0063",
        "label": "63",
        "long": "A\u00e9roport Toulon/Hy\u00e8res - Moulin Premier",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "06A7DC",
        "color_name": "teal",
        "has_shape": true,
        "id": "0065",
        "label": "65",
        "long": "Salins - Almanarre",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F8E415",
        "color_name": "yellow",
        "has_shape": true,
        "id": "0067",
        "label": "67",
        "long": "Hy\u00e8res Centre (Joffre) - Tour Fondue",
        "short": "67",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9A5A05",
        "color_name": "brown",
        "has_shape": true,
        "id": "0068",
        "label": "68",
        "long": "Badine - Parc Chevaliers",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009BAB",
        "color_name": "teal",
        "has_shape": true,
        "id": "0070",
        "label": "70",
        "long": "Gare Routi\u00e8re (Toulon) - Bonnegr\u00e2ce",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BAD806",
        "color_name": "yellow",
        "has_shape": true,
        "id": "0072",
        "label": "72",
        "long": "Langevin - Gare (Ollioules/Sanary)",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D81E05",
        "color_name": "red",
        "has_shape": true,
        "id": "0081",
        "label": "81",
        "long": "Langevin - Le Mai / Fabregas",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F77F00",
        "color_name": "orange",
        "has_shape": true,
        "id": "0082",
        "label": "82",
        "long": "Gare (La Seyne/Six Fours) - Mont des Oiseaux/Tamaris",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F8E415",
        "color_name": "yellow",
        "has_shape": true,
        "id": "0083",
        "label": "83",
        "long": "Sablettes - Gare Ollioules/Sanary",
        "short": "83",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FA95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "0084",
        "label": "84",
        "long": "Sablettes - Reppe",
        "short": "84",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9AAAD7",
        "color_name": "gray",
        "has_shape": true,
        "id": "0087",
        "label": "87",
        "long": "Seyne Centre - Le Brusc",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FA95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "0091",
        "label": "91",
        "long": "Planquette - Oursini\u00e8res",
        "short": "91",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F77F00",
        "color_name": "orange",
        "has_shape": true,
        "id": "0092",
        "label": "92",
        "long": "Planquette - Carthage",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F8E415",
        "color_name": "yellow",
        "has_shape": true,
        "id": "0098",
        "label": "98",
        "long": "Tourrache - Terre Promise",
        "short": "98",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0A8DD6",
        "color_name": "teal",
        "has_shape": true,
        "id": "0101",
        "label": "101",
        "long": "Planquette - Gare Routi\u00e8re (Toulon)",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FA95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "0102",
        "label": "102",
        "long": "Gare Routi\u00e8re (Toulon) - A\u00e9roport Toulon Hy\u00e8res",
        "short": "102",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "444746",
        "color_name": "green",
        "has_shape": true,
        "id": "0103",
        "label": "103",
        "long": "Gare Routi\u00e8re (Toulon) - Moulin 1er/St Nicolas",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F8E415",
        "color_name": "yellow",
        "has_shape": true,
        "id": "0111",
        "label": "111",
        "long": "C\u00e9zanne - Bouzigues 2/Mus\u00e9um",
        "short": "111",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FA95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "0112",
        "label": "112",
        "long": "Beaucaire - La Marquisanne",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9C4E96",
        "color_name": "purple",
        "has_shape": true,
        "id": "011B",
        "label": "11B",
        "long": "La Baume - Blache",
        "short": "11B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F8E415",
        "color_name": "yellow",
        "has_shape": true,
        "id": "0120",
        "label": "120",
        "long": "Gare (Seyne/Six Fours) - Gare (Ollioules)",
        "short": "120",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3A75C4",
        "color_name": "teal",
        "has_shape": true,
        "id": "0129",
        "label": "129",
        "long": "De Gaulle - Gare (La Garde)",
        "short": "129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FA3114",
        "color_name": "red",
        "has_shape": true,
        "id": "0191",
        "label": "191",
        "long": "Observatoire -  CAT Vert / Tourrache / ZI Toulon Est",
        "short": "191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3A75C4",
        "color_name": "teal",
        "has_shape": true,
        "id": "18M",
        "label": "18M",
        "long": "Toulon - Sablettes",
        "short": "18M",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "003893",
        "color_name": "blue",
        "has_shape": true,
        "id": "28M",
        "label": "28M",
        "long": "Toulon - St Mandrier",
        "short": "28M",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "9AAAD7",
        "color_name": "gray",
        "has_shape": true,
        "id": "8M",
        "label": "8M",
        "long": "Toulon - La Seyne",
        "short": "8M",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "E53225",
        "color_name": "red",
        "has_shape": true,
        "id": "BN1",
        "label": "BN1",
        "long": "Vauban - Milhaud 6",
        "short": "BN1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3A75C4",
        "color_name": "teal",
        "has_shape": true,
        "id": "BN2",
        "label": "BN2",
        "long": "Navette Ste Anne - BN Milhaud 6",
        "short": "BN2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B760",
        "color_name": "green",
        "has_shape": true,
        "id": "BN3",
        "label": "BN3",
        "long": "Vauban - Milhaud 6",
        "short": "BN3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "CA01",
        "label": "CA01",
        "long": "Coll\u00e8ge Joliot Curie depuis Port Carqueiranne",
        "short": "CA01",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "CA02",
        "label": "CA02",
        "long": "Ecoles J. Ferry-M. Pagnol-St Exup\u00e9ry (Circuit 1)",
        "short": "CA02",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": true,
        "id": "CA03",
        "label": "CA03",
        "long": "Ecoles J. Ferry-M. Pagnol-St Exup\u00e9ry (Circuit 2)",
        "short": "CA03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "CR01",
        "label": "CR01",
        "long": "Ec.Mauron/Giono depuis Maraval",
        "short": "CR01",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808080",
        "color_name": "gray",
        "has_shape": true,
        "id": "CR04",
        "label": "CR04",
        "long": "Ec.L.Palazy-J.Ferry depuis Estagnol-Ch.Long",
        "short": "CR04",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "CR07",
        "label": "CR07",
        "long": "Coll\u00e8ge Fenouillet depuis Ruyt\u00e8le - Ch. Long",
        "short": "CR07",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF80",
        "color_name": "white",
        "has_shape": true,
        "id": "CR08",
        "label": "CR08",
        "long": "Coll\u00e8ge Fenouillet depuis Gen\u00e9vriers - Maraval",
        "short": "CR08",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8080",
        "color_name": "pink",
        "has_shape": true,
        "id": "CR11",
        "label": "CR11",
        "long": "La Navarre / St Joseph depuis Gare Routi\u00e8re Toulon",
        "short": "CR11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "CR23",
        "label": "CR23",
        "long": "Ecoles. M.Mauron - J.Giono depuis Goys des Fournie",
        "short": "CR23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": true,
        "id": "CR69",
        "label": "CR69",
        "long": "Coll\u00e8ge Fenouillet depuis Rd Pt Gavary",
        "short": "CR69",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "GA01",
        "label": "GA01",
        "long": "Coll\u00e8ge Bosco - Ecoles de la Garde depuis Pt Suve",
        "short": "GA01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "H18B",
        "label": "HY18B",
        "long": "Ferry-Aicard-Maintenon depuis Chemin de l'Ourse",
        "short": "HY18B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "HY01",
        "label": "HY01",
        "long": "Ecole Guynemer depuis Lyc\u00e9e Costebelle",
        "short": "HY01",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "HY02",
        "label": "HY02",
        "long": "Ecole des Borrels depuis Moulin 1er Ch. des Maures",
        "short": "HY02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "HY03",
        "label": "HY03",
        "long": "Ecole Excelsior depuis L'Oratoire VDR",
        "short": "HY03",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "22780F",
        "color_name": "green",
        "has_shape": true,
        "id": "HY09",
        "label": "HY09",
        "long": "Lyc\u00e9e Costebelle depuis Tour Fondue - Giens",
        "short": "HY09",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": true,
        "id": "HY11",
        "label": "HY11",
        "long": "Lyc\u00e9e Costebelle depuis La Crau (Maraval) - Cougou",
        "short": "HY11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C9A0DC",
        "color_name": "white",
        "has_shape": true,
        "id": "HY14",
        "label": "HY14",
        "long": "Golf H\u00f4tel-Rivi\u00e8re-Aicard-Maintenon depuis Salins",
        "short": "HY14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "791CF8",
        "color_name": "purple",
        "has_shape": true,
        "id": "HY15",
        "label": "HY15",
        "long": "Golf H\u00f4tel-Rivi\u00e8re-Aicard-Maintenon depuis Borrels",
        "short": "HY15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "HY16",
        "label": "HY16",
        "long": "Coll\u00e8ge G. Roux depuis Parking Ecole St Exup\u00e9ry",
        "short": "HY16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A76726",
        "color_name": "brown",
        "has_shape": true,
        "id": "HY17",
        "label": "HY17",
        "long": "G.Roux-J.Aicard-Maintenon depuis Giens",
        "short": "HY17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7F00",
        "color_name": "orange",
        "has_shape": true,
        "id": "HY18",
        "label": "HY18",
        "long": "Ferry-Aicard-Maintenon depuis Hameau Bernard",
        "short": "HY18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "HY56",
        "label": "HY56",
        "long": "Ecoles Iles d'Or depuis Etendard / Humbert depuis",
        "short": "HY56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "OL01",
        "label": "OL01",
        "long": "Ecoles Ollioules depuis Gare (Ollioules)",
        "short": "OL01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF4901",
        "color_name": "orange",
        "has_shape": true,
        "id": "OL02",
        "label": "OL02",
        "long": "Externat St Joseph La Cordeille depuis Siblas",
        "short": "OL02",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "OL03",
        "label": "OL03",
        "long": "La Cordeille depuis Plage Bonnegrace-M\u00e9diterran\u00e9e",
        "short": "OL03",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "RE01",
        "label": "RE01",
        "long": "Ecole La Salvatte depuis Oratoire (Revest)",
        "short": "RE01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": true,
        "id": "SF01",
        "label": "SF01",
        "long": "LEP Coudouli\u00e8re depuis Jas de Ville (Ollioules)",
        "short": "SF01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "SF02",
        "label": "SF02",
        "long": "LEP Coudouli\u00e8re depuis Gagarine (La Seyne)",
        "short": "SF02",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C9A0DC",
        "color_name": "white",
        "has_shape": true,
        "id": "SF05",
        "label": "SF05",
        "long": "LEP Coudouli\u00e8re depuis Gare Routi\u00e8re (Toulon)",
        "short": "SF05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "SF34",
        "label": "SF34",
        "long": "Coll\u00e8ges Ft Fillol et Reynier depuis Sauviou - Pru",
        "short": "SF34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DB0000",
        "color_name": "red",
        "has_shape": true,
        "id": "T",
        "label": "T",
        "long": "T\u00e9l\u00e9ph\u00e9rique du Mont Faron",
        "short": "T",
        "text_color": "FFFFFF",
        "type_label": "Aerial lift"
      },
      {
        "color": "C0C0C0",
        "color_name": "white",
        "has_shape": true,
        "id": "TL08",
        "label": "TL08",
        "long": "NDMissions - Pins d'Alep depuis Ripelle",
        "short": "TL08",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AD4F09",
        "color_name": "brown",
        "has_shape": true,
        "id": "TL09",
        "label": "TL09",
        "long": "Notre Dame des Missions depuis Ripelle",
        "short": "TL09",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E1CE9A",
        "color_name": "white",
        "has_shape": true,
        "id": "TL10",
        "label": "TL10",
        "long": "Coll\u00e8ges Pin d'Alep et Marquisanne depuis Ripelle",
        "short": "TL10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "TL11",
        "label": "TL11",
        "long": "Lyc\u00e9e Rouvi\u00e8re Toulon depuis Hy\u00e8res Centre Joffre",
        "short": "TL11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "TL1B",
        "label": "TL1BA",
        "long": "Bon Accueil depuis Bon Rencontre",
        "short": "TL1BA",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "TL1F",
        "label": "TL1FE",
        "long": "Cours F\u00e9nelon depuis Bon Rencontre",
        "short": "TL1FE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "TL2B",
        "label": "TL2BA",
        "long": "Bon Accueil depuis De Gaulle - St Jean du Var",
        "short": "TL2BA",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "096A09",
        "color_name": "green",
        "has_shape": true,
        "id": "TL2F",
        "label": "TL2FE",
        "long": "Cours F\u00e9nelon depuis De Gaulle - St Jean du Var",
        "short": "TL2FE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "79F8F8",
        "color_name": "white",
        "has_shape": true,
        "id": "TL3B",
        "label": "TL3BA",
        "long": "Bon Accueil depuis De Gaulle - Pont de Suve",
        "short": "TL3BA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": true,
        "id": "TL3F",
        "label": "TL3FE",
        "long": "Cours F\u00e9nelon depuis De Gaulle - Pont de Suve",
        "short": "TL3FE",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "TL4B",
        "label": "TL4BA",
        "long": "Bon Accueil depuis Jardin Veyret - La Palasse",
        "short": "TL4BA",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "798933",
        "color_name": "brown",
        "has_shape": true,
        "id": "TL4F",
        "label": "TL4FE",
        "long": "Cours F\u00e9nelon depuis Jardin Veyret - La Palasse",
        "short": "TL4FE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC9D44",
        "color_name": "orange",
        "has_shape": true,
        "id": "U",
        "label": "U",
        "long": "P\u00f4le d'Activit\u00e9 Toulon Est - Technop\u00f4le Mer",
        "short": "U",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0435FB",
        "color_name": "blue",
        "has_shape": true,
        "id": "VA01",
        "label": "VA01",
        "long": "Ec.Ronsard-Ar\u00e8ne-Villon-Fabi\u00e9 depuis Tourris",
        "short": "VA01",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "VA02",
        "label": "VA02",
        "long": "Ec.Ronsard-Ar\u00e8ne-Villon-Fabi\u00e9 depuis De Gaulle",
        "short": "VA02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "VA03",
        "label": "VA03",
        "long": "Coll\u00e8ge Bosco (La Garde) depuis De Gaulle (Valette",
        "short": "VA03",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 2019,
    "stop_points_capped": true
  },
  "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-08-31",
  "top_fixes": [
    {
      "code": "equal_shape_distance_diff_coordinates",
      "count": 5,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 12.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Equal shape distance diff coordinates (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "trip_distance_exceeds_shape_distance",
      "count": 4,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 12.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "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"
}
