{
  "agency": {
    "country": "FR",
    "id": "fr-pan-83326",
    "name": "R\u00e9seau urbain Amelys",
    "subdivision_code": "FR-CVL",
    "subdivision_name": "Centre-Val de Loire"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 99.0,
          "stops_marked_accessible_pct": 16.9,
          "stops_marked_not_accessible_pct": 81.5,
          "stops_stated_pct": 98.4,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 11.5,
          "stop_names": 14.9,
          "wheelchair_stops": 24.6,
          "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": 1277,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 76.4,
        "headsign_scored_pct": 76.4,
        "mixed_case_stop_name_pct": 99.6,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 806,
        "translations": {
          "feed_lang": "FR",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 1277,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 98.4,
        "wheelchair_marked_accessible_pct": 16.9,
        "wheelchair_marked_not_accessible_pct": 81.5
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 13,
          "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": 0.4,
          "severity": "WARNING",
          "what": "13 of 806 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_missing_headsigns",
          "count": 302,
          "effort": "Usually one value per route pattern in your scheduling source.",
          "fix": "Add the destination, direction, or 'via' label riders actually see to trip_headsign. Do not copy the route name. If the label changes during the trip, use stop_headsign.",
          "owner": "",
          "points": 3.5,
          "severity": "WARNING",
          "what": "302 of 1277 trips have no headsign, the text that tells riders where the bus is going.",
          "why": "When a route has multiple directions or patterns, the route name alone may not tell riders which service is coming."
        },
        {
          "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": 73.5,
      "status": "measured",
      "summary": "98% of stops state wheelchair accessibility (17% marked accessible, 82% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 8,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 8,
          "WARNING": 61006
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_timepoint_value",
          "count": 38674,
          "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": 22313,
          "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": "stop_without_stop_time",
          "count": 11,
          "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": "expired_calendar",
          "count": 4,
          "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": "route_color_contrast",
          "count": 3,
          "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": "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": "big_gap_in_service",
          "count": 7,
          "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": "feed_valid_beyond_total_service_window",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'feed_valid_beyond_total_service_window' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Feed valid beyond total service window (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 64.8,
      "status": "measured",
      "summary": "The MobilityData validator flagged 8 kinds of issue across 61014 instances (0 error, 61006 warning, 8 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 110,
        "effective_expiry_date": "2026-12-20",
        "feed_end_date": "2027-07-04",
        "feed_start_date": "2026-07-06",
        "feed_version": "20260701-105809",
        "has_feed_info": true,
        "last_service_date": "2026-12-20",
        "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 110 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 official feed URL on file."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": true,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 110 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 98% of stops and 100% of trips.",
        "key": "accessible",
        "met": true
      }
    ],
    "status": "awarded",
    "summary": "This feed earns the conformance mark: valid, current, and stating wheelchair access on nearly every stop and trip.",
    "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 CA Montargoise et Rives du Loing (AME) and the update date.",
    "reachable": true,
    "sha256": "c9678695bf5dce2fe87361f1e4743e0b2a7b459211ea7ab433b349261a583da3",
    "size_bytes": 309584,
    "source_provenance": "official",
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/39240e80-d3f4-4702-ba93-520fae414649"
  },
  "fetch": {
    "final_url": "https://static.data.gouv.fr/resources/offre-de-transports-urbain-du-reseau-amelys-gtfs/20260817-092242/gtfs-standard-06-07-2026-04-07-2027.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-09-01T00:00:00+00:00",
  "geo": {
    "bbox": [
      2.60976,
      47.906,
      2.81328,
      48.05113
    ],
    "lat": 47.99418,
    "lon": 2.73251,
    "stop_count": 806
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 26,
        "trip_count": 1277,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 26,
    "trip_count": 1277
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 6.3,
    "margin_to_next_band": 3.7,
    "score": 76.3
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 4,
      "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": "4 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (6, 7, C, 16).",
      "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_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": 528,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 11,
        "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": "11 of 528 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": 11,
    "single_stop_trips": 0,
    "trips_total": 1277
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/fr-pan-83326/geometry.geojson",
    "route_count": 26,
    "routes": [
      {
        "color": "1A8AE6",
        "color_name": "teal",
        "has_shape": false,
        "id": "1",
        "label": "1",
        "long": "Ligne 1 - CORQUILLEROY Blaise / AMILLY H\u00f4pital",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": false,
        "id": "11",
        "label": "11",
        "long": "Ligne 11 - AMILLY Cl\u00e9riceau / AMILLY Coll\u00e8ge Schuman",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": false,
        "id": "12",
        "label": "12",
        "long": "Ligne 12 - AMILLY Prieur\u00e9 / AMILLY Coll\u00e8ge Schuman",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": false,
        "id": "13",
        "label": "13",
        "long": "Ligne 13 - MORMANT Moissy / AMILLY Coll\u00e8ge Schuman",
        "short": "13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": false,
        "id": "14",
        "label": "14",
        "long": "Ligne 14 - AMILLY Amilly Stade / MONTARGIS Lyc\u00e9e en For\u00eat",
        "short": "14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": false,
        "id": "15",
        "label": "15",
        "long": "Ligne 15 - AMILLY Gros Moulin / MONTARGIS Lyc\u00e9e en For\u00eat",
        "short": "15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": false,
        "id": "16",
        "label": "16",
        "long": "Ligne 16 - MORMANT Moissy / MONTARGIS Lyc\u00e9e en For\u00eat",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8040",
        "color_name": "orange",
        "has_shape": false,
        "id": "17",
        "label": "17",
        "long": "Ligne 17 - AMILLY Saulceux / VILLEMANDEUR Le Plateau",
        "short": "17",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": false,
        "id": "2",
        "label": "2",
        "long": "Ligne 2 - CORQUILLEROY Blaise / AMILLY ZA Chesnoy",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": false,
        "id": "21",
        "label": "21",
        "long": "Ligne 21 - VIMORY Mairie / VILLEMANDEUR Coll\u00e8ge Aubrac",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": false,
        "id": "22",
        "label": "22",
        "long": "Ligne 22 - VIMORY Le Petit Marais / MONTARGIS Lyc\u00e9e en For\u00eat",
        "short": "22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "23",
        "label": "23",
        "long": "Ligne 23 - CHEVILLON-SUR-HUILLARD Marsan / VILLEMANDEUR Le Plateau",
        "short": "23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": false,
        "id": "24",
        "label": "24",
        "long": "Ligne 24 - ST-MAURICE-SUR-FESSART Pin\u00e8de / VILLEMANDEUR Le Plateau",
        "short": "24",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": false,
        "id": "3",
        "label": "3",
        "long": "Ligne 3 - MONTARGIS Mirabeau / AMILLY Stade",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "31",
        "label": "31",
        "long": "Ligne 31 - VILLEMANDEUR Coll\u00e8ge Aubrac / LOMBREUIL Mairie",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": false,
        "id": "32",
        "label": "32",
        "long": "Ligne 32 - VILLEMANDEUR Coll\u00e8ge Aubrac / CHEVILLON-SUR-HUILLARD Les Marais",
        "short": "32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": false,
        "id": "33",
        "label": "33",
        "long": "Ligne 33 - VILLEMANDEUR COll\u00e8ge Aubrac / CHEVILLON-SUR-HUILLARD Marsan",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8040",
        "color_name": "orange",
        "has_shape": false,
        "id": "4",
        "label": "4",
        "long": "Ligne 4 - MONTARGIS Mirabeau / MONTARGIS Gare",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "41",
        "label": "41",
        "long": "Ligne 41 - MONTARGIS Lyc\u00e9e en For\u00eat / LOMBREUIL Mairie",
        "short": "41",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": false,
        "id": "42",
        "label": "42",
        "long": "Ligne 42 - VILLEMANDEUR Le Plateau / CHEVILLON-SUR-HUILLARD Les Marais",
        "short": "42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": false,
        "id": "43",
        "label": "43",
        "long": "Ligne 43 - MONTARGIS Lyc\u00e9e en For\u00eat / CHEVILLON-SUR-HUILLARD Marsan",
        "short": "43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "5",
        "label": "5",
        "long": "Ligne 5 - MONTARGIS Mirabeau / AMILLY H\u00f4pital",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": false,
        "id": "6",
        "label": "6",
        "long": "Ligne 6 - PANNES Tourterelles / MONTARGIS For\u00eat",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "804000",
        "color_name": "brown",
        "has_shape": false,
        "id": "7",
        "label": "7",
        "long": "Ligne 7 - PAUCOURT Romainville / MONTARGIS Mirabeau",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": false,
        "id": "8",
        "label": "8",
        "long": "Ligne 8 - MONTARGIS Kennedy / AMILLY Antibes",
        "short": "8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0000A0",
        "color_name": "blue",
        "has_shape": false,
        "id": "C",
        "label": "C",
        "long": "Navette Coralys - MONTARGIS Office du Tourisme",
        "short": "C",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 806,
    "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_no_fare_data",
      "count": 1,
      "effort": "A small file for most flat-fare systems.",
      "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
      "owner": "",
      "points": 15.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "The feed contains no fare information.",
      "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
    },
    {
      "code": "missing_timepoint_value",
      "count": 38674,
      "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,
      "rank": 2,
      "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": 22313,
      "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,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
