{
  "agency": {
    "country": "SI",
    "id": "lpp-ljubljana",
    "name": "Ljubljanski potni\u0161ki promet (LPP)",
    "operating_note": "Slovenia's first reviewed feed record. The direct download is LPP's own live GTFS endpoint; the reuse terms are the open-data publication on OPSI.",
    "subdivision_code": "SI-061",
    "subdivision_name": "Ljubljana"
  },
  "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": 15.0,
          "headsigns": 15.0,
          "stop_names": 14.1,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "legacy",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 93.8,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 707,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 49113,
        "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": 707,
          "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": "707 of 707 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": 49113,
          "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": "49113 of 49113 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_stop_names_all_caps",
          "count": 44,
          "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": 0.9,
          "severity": "INFO",
          "what": "About 44 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."
        }
      ],
      "name": "completeness",
      "score": 51.6,
      "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 published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 8,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 0,
          "WARNING": 61627
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "mixed_case_recommended_field",
          "count": 61331,
          "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": "unusable_trip",
          "count": 252,
          "effort": "Worth a vendor question if it appears often.",
          "fix": "Check the flagged trips in your scheduling software; remove them or restore their missing stops.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some trips serve fewer than two stops.",
          "why": "A trip with one stop can't be ridden; planners ignore it and it may signal an export problem."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 25,
          "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": 6.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",
          "count": 10,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 6,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the stop order and the shape direction in your scheduling software; the shape is often drawn backwards.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "On some trips the stops fall along the route line in a different order than the schedule lists.",
          "why": "Trip planners can draw the bus doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "missing_recommended_field",
          "count": 1,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "code": "trip_coverage_not_active_for_next7_days",
          "count": 1,
          "effort": "One setting in most export tools.",
          "fix": "Trim past service periods the next time you export.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Many of the feed's trips don't run at all in the next 7 days.",
          "why": "It usually means old service periods are still in the export, making the feed bigger and harder to check."
        }
      ],
      "name": "correctness",
      "score": 54.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 8 kinds of issue across 61627 instances (0 error, 61627 warning, 0 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 30,
        "effective_expiry_date": "2026-08-17",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-08-17",
        "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": 35.0,
      "status": "measured",
      "summary": "Service data covers the next 30 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data runs out in 30 days; renew to qualify.",
        "key": "current",
        "met": false
      },
      {
        "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. Service data runs out in 30 days; renew to qualify. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY 4.0; the Ljubljana city bus GTFS is published on Slovenia's national open data portal (OPSI) by the Ministrstvo za infrastrukturo. Credit LPP and the ministry as the source.",
    "reachable": true,
    "sha256": "2c432fb6300a4d78cda21ef71650c496232db06cfcb0ee08a7d8bf3c1a3012e1",
    "size_bytes": 34027488,
    "static_url": "https://data.lpp.si/api/gtfs/feed.zip"
  },
  "fetch": {
    "final_url": "https://avl.lpp.si/transit/api/gtfs",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      14.42049,
      45.97077,
      14.74129,
      46.12712
    ],
    "lat": 46.05565,
    "lon": 14.51676,
    "stop_count": 707
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 30,
        "trip_count": 49113,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 30,
    "trip_count": 49113
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 48.5,
    "margin_to_next_band": 11.5,
    "score": 48.5
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 1,
      "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": "1 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (02).",
      "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": 8,
      "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": "8 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"C. STO\u017dICE P+R\", \"FU\u017dINE P+R\", \"LETALI\u0160KA P+R\", 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."
    }
  ],
  "routability": {
    "boardable_stops": 707,
    "findings": [
      {
        "code": "scorecard_single_stop_trips",
        "count": 252,
        "effort": "Usually an export setting or a stop_times mapping in your software.",
        "fix": "Check your scheduling export: every trip should list each stop it calls at, in order, with times.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "WARNING",
        "what": "252 of 49113 trips list fewer than two stops.",
        "why": "A trip with one stop has no leg a rider can ride; trip planners can't route anyone on it, so the service effectively does not exist."
      }
    ],
    "orphan_stops": 0,
    "single_stop_trips": 252,
    "trips_total": 49113
  },
  "route_map": {
    "drawn_route_count": 27,
    "has_shapes": true,
    "path": "data/artifacts/lpp-ljubljana/geometry.geojson",
    "route_count": 30,
    "routes": [
      {
        "color": "B23A34",
        "color_name": "red",
        "has_shape": false,
        "id": "037a22b4-0441-49b1-addb-193c8c01a8cc",
        "label": "01B",
        "long": "",
        "short": "01B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C9CC54",
        "color_name": "yellow",
        "has_shape": true,
        "id": "0a5a7470-00c6-4887-9fb2-3554a94a238a",
        "label": "13",
        "long": "",
        "short": "13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "765033",
        "color_name": "brown",
        "has_shape": true,
        "id": "0f91d4ab-08a8-430a-8c11-3b9ad7c66857",
        "label": "18L",
        "long": "",
        "short": "18L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B23A34",
        "color_name": "red",
        "has_shape": true,
        "id": "117c48be-5cb3-4030-92fc-e22371a0779f",
        "label": "01",
        "long": "",
        "short": "01",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "255D9F",
        "color_name": "teal",
        "has_shape": true,
        "id": "1e712020-d7c2-4822-beac-3ab4d3073c57",
        "label": "08",
        "long": "",
        "short": "08",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DA5894",
        "color_name": "pink",
        "has_shape": true,
        "id": "278b245a-a07f-4707-890c-abce7bcf26b2",
        "label": "14",
        "long": "",
        "short": "14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EB6147",
        "color_name": "orange",
        "has_shape": true,
        "id": "30c69c99-cf12-4a9f-9d92-42838ec17b40",
        "label": "N3",
        "long": "",
        "short": "N3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E2BB46",
        "color_name": "yellow",
        "has_shape": true,
        "id": "34f06aff-2bdd-4000-b948-44607883bee9",
        "label": "11B",
        "long": "",
        "short": "11B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EB6147",
        "color_name": "orange",
        "has_shape": true,
        "id": "45e7b114-1a75-46ad-ab11-1227d12cd2fc",
        "label": "N3B",
        "long": "",
        "short": "N3B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8B4D8F",
        "color_name": "purple",
        "has_shape": true,
        "id": "4e9cb01a-2a4e-444f-8b07-bf0e73473d6f",
        "label": "05",
        "long": "",
        "short": "05",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "47ACD1",
        "color_name": "teal",
        "has_shape": true,
        "id": "5b71a0b1-5a3b-4edf-8e0f-2bf699b3f611",
        "label": "07",
        "long": "",
        "short": "07",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D895A9",
        "color_name": "pink",
        "has_shape": true,
        "id": "5c4cd05f-95cc-4cf4-8af2-10420864b9e4",
        "label": "19B",
        "long": "",
        "short": "19B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "765033",
        "color_name": "brown",
        "has_shape": true,
        "id": "5fd00265-bb8c-4f74-92d4-0a71e0ff98f8",
        "label": "18",
        "long": "",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "829FC3",
        "color_name": "gray",
        "has_shape": true,
        "id": "65bf2397-c102-48a6-8517-f38f3e6ee8ab",
        "label": "09",
        "long": "",
        "short": "09",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7FEC30",
        "color_name": "yellow",
        "has_shape": true,
        "id": "7c736e0a-d210-473d-bed5-773310f3e06b",
        "label": "03",
        "long": "",
        "short": "03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A35CA0",
        "color_name": "purple",
        "has_shape": true,
        "id": "7f525b42-19d1-4f42-9d98-7ba43d4cf767",
        "label": "N5",
        "long": "",
        "short": "N5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B7B937",
        "color_name": "yellow",
        "has_shape": true,
        "id": "843d642e-4e15-4a4f-ac23-fd103fcc03da",
        "label": "28",
        "long": "",
        "short": "28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3A734B",
        "color_name": "green",
        "has_shape": false,
        "id": "84a75e33-3cef-4aab-8e4e-0982b97a615a",
        "label": "20Z",
        "long": "",
        "short": "20Z",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E2BB46",
        "color_name": "yellow",
        "has_shape": true,
        "id": "87f53b44-552e-496f-9c04-1bcbb7bfdfdf",
        "label": "11",
        "long": "",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC4544",
        "color_name": "red",
        "has_shape": false,
        "id": "8c6ef8a8-c204-4664-9bbf-2209ce24654f",
        "label": "N1",
        "long": "",
        "short": "N1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3A794B",
        "color_name": "green",
        "has_shape": true,
        "id": "afc4634a-6616-4002-ae8c-cc6b54a452c9",
        "label": "20",
        "long": "",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D11116",
        "color_name": "red",
        "has_shape": true,
        "id": "b2119cd5-d8dc-4f5a-9751-7e0d889b7956",
        "label": "10",
        "long": "",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6A042",
        "color_name": "yellow",
        "has_shape": true,
        "id": "b9a79ca4-13b8-4d92-9b01-33268b0090b2",
        "label": "22",
        "long": "",
        "short": "22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "88898C",
        "color_name": "gray",
        "has_shape": true,
        "id": "bde54291-6023-4c5b-9c8a-47f1409b3b1d",
        "label": "06",
        "long": "",
        "short": "06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "482972",
        "color_name": "purple",
        "has_shape": true,
        "id": "c1326a9b-f07c-41cd-a854-bfa50a31fbcf",
        "label": "16",
        "long": "",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "666666",
        "color_name": "gray",
        "has_shape": true,
        "id": "d5c3f164-5bb1-48ac-be72-4d9c44b8d76f",
        "label": "S\u017d",
        "long": "",
        "short": "S\u017d",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7F7B3F",
        "color_name": "brown",
        "has_shape": true,
        "id": "e60e0e1e-3d3f-4bd3-abd8-71ce6f3b6077",
        "label": "02",
        "long": "",
        "short": "02",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "589786",
        "color_name": "gray",
        "has_shape": true,
        "id": "ea16c288-1334-4b84-98ad-c2f84ecbda74",
        "label": "27",
        "long": "",
        "short": "27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1F1D1D",
        "color_name": "black",
        "has_shape": true,
        "id": "f1585ed4-4c77-4dec-acd4-b5064c9fb474",
        "label": "26",
        "long": "",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D4267E",
        "color_name": "pink",
        "has_shape": true,
        "id": "f1e4a2b6-2a31-44dc-b5ea-73fc8084ad80",
        "label": "24",
        "long": "",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 707,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "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-18",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 707,
      "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,
      "rank": 1,
      "severity": "WARNING",
      "what": "707 of 707 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": 49113,
      "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,
      "rank": 2,
      "severity": "WARNING",
      "what": "49113 of 49113 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_missing_feed_info_dates",
      "count": 1,
      "effort": "Two fields, set once in export settings.",
      "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
