{
  "agency": {
    "id": "stark-area-regional-transit-authority-sarta",
    "name": "Stark Area Regional Transit Authority (SARTA)"
  },
  "autofix": {
    "available": true,
    "download_path": "data/artifacts/stark-area-regional-transit-authority-sarta/corrected.zip",
    "download_url": "https://d14aimrgrbaz2a.cloudfront.net/data/artifacts/stark-area-regional-transit-authority-sarta/corrected.zip",
    "fixes": [
      {
        "code": "autofix_trim_whitespace",
        "count": 2,
        "examples": [
          "'stop_desc': '0 ' -> '0'",
          "'stop_desc': '0 ' -> '0'"
        ],
        "label": "Trimmed surrounding whitespace"
      },
      {
        "code": "autofix_stop_name_case",
        "count": 1415,
        "examples": [
          "CORNERSTONE TRANSIT CENTER -> Cornerstone Transit Center",
          "MASSILLON TRANSIT CENTER -> Massillon Transit Center",
          "BELDEN VILLAGE TRANSIT CENTER -> Belden Village Transit Center"
        ],
        "label": "Recased shouting stop names"
      },
      {
        "code": "autofix_route_name_case",
        "count": 33,
        "examples": [
          "DOWNTOWN CANTON-CLEVELAND OH WADE P -> Downtown Canton-cleveland Oh Wade P",
          "BELDEN VILLAGE/STARK STATE -> Belden Village/stark State",
          "DOWNTOWN CANTON/AKRON EXPRESS -> Downtown Canton/akron Express"
        ],
        "label": "Recased shouting route names"
      }
    ],
    "total": 1450
  },
  "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": 0.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": 0.5,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1422,
        "trips": 1644,
        "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": 1422,
          "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": "1422 of 1422 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": 1644,
          "effort": "Often one default setting in your export.",
          "fix": "Set wheelchair_accessible on every trip (most small-agency fleets are 100% accessible, so this is often a single default).",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "1644 of 1644 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": 1415,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Rename stops to mixed case (e.g. 'Main St & 2nd Ave').",
          "owner": "Likely your export tool",
          "points": 14.9,
          "severity": "INFO",
          "what": "About 1415 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": "App makers and state data programs have nobody to email when they spot a problem with your feed, so problems linger."
        }
      ],
      "name": "completeness",
      "score": 37.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": 11,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 0,
          "WARNING": 3810
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "mixed_case_recommended_field",
          "count": 3088,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 463,
          "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": 8.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": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 194,
          "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": 8.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": "fast_travel_between_consecutive_stops",
          "count": 54,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a bus can.",
          "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
        },
        {
          "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": "missing_recommended_field",
          "count": 2,
          "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": "stop_too_far_from_shape",
          "count": 2,
          "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": 4.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": "feed_expiration_date7_days",
          "count": 1,
          "effort": "Usually a re-export from your scheduling software.",
          "fix": "Export and publish an updated GTFS feed that covers at least the next 30 days of service.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "This feed's service calendar runs out within the next 7 days.",
          "why": "When the calendar ends, Google Maps and other trip planners drop your agency entirely. Riders see no service at all."
        },
        {
          "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": "route_color_contrast",
          "count": 1,
          "effort": "One field per route.",
          "fix": "Pick a darker/lighter route_text_color for the flagged routes.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some route colors don't contrast with their text color.",
          "why": "Route badges get hard to read, most of all for riders with low vision."
        },
        {
          "code": "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": 40.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 11 kinds of issue across 3810 instances (0 error, 3810 warning, 0 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": -971,
        "feed_end_date": "2023-11-11",
        "feed_start_date": "2023-08-13",
        "feed_version": "AUGUST 2023_20230815",
        "has_feed_info": true,
        "last_service_date": "2023-11-11",
        "seasonal_boundary": false,
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_feed_expired",
          "count": 1,
          "effort": "Usually one export setting; export on a schedule so it never lapses again.",
          "fix": "Re-export the feed with a calendar that reaches further out, and set feed_info feed_end_date past your next service change.",
          "owner": "Likely your export tool",
          "points": 100.0,
          "severity": "ERROR",
          "what": "Service data ended 971 day(s) ago.",
          "why": "When the calendar runs out, trip planners stop showing this agency even though the buses are still running. Riders are told the service does not exist."
        }
      ],
      "name": "freshness",
      "score": 0.0,
      "status": "measured",
      "summary": "Service data ended 971 day(s) ago. Trip planners have likely already dropped this feed.",
      "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": "mirror",
    "level": "provisional",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The agency's own feed URL was unreachable, so the Mobility Database's hosted mirror copy was scored instead."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data expired 970 days ago.",
        "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 expired 970 days ago. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "No stated data license in the Mobility Database; verify before publishing.",
    "reachable": true,
    "sha256": "92b7c15d4af60f51dfebff30499918d24a4f8f11d3b26406a80fd65e6323d31c",
    "size_bytes": 824519,
    "static_url": "https://github.com/transitland/gtfs-archives-not-hosted-elsewhere/raw/master/stark-area-regional-transit-authority.zip"
  },
  "fetch": {
    "final_url": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-ohio-stark-area-regional-transit-authority-sarta-gtfs-818.zip?alt=media",
    "max_attempts": 1,
    "origin_error": "HTTPError",
    "source": "mirror",
    "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-08T00:00:00+00:00",
  "geo": {
    "bbox": [
      -81.69605,
      40.72024,
      -81.08672,
      41.51399
    ],
    "lat": 40.81323,
    "lon": -81.3843,
    "stop_count": 1422
  },
  "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": [
      "SARTA"
    ],
    "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 expired 970 days ago, so FTA would find the link out of date.",
        "key": "current",
        "status": "not_ready"
      }
    ],
    "status": "not_ready",
    "summary": "Resolve this before you certify on the D-10. Service data expired 970 days ago, so FTA would find the link out of date."
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 29.2,
    "margin_to_next_band": 30.8,
    "score": 29.2
  },
  "recommendations": [
    {
      "code": "scorecard_route_color_low_contrast",
      "count": 15,
      "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": "15 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (045, 101, 102, 105, 108, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "code": "scorecard_stop_name_needs_tts",
      "count": 1333,
      "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": "1333 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"BELDEN VILLAGE AVE AT WESTFIELD MALL\", \"HOLIDAY AND HIGBEE AVE NW\", \"WHIPPLE AVE AND 50TH ST NW\", 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": 1422,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 1644
  },
  "route_map": {
    "drawn_route_count": 33,
    "has_shapes": true,
    "path": "data/artifacts/stark-area-regional-transit-authority-sarta/geometry.geojson",
    "route_count": 33,
    "routes": [
      {
        "color": "AA5500",
        "color_name": "brown",
        "has_shape": true,
        "id": "149",
        "label": "004",
        "long": "DOWNTOWN CANTON-CLEVELAND OH WADE P",
        "short": "004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DA5358",
        "color_name": "pink",
        "has_shape": true,
        "id": "150",
        "label": "045",
        "long": "BELDEN VILLAGE/STARK STATE",
        "short": "045",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A64269",
        "color_name": "pink",
        "has_shape": true,
        "id": "151",
        "label": "081",
        "long": "DOWNTOWN CANTON/AKRON EXPRESS",
        "short": "081",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "152",
        "label": "101",
        "long": "HARMONT WALMART - DOWNTOWN CANTON",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC6600",
        "color_name": "orange",
        "has_shape": true,
        "id": "153",
        "label": "102",
        "long": "DOWNTOWN CANTON - DOWNTOWN MASSILLO",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "322E7F",
        "color_name": "blue",
        "has_shape": true,
        "id": "154",
        "label": "103",
        "long": "PLAIN TWP - DOWNTOWN CANTON",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8E57EB",
        "color_name": "purple",
        "has_shape": true,
        "id": "155",
        "label": "105",
        "long": "BELDEN VILLAGE - DOWNTOWN CANTON",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "83D9F7",
        "color_name": "white",
        "has_shape": true,
        "id": "156",
        "label": "106",
        "long": "DOWNTOWN CANTON - BELDEN VILLAGE",
        "short": "106",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "5361AB",
        "color_name": "blue",
        "has_shape": true,
        "id": "157",
        "label": "107",
        "long": "DOWNTOWN CANTON - EAST CANTON",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4CA583",
        "color_name": "gray",
        "has_shape": true,
        "id": "158",
        "label": "108",
        "long": "DOWNTOWN CANTON-WASHINGTON SQUARE",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E759EC",
        "color_name": "pink",
        "has_shape": true,
        "id": "159",
        "label": "110",
        "long": "SHERRICK WARNER-DOWNTOWN CANTON",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5B8546",
        "color_name": "green",
        "has_shape": true,
        "id": "160",
        "label": "111",
        "long": "DOWNTOWN CANTON-HARMONT WALMART",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "538087",
        "color_name": "gray",
        "has_shape": true,
        "id": "161",
        "label": "113",
        "long": "DOWNTOWN CANTON - SOUTHWAY IND",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5D69D9",
        "color_name": "blue",
        "has_shape": true,
        "id": "162",
        "label": "114",
        "long": "SOUTHGATE-DOWNTOWN CANTON",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "914757",
        "color_name": "brown",
        "has_shape": true,
        "id": "163",
        "label": "117",
        "long": "DOWNTOWN CANTON - FAIRGROUNDS",
        "short": "117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "80544E",
        "color_name": "brown",
        "has_shape": true,
        "id": "164",
        "label": "118",
        "long": "DOWNTOWN CANTON - PERRY HILLS",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6A488A",
        "color_name": "purple",
        "has_shape": true,
        "id": "165",
        "label": "119",
        "long": "DOWNTOWN CANTON - FRAZER",
        "short": "119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9659B8",
        "color_name": "purple",
        "has_shape": true,
        "id": "166",
        "label": "121",
        "long": "BELDEN VILLAGE - N CANTON IND PARK",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B2F757",
        "color_name": "yellow",
        "has_shape": true,
        "id": "167",
        "label": "122",
        "long": "DOWNTOWN MASSILLON - FINEFROCK",
        "short": "122",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "78D85D",
        "color_name": "gray",
        "has_shape": true,
        "id": "168",
        "label": "124",
        "long": "DOWNTOWN MASSILLON - WALNUT HILLS",
        "short": "124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E7E581",
        "color_name": "white",
        "has_shape": true,
        "id": "169",
        "label": "125",
        "long": "DOWNTOWN MASSILLON - BELDEN VILLAGE",
        "short": "125",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "77F7CA",
        "color_name": "white",
        "has_shape": true,
        "id": "170",
        "label": "126",
        "long": "DOWNTOWN MASSILLON - ROLLING HILLS",
        "short": "126",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DF9399",
        "color_name": "pink",
        "has_shape": true,
        "id": "171",
        "label": "128",
        "long": "DOWNTOWN MASSILLON - MENARDS",
        "short": "128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A3F499",
        "color_name": "white",
        "has_shape": true,
        "id": "172",
        "label": "130",
        "long": "DOWNTOWN ALLIANCE - GASKILL",
        "short": "130",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "53F08C",
        "color_name": "gray",
        "has_shape": true,
        "id": "173",
        "label": "131",
        "long": "DOWNTOWN ALLIANCE - WALMART",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F46499",
        "color_name": "pink",
        "has_shape": true,
        "id": "174",
        "label": "132",
        "long": "DOWNTOWN ALLIANCE - COLLEGE PLAZA",
        "short": "132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8CFB",
        "color_name": "white",
        "has_shape": true,
        "id": "175",
        "label": "133",
        "long": "DOWNTOWN ALLIANCE / WEST STATE & FR",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F4CEA1",
        "color_name": "white",
        "has_shape": true,
        "id": "176",
        "label": "139",
        "long": "DOWNTOWN CANTON - LOUISVILLE ALLIAN",
        "short": "139",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7F7A37",
        "color_name": "brown",
        "has_shape": true,
        "id": "177",
        "label": "151",
        "long": "NORTH LATE NIGHT LOOP",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "178",
        "label": "152",
        "long": "WEST LATE NIGHT LOOP",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "796453",
        "color_name": "brown",
        "has_shape": true,
        "id": "179",
        "label": "153",
        "long": "EAST LATE NIGHT LOOP",
        "short": "153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F46499",
        "color_name": "pink",
        "has_shape": true,
        "id": "180",
        "label": "157",
        "long": "MASSILLON/NAVARRE INDUSTRIAL",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "17FF3E",
        "color_name": "green",
        "has_shape": true,
        "id": "181",
        "label": "158",
        "long": "COMMUNITY CIRCULATOR",
        "short": "158",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1422,
    "stop_points_capped": false
  },
  "rubric_version": "1.1",
  "schema_version": "1.7",
  "shapes_readiness": {
    "detail": "All 1644 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 1644,
    "trips_with_shape": 1644
  },
  "snapshot_date": "2026-07-09",
  "top_fixes": [
    {
      "code": "scorecard_feed_expired",
      "count": 1,
      "effort": "Usually one export setting; export on a schedule so it never lapses again.",
      "fix": "Re-export the feed with a calendar that reaches further out, and set feed_info feed_end_date past your next service change.",
      "owner": "Likely your export tool",
      "points": 100.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Service data ended 971 day(s) ago.",
      "why": "When the calendar runs out, trip planners stop showing this agency even though the buses are still running. Riders are told the service does not exist."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1422,
      "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": 2,
      "severity": "WARNING",
      "what": "1422 of 1422 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": 1644,
      "effort": "Often one default setting in your export.",
      "fix": "Set wheelchair_accessible on every trip (most small-agency fleets are 100% accessible, so this is often a single default).",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "1644 of 1644 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."
    }
  ],
  "validator_version": "8.0.1"
}
