{
  "agency": {
    "id": "spokane-transit-authority-sta",
    "name": "Spokane Transit Authority (STA)"
  },
  "autofix": {
    "available": true,
    "download_path": "data/artifacts/spokane-transit-authority-sta/corrected.zip",
    "fixes": [
      {
        "code": "autofix_trim_whitespace",
        "count": 28,
        "examples": [
          "'stop_desc': '0 ' -> '0'",
          "'stop_desc': '0 ' -> '0'",
          "'stop_desc': '0 ' -> '0'"
        ],
        "label": "Trimmed surrounding whitespace"
      },
      {
        "code": "autofix_route_name_case",
        "count": 1,
        "examples": [
          "SFCC -> Sfcc"
        ],
        "label": "Recased shouting route names"
      }
    ],
    "total": 29
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 100.0,
          "stops_marked_accessible_pct": 96.4,
          "stops_marked_not_accessible_pct": 3.6,
          "stops_stated_pct": 100.0,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 25.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_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": 1665,
        "trips": 8396,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 100.0,
        "wheelchair_marked_accessible_pct": 96.4,
        "wheelchair_marked_not_accessible_pct": 3.6
      },
      "findings": [
        {
          "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 with your feed, so problems linger."
        }
      ],
      "name": "completeness",
      "score": 92.5,
      "status": "measured",
      "summary": "100% of stops state wheelchair accessibility (96% marked accessible, 4% 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": 10,
          "WARNING": 77
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "mixed_case_recommended_field",
          "count": 43,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "service_has_no_active_day_of_the_week",
          "count": 21,
          "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": 9,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stop_too_far_from_shape_using_user_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Stop too far from shape using user distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "expired_calendar",
          "count": 1,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_feed_contact_email_and_url' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Missing feed contact email and url (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "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": "unusable_trip",
          "count": 1,
          "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": "big_gap_in_service",
          "count": 10,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'big_gap_in_service' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Big gap in service (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 65.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 8 kinds of issue across 87 instances (0 error, 77 warning, 10 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 72,
        "feed_end_date": "2026-09-19",
        "feed_start_date": "2026-05-17",
        "feed_version": "MAY2026v3_20260521",
        "has_feed_info": true,
        "last_service_date": "2026-09-19",
        "seasonal_boundary": false,
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 72 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": true,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 76 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 100% 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."
  },
  "feed": {
    "license_note": "No stated data license in the Mobility Database; verify before publishing.",
    "reachable": true,
    "sha256": "beb4539e6a6062ffe9d933abb49007efe0414520e1c64a2536ba9f6163c8fea7",
    "size_bytes": 2493830,
    "static_url": "https://www.spokanetransit.com/gtfs"
  },
  "fetch": {
    "final_url": "https://www.spokanetransit.com/gtfs",
    "max_attempts": 4,
    "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-05T00:00:00+00:00",
  "geo": {
    "bbox": [
      -117.70575,
      47.47668,
      -117.07599,
      47.76888
    ],
    "lat": 47.66663,
    "lon": -117.39685,
    "stop_count": 1665
  },
  "ntd_id_alignment": {
    "detail": "Setting your GTFS agency_id to your five-digit NTD ID is an optional way to line a feed up with its National Transit Database record. FTA links the two on your P-50 form, so it is not a required feed change. We don't have your NTD ID on file, so this 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 76 days.",
        "key": "current",
        "status": "ready"
      }
    ],
    "status": "ready",
    "summary": "Published at a public URL, valid, and current: the three things the NTD GTFS requirement asks of a feed all hold here. Only your own D-10 certification makes that official; this is a heads-up, not a determination."
  },
  "overall": {
    "grade": "B",
    "margin_to_lower_band": 2.4,
    "margin_to_next_band": 7.6,
    "score": 82.4
  },
  "recommendations": [
    {
      "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."
    },
    {
      "code": "scorecard_stop_name_needs_tts",
      "count": 1596,
      "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": "1596 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Washington @ North River Drive\", \"5th @ Deaconess Hospital\", \"6th @ Stevens\", 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-07-09",
    "feed_fetched_date": "2026-07-08",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 1665,
    "findings": [
      {
        "code": "scorecard_single_stop_trips",
        "count": 1,
        "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": "1 of 8396 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": 1,
    "trips_total": 8396
  },
  "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": 1665,
    "stop_points_capped": false
  },
  "rubric_version": "1.1",
  "schema_version": "1.7",
  "shapes_readiness": {
    "detail": "All 8396 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 8396,
    "trips_with_shape": 8396
  },
  "snapshot_date": "2026-07-09",
  "top_fixes": [
    {
      "code": "mixed_case_recommended_field",
      "count": 43,
      "effort": "Often a bulk fix in your scheduling software.",
      "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
      "owner": "Likely your export tool",
      "points": 6.0,
      "rank": 1,
      "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": 21,
      "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": 2,
      "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": 9,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'stop_too_far_from_shape_using_user_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 6.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "Stop too far from shape using user distance (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    }
  ],
  "validator_version": "8.0.1"
}
