{
  "agency": {
    "country": "FR",
    "id": "fr-pan-83821",
    "name": "Transport scolaire SCOL'TUS",
    "subdivision_code": "FR-HDF",
    "subdivision_name": "Hauts-de-France"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 0.6,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 3.7,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 379,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 120,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 379,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "379 of 379 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": 120,
          "effort": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "120 of 120 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_stop_names_all_caps",
          "count": 365,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Rename stops to mixed case where the language has letter case (for example, 'Central Station').",
          "owner": "Likely your export tool",
          "points": 14.4,
          "severity": "INFO",
          "what": "About 365 stop names are written in ALL CAPS.",
          "why": "Mixed-case names are easier to read in apps and are read more naturally by screen readers."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        },
        {
          "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": 23.1,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 11,
        "instances_by_severity": {
          "ERROR": 21,
          "INFO": 22,
          "WARNING": 1320
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "equal_shape_distance_diff_coordinates",
          "count": 16,
          "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": 18.0,
          "severity": "ERROR",
          "what": "Equal shape distance diff coordinates (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_required_field",
          "count": 4,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_required_field' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Missing required field (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "point_near_origin",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'point_near_origin' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Point near origin (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_timepoint_value",
          "count": 915,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_timepoint_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Missing timepoint value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 374,
          "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": 8.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": "stop_without_stop_time",
          "count": 28,
          "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": "leading_or_trailing_whitespaces",
          "count": 2,
          "effort": "Usually one export setting.",
          "fix": "Trim leading and trailing spaces on export. The scorecard's auto-fixed copy already does this.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some values have extra spaces at the start or end.",
          "why": "A stray space can break a match, so a stop or route may fail to link across files."
        },
        {
          "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": "big_gap_in_service",
          "count": 15,
          "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": "unused_station",
          "count": 6,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unused_station' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Unused station (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_file",
          "count": 1,
          "effort": "A quick look at the flagged file.",
          "fix": "Check the flagged file name for a typo of a standard GTFS file. Remove it if it is a vendor extra.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed includes a file that is not part of the GTFS spec.",
          "why": "Apps ignore files they don't know, and a stray file can hide a misspelled standard file name."
        }
      ],
      "name": "correctness",
      "score": 26.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 11 kinds of issue across 1363 instances (21 error, 1320 warning, 22 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 191,
        "effective_expiry_date": "2027-01-31",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2027-01-31",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (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 191 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": "3 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 191 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 3 validator errors to resolve. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0 (Etalab), recorded by France's National Access Point; reuse including commercial reuse is permitted with attribution to Syndicat intercommunal des Transports Urbains Soissonnais and the update date.",
    "reachable": true,
    "sha256": "4074d2867c268a20d35712e7b41b32bb00e5dbcc0968ce05a6da7e4ba3a91fb3",
    "size_bytes": 26861,
    "static_url": "https://transport.data.gouv.fr/resources/83821/download"
  },
  "fetch": {
    "final_url": "https://static.data.gouv.fr/resources/transport-scolaire-scoltus/20260623-075055/scol-tus-scoltus-v11-gtfs-2026-06-23-09-49-54.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": [
      3.18035,
      3.32184,
      49.376,
      49.45989
    ],
    "lat": 49.38265,
    "lon": 3.32684,
    "stop_count": 378
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 54,
        "trip_count": 120,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 54,
    "trip_count": 120
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 39.8,
    "margin_to_next_band": 20.2,
    "score": 39.8
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 13,
      "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": "13 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (L4 flexitus, L7 flexitus, L101, L102, L103, 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": 5,
      "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": "5 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Tivoli A / CROUY\", \"Tivoli R / CROUY\", \"Tivoli A / CROUY\", 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": 216,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 28,
        "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": "28 of 216 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": 28,
    "single_stop_trips": 0,
    "trips_total": 120
  },
  "route_map": {
    "drawn_route_count": 53,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-83821/geometry.geojson",
    "route_count": 54,
    "routes": [
      {
        "color": "008E8E",
        "color_name": "teal",
        "has_shape": true,
        "id": "L4-FLEXITUS",
        "label": "L4 flexitus",
        "long": "Ligne 4 Scol'Tus",
        "short": "L4 flexitus",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008E8E",
        "color_name": "teal",
        "has_shape": true,
        "id": "L7FLEXITUS",
        "label": "L7 flexitus",
        "long": "Ligne 7 Scol'Tus",
        "short": "L7 flexitus",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008E8E",
        "color_name": "teal",
        "has_shape": true,
        "id": "Ligne_101",
        "label": "L101",
        "long": "Ligne 101",
        "short": "L101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008E8E",
        "color_name": "teal",
        "has_shape": true,
        "id": "Ligne_102",
        "label": "L102",
        "long": "Ligne 102",
        "short": "L102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008E8E",
        "color_name": "teal",
        "has_shape": true,
        "id": "Ligne_103",
        "label": "L103",
        "long": "Ligne 103",
        "short": "L103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008E8E",
        "color_name": "teal",
        "has_shape": true,
        "id": "Ligne_104",
        "label": "L104",
        "long": "Ligne 104",
        "short": "L104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008E8E",
        "color_name": "teal",
        "has_shape": true,
        "id": "Ligne_105",
        "label": "L105",
        "long": "Ligne 105",
        "short": "L105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008E8E",
        "color_name": "teal",
        "has_shape": true,
        "id": "Ligne_106",
        "label": "L106",
        "long": "Ligne 106",
        "short": "L106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ED7F10",
        "color_name": "orange",
        "has_shape": true,
        "id": "Ligne_1N",
        "label": "L1N",
        "long": "Ligne 1N",
        "short": "L1N",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE2916",
        "color_name": "red",
        "has_shape": true,
        "id": "Ligne_200",
        "label": "L200",
        "long": "Ligne 200",
        "short": "L200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2916",
        "color_name": "red",
        "has_shape": true,
        "id": "Ligne_201",
        "label": "L201",
        "long": "Ligne 201",
        "short": "L201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "Ligne_202",
        "label": "L202",
        "long": "Ligne 202",
        "short": "L202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2916",
        "color_name": "red",
        "has_shape": true,
        "id": "Ligne_203",
        "label": "L203",
        "long": "Ligne 203",
        "short": "L203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2916",
        "color_name": "red",
        "has_shape": true,
        "id": "Ligne_204",
        "label": "L204",
        "long": "Ligne 204",
        "short": "L204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2916",
        "color_name": "red",
        "has_shape": true,
        "id": "Ligne_205",
        "label": "L205",
        "long": "Ligne 205",
        "short": "L205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2916",
        "color_name": "red",
        "has_shape": true,
        "id": "Ligne_206",
        "label": "L206",
        "long": "Ligne 206",
        "short": "L206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2916",
        "color_name": "red",
        "has_shape": true,
        "id": "Ligne_207",
        "label": "L207",
        "long": "Ligne 207",
        "short": "L207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2916",
        "color_name": "red",
        "has_shape": true,
        "id": "Ligne_209",
        "label": "L209",
        "long": "Ligne 209",
        "short": "L209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2916",
        "color_name": "red",
        "has_shape": true,
        "id": "Ligne_210",
        "label": "L210",
        "long": "Ligne 210",
        "short": "L210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2916",
        "color_name": "red",
        "has_shape": true,
        "id": "Ligne_211",
        "label": "L211",
        "long": "Ligne 211",
        "short": "L211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2916",
        "color_name": "red",
        "has_shape": true,
        "id": "Ligne_212",
        "label": "L212",
        "long": "Ligne 212",
        "short": "L212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2916",
        "color_name": "red",
        "has_shape": true,
        "id": "Ligne_213",
        "label": "L213",
        "long": "Ligne 213",
        "short": "L213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2916",
        "color_name": "red",
        "has_shape": false,
        "id": "Ligne_214",
        "label": "L214",
        "long": "Ligne 214",
        "short": "L214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2916",
        "color_name": "red",
        "has_shape": true,
        "id": "Ligne_215",
        "label": "L215",
        "long": "Ligne 215",
        "short": "L215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ED7F10",
        "color_name": "orange",
        "has_shape": true,
        "id": "Ligne_2N",
        "label": "L2N",
        "long": "Ligne 2N",
        "short": "L2N",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_300",
        "label": "L300",
        "long": "Ligne 300",
        "short": "L300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_301",
        "label": "L301",
        "long": "Ligne 301",
        "short": "L301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_302",
        "label": "L302",
        "long": "Ligne 302",
        "short": "L302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_303",
        "label": "L303",
        "long": "Ligne 303",
        "short": "L303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_304",
        "label": "L304",
        "long": "Ligne 304",
        "short": "L304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_305",
        "label": "L305",
        "long": "Ligne 305",
        "short": "L305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_306",
        "label": "L306",
        "long": "Ligne 306",
        "short": "L306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_307",
        "label": "L307",
        "long": "Ligne 307",
        "short": "L307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_308",
        "label": "L308",
        "long": "Ligne 308",
        "short": "L308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_309",
        "label": "L309",
        "long": "Ligne 309",
        "short": "L309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_310",
        "label": "L310",
        "long": "Ligne 310",
        "short": "L310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_311",
        "label": "L311",
        "long": "Ligne 311",
        "short": "L311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_312",
        "label": "L312",
        "long": "Ligne 312",
        "short": "L312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_313",
        "label": "L313",
        "long": "Ligne 313",
        "short": "L313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_314",
        "label": "L314",
        "long": "Ligne 314",
        "short": "L314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_315",
        "label": "L315",
        "long": "Ligne 315",
        "short": "L315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_316",
        "label": "L316",
        "long": "Ligne 316",
        "short": "L316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_317",
        "label": "L317",
        "long": "Ligne 317",
        "short": "L317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_318",
        "label": "L318",
        "long": "Ligne 318",
        "short": "L318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_319",
        "label": "L319",
        "long": "Ligne 319",
        "short": "L319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_320",
        "label": "L320",
        "long": "Ligne 320",
        "short": "L320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_321",
        "label": "L321",
        "long": "Ligne 321",
        "short": "L321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_322",
        "label": "L322",
        "long": "Ligne 322",
        "short": "L322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AE642D",
        "color_name": "brown",
        "has_shape": true,
        "id": "Ligne_323",
        "label": "L323",
        "long": "Ligne 323",
        "short": "L323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ED7F10",
        "color_name": "orange",
        "has_shape": true,
        "id": "Ligne_3N",
        "label": "L3N",
        "long": "Ligne 3N",
        "short": "L3N",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1E7FCB",
        "color_name": "teal",
        "has_shape": true,
        "id": "Ligne_400",
        "label": "L400",
        "long": "Ligne 400",
        "short": "L400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1E7FCB",
        "color_name": "teal",
        "has_shape": true,
        "id": "Ligne_401",
        "label": "L401",
        "long": "Ligne 401",
        "short": "L401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1E7FCB",
        "color_name": "teal",
        "has_shape": true,
        "id": "Ligne_402",
        "label": "L402",
        "long": "Ligne 402",
        "short": "L402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3A9D23",
        "color_name": "green",
        "has_shape": true,
        "id": "Ligne_500",
        "label": "L500",
        "long": "Ligne 500",
        "short": "L500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 378,
    "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": "equal_shape_distance_diff_coordinates",
      "count": 16,
      "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": 18.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": "missing_required_field",
      "count": 4,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'missing_required_field' 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": "Missing required field (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "point_near_origin",
      "count": 1,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'point_near_origin' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 12.0,
      "rank": 3,
      "severity": "ERROR",
      "what": "Point near origin (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    }
  ],
  "validator_version": "8.0.1"
}
