{
  "agency": {
    "id": "spokane-transit-authority-sta",
    "name": "Spokane Transit Authority (STA)",
    "subdivision_code": "US-WA",
    "subdivision_name": "Washington"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 37.5,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 15.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": true,
          "has_products": true,
          "has_transfer_rules": true,
          "model": "v2",
          "product_count": 4
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_applicable_trips": 15677,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1689,
        "translations": {
          "feed_lang": "en",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 15677,
        "wheelchair_accessible_pct": 100.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": 1689,
          "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": "1689 of 1689 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_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": 67.5,
      "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": 19,
          "WARNING": 137
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "mixed_case_recommended_field",
          "count": 75,
          "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": "service_has_no_active_day_of_the_week",
          "count": 36,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 6.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": "stop_too_far_from_shape_using_user_distance",
          "count": 18,
          "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 streets or point riders to the wrong corner."
        },
        {
          "code": "expired_calendar",
          "count": 3,
          "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": "unusable_trip",
          "count": 3,
          "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": 4.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": "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": "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": "big_gap_in_service",
          "count": 19,
          "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."
        }
      ],
      "name": "correctness",
      "score": 63.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 8 kinds of issue across 156 instances (0 error, 137 warning, 19 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 146,
        "effective_expiry_date": "2027-01-16",
        "feed_end_date": "2027-01-16",
        "feed_start_date": "2026-05-17",
        "feed_version": "MergedMAYSEP2026v1_20260720",
        "has_feed_info": true,
        "last_service_date": "2027-01-16",
        "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 146 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": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 146 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 100% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 0% of stops and 100% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "No stated data license in the Mobility Database; verify before publishing.",
    "reachable": true,
    "sha256": "ea122e1c1eb4e1a52b72a22e962627aa7e764693b77d972d58dba25324190533",
    "size_bytes": 5093434,
    "source_provenance": "unverified",
    "static_url": "https://www.spokanetransit.com/gtfs"
  },
  "fetch": {
    "final_url": "https://www.spokanetransit.com/wp-content/uploads/2026/07/MergedMAYSEP2026v1.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-21T00:00:00+00:00",
  "geo": {
    "bbox": [
      -117.70575,
      47.47668,
      -117.07599,
      47.76888
    ],
    "lat": 47.66703,
    "lon": -117.3967,
    "stop_count": 1689
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 83,
        "trip_count": 15677,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 83,
    "trip_count": 15677
  },
  "ntd_id_alignment": {
    "detail": "This feed provides agency_id. For RY2026, keep one stable value for each NTD reporter represented in the feed and crosswalk it on the P-50 form. The value does not need to equal the five-digit NTD ID; we do not have that ID on file, so the optional equality comparison is not checked yet.",
    "feed_agency_ids": [
      "STA"
    ],
    "status": "unknown"
  },
  "ntd_readiness": {
    "pillars": [
      {
        "detail": "Published at a public URL.",
        "key": "published",
        "status": "ready"
      },
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "status": "ready"
      },
      {
        "detail": "Service data covers the next 148 days.",
        "key": "current",
        "status": "ready"
      },
      {
        "detail": "agency.txt provides agency_id. For RY2026, keep one stable value for each NTD reporter represented in the feed and crosswalk each value on the P-50 form.",
        "key": "agency_id",
        "status": "ready"
      }
    ],
    "status": "ready",
    "summary": "Published at a public URL, valid, current, and identified with agency_id: the four feed checks for RY2026 all hold here. Only your own D-10 and P-50 filings make that official; this is a heads-up, not a determination."
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 3.7,
    "margin_to_next_band": 6.3,
    "score": 73.7
  },
  "recommendations": [
    {
      "category": "fares",
      "code": "scorecard_fares_v2_no_rider_categories",
      "count": 0,
      "effort": "Usually a short file naming the discount groups you already publish.",
      "fix": "Add rider_categories.txt for the fares you already offer, then reference those categories from your fare products.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "The feed publishes fare products but no rider_categories.txt defining who qualifies for each fare.",
      "why": "Without rider categories, apps can only show the full adult fare and can't surface senior, youth, or student discounts a rider may be eligible for."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 1620,
      "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": "1620 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Appleway @ Vista\", \"Ash @ Indiana\", \"37th @ Grand\", 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."
    }
  ],
  "recompute": {
    "as_of": "2026-08-23",
    "feed_fetched_date": "2026-08-22",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 1689,
    "findings": [
      {
        "code": "scorecard_single_stop_trips",
        "count": 3,
        "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": "3 of 15677 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": 3,
    "trips_total": 15677
  },
  "route_map": {
    "drawn_route_count": 52,
    "has_shapes": true,
    "path": "data/artifacts/spokane-transit-authority-sta/geometry.geojson",
    "route_count": 83,
    "routes": [
      {
        "color": "93328E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "City Line",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "337D35",
        "color_name": "green",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "Downtown/North Bank Shuttle",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "337D35",
        "color_name": "green",
        "has_shape": true,
        "id": "12",
        "label": "12",
        "long": "Southside Medical Shuttle",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D9306E",
        "color_name": "pink",
        "has_shape": true,
        "id": "124",
        "label": "124",
        "long": "North Express",
        "short": "124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3155A6",
        "color_name": "blue",
        "has_shape": true,
        "id": "14",
        "label": "14",
        "long": "South Adams/Napa",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D9306E",
        "color_name": "pink",
        "has_shape": true,
        "id": "144",
        "label": "144",
        "long": "South Express",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4E6470",
        "color_name": "gray",
        "has_shape": true,
        "id": "173",
        "label": "173",
        "long": "VTC Express",
        "short": "173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4E6470",
        "color_name": "gray",
        "has_shape": true,
        "id": "190",
        "label": "190",
        "long": "Valley Express",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D71635",
        "color_name": "red",
        "has_shape": true,
        "id": "20",
        "label": "20",
        "long": "SFCC",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D71635",
        "color_name": "red",
        "has_shape": true,
        "id": "21",
        "label": "21",
        "long": "West Broadway",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3155A6",
        "color_name": "blue",
        "has_shape": true,
        "id": "22",
        "label": "22",
        "long": "NW Blvd",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D9306E",
        "color_name": "pink",
        "has_shape": true,
        "id": "223",
        "label": "223",
        "long": "Shadle/Indian Trail",
        "short": "223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3155A6",
        "color_name": "blue",
        "has_shape": true,
        "id": "23",
        "label": "23",
        "long": "Maple/Ash",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D9306E",
        "color_name": "pink",
        "has_shape": true,
        "id": "247",
        "label": "247",
        "long": "Lincoln Park/Ferris",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D71635",
        "color_name": "red",
        "has_shape": true,
        "id": "25",
        "label": "25",
        "long": "Division",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3155A6",
        "color_name": "blue",
        "has_shape": true,
        "id": "27",
        "label": "27",
        "long": "Crestline",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D71635",
        "color_name": "red",
        "has_shape": true,
        "id": "28",
        "label": "28",
        "long": "Nevada",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D9306E",
        "color_name": "pink",
        "has_shape": true,
        "id": "294",
        "label": "294",
        "long": "East 8th",
        "short": "294",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3155A6",
        "color_name": "blue",
        "has_shape": true,
        "id": "31",
        "label": "31",
        "long": "Minnehaha/Lidgerwood",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3155A6",
        "color_name": "blue",
        "has_shape": true,
        "id": "32",
        "label": "32",
        "long": "Trent/Montgomery",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D71635",
        "color_name": "red",
        "has_shape": true,
        "id": "33",
        "label": "33",
        "long": "Wellesley",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3155A6",
        "color_name": "blue",
        "has_shape": true,
        "id": "34",
        "label": "34",
        "long": "Freya",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "337D35",
        "color_name": "green",
        "has_shape": true,
        "id": "342",
        "label": "342",
        "long": "Fairgrounds Shuttle",
        "short": "342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "337D35",
        "color_name": "green",
        "has_shape": true,
        "id": "343",
        "label": "343",
        "long": "Bureau Fair Shuttle",
        "short": "343",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3155A6",
        "color_name": "blue",
        "has_shape": true,
        "id": "35",
        "label": "35",
        "long": "Francis/Market",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3155A6",
        "color_name": "blue",
        "has_shape": true,
        "id": "36",
        "label": "36",
        "long": "North Central",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D71635",
        "color_name": "red",
        "has_shape": true,
        "id": "4",
        "label": "4",
        "long": "Monroe-Regal",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3155A6",
        "color_name": "blue",
        "has_shape": true,
        "id": "43",
        "label": "43",
        "long": "Lincoln/37th Ave",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3155A6",
        "color_name": "blue",
        "has_shape": true,
        "id": "45",
        "label": "45",
        "long": "Perry District",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4E6470",
        "color_name": "gray",
        "has_shape": true,
        "id": "6",
        "label": "6",
        "long": "Cheney",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3155A6",
        "color_name": "blue",
        "has_shape": true,
        "id": "61",
        "label": "61",
        "long": "Highway 2/Fairchild",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3155A6",
        "color_name": "blue",
        "has_shape": true,
        "id": "62",
        "label": "62",
        "long": "Medical Lake",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3155A6",
        "color_name": "blue",
        "has_shape": true,
        "id": "63",
        "label": "63",
        "long": "Geiger/Airport",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D9306E",
        "color_name": "pink",
        "has_shape": true,
        "id": "633",
        "label": "633",
        "long": "Geiger Shuttle",
        "short": "633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3155A6",
        "color_name": "blue",
        "has_shape": true,
        "id": "65",
        "label": "65",
        "long": "Airway Heights",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4E6470",
        "color_name": "gray",
        "has_shape": true,
        "id": "66",
        "label": "66",
        "long": "EWU",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4E6470",
        "color_name": "gray",
        "has_shape": true,
        "id": "661",
        "label": "661",
        "long": "EWU Express",
        "short": "661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4E6470",
        "color_name": "gray",
        "has_shape": true,
        "id": "662",
        "label": "662",
        "long": "EWU North Express",
        "short": "662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4E6470",
        "color_name": "gray",
        "has_shape": true,
        "id": "663",
        "label": "663",
        "long": "EWU VTC Express",
        "short": "663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4E6470",
        "color_name": "gray",
        "has_shape": true,
        "id": "664",
        "label": "664",
        "long": "EWU South Hill Express",
        "short": "664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3155A6",
        "color_name": "blue",
        "has_shape": true,
        "id": "68",
        "label": "68",
        "long": "Cheney Loop",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4E6470",
        "color_name": "gray",
        "has_shape": true,
        "id": "7",
        "label": "7",
        "long": "Valley/Airport",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4E6470",
        "color_name": "gray",
        "has_shape": true,
        "id": "722",
        "label": "722",
        "long": "Liberty Lake Express",
        "short": "722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4E6470",
        "color_name": "gray",
        "has_shape": true,
        "id": "724",
        "label": "724",
        "long": "Liberty Lake Tech Express",
        "short": "724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4E6470",
        "color_name": "gray",
        "has_shape": true,
        "id": "771",
        "label": "771",
        "long": "Mirabeau Express",
        "short": "771",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D71635",
        "color_name": "red",
        "has_shape": true,
        "id": "9",
        "label": "9",
        "long": "Sprague",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3155A6",
        "color_name": "blue",
        "has_shape": true,
        "id": "93",
        "label": "93",
        "long": "Molter Loop",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3155A6",
        "color_name": "blue",
        "has_shape": true,
        "id": "94",
        "label": "94",
        "long": "East Central/Millwood",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3155A6",
        "color_name": "blue",
        "has_shape": true,
        "id": "95",
        "label": "95",
        "long": "Mid-Valley",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3155A6",
        "color_name": "blue",
        "has_shape": true,
        "id": "96",
        "label": "96",
        "long": "Pines/Sullivan",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3155A6",
        "color_name": "blue",
        "has_shape": true,
        "id": "97",
        "label": "97",
        "long": "South Valley",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3155A6",
        "color_name": "blue",
        "has_shape": true,
        "id": "98",
        "label": "98",
        "long": "Greenacres/Liberty Lake",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 1.",
        "label": "T 1.",
        "long": "Turnback",
        "short": "T 1.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 11.",
        "label": "T 11.",
        "long": "Turnback",
        "short": "T 11.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 12.",
        "label": "T 12.",
        "long": "Turnback",
        "short": "T 12.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 124.",
        "label": "T 124.",
        "long": "Turnback",
        "short": "T 124.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 144.",
        "label": "T 144.",
        "long": "Turnback",
        "short": "T 144.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 173",
        "label": "T 173",
        "long": "Turnback",
        "short": "T 173",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 190",
        "label": "T 190",
        "long": "Turnback",
        "short": "T 190",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 20.",
        "label": "T 20.",
        "long": "Turnback",
        "short": "T 20.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 21",
        "label": "T 21",
        "long": "Turnback",
        "short": "T 21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 23.",
        "label": "T 23.",
        "long": "Turnback",
        "short": "T 23.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 25.",
        "label": "T 25.",
        "long": "Turnback",
        "short": "T 25.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 27.",
        "label": "T 27.",
        "long": "Turnback",
        "short": "T 27.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 28.",
        "label": "T 28.",
        "long": "Turnback",
        "short": "T 28.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 31",
        "label": "T 31",
        "long": "Turnback",
        "short": "T 31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 4.",
        "label": "T 4.",
        "long": "Turnback",
        "short": "T 4.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 45.",
        "label": "T 45.",
        "long": "Turnback",
        "short": "T 45.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 6.",
        "label": "T 6.",
        "long": "Turnback",
        "short": "T 6.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 60.",
        "label": "T 60.",
        "long": "Turnback",
        "short": "T 60.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 61.",
        "label": "T 61.",
        "long": "Turnback",
        "short": "T 61.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 62.",
        "label": "T 62.",
        "long": "Turnback",
        "short": "T 62.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 633.",
        "label": "T 633.",
        "long": "Turnback",
        "short": "T 633.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 66.",
        "label": "T 66.",
        "long": "Turnback",
        "short": "T 66.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 661.",
        "label": "T 661.",
        "long": "Turnback",
        "short": "T 661.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 68.",
        "label": "T 68.",
        "long": "Turnback",
        "short": "T 68.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 7",
        "label": "T 7",
        "long": "Turnback",
        "short": "T 7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 722.",
        "label": "T 722.",
        "long": "Turnback",
        "short": "T 722.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 724.",
        "label": "T 724.",
        "long": "Turnback",
        "short": "T 724.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 74.",
        "label": "T 74.",
        "long": "Turnback",
        "short": "T 74.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 771.",
        "label": "T 771.",
        "long": "Turnback",
        "short": "T 771.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 9.",
        "label": "T 9.",
        "long": "Turnback",
        "short": "T 9.",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": false,
        "id": "T 94.",
        "label": "T 94.",
        "long": "Turnback",
        "short": "T 94.",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1689,
    "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"
  },
  "shapes_readiness": {
    "detail": "All 15677 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 15677,
    "trips_with_shape": 15677
  },
  "snapshot_date": "2026-08-23",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1689,
      "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": "1689 of 1689 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": "mixed_case_recommended_field",
      "count": 75,
      "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,
      "rank": 2,
      "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": "service_has_no_active_day_of_the_week",
      "count": 36,
      "effort": "A few minutes in your scheduling software.",
      "fix": "Delete the empty calendars or set their service days.",
      "owner": "Likely your export tool",
      "points": 6.0,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
