{
  "agency": {
    "id": "trimet-portland-streetcar",
    "name": "TriMet, Portland Streetcar"
  },
  "autofix": {
    "available": true,
    "download_path": "data/artifacts/trimet-portland-streetcar/corrected.zip",
    "fixes": [
      {
        "code": "autofix_trim_whitespace",
        "count": 74,
        "examples": [
          "'stop_name': 'W Burnside & SW 21st ' -> 'W Burnside & SW 21st'",
          "'tts_stop_name': 'west burnside & southwest 21st ' -> 'west burnside & southwest 21st'",
          "'stop_name': '14100 Block NW Cornell ' -> '14100 Block NW Cornell'"
        ],
        "label": "Trimmed surrounding whitespace"
      }
    ],
    "total": 74
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 100.0,
          "stops_marked_accessible_pct": 100.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 100.0,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 15.0,
          "headsigns": 0.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": 39
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_pct": 0.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 6478,
        "trips": 93055,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 100.0,
        "wheelchair_marked_accessible_pct": 100.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_missing_headsigns",
          "count": 93055,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Populate trip_headsign to match what the bus displays.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "93055 of 93055 trips have no headsign.",
          "why": "Riders at the stop can't tell which direction a bus is going."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 85.0,
      "status": "measured",
      "summary": "100% of stops state wheelchair accessibility (100% 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": 10,
        "instances_by_severity": {
          "ERROR": 908,
          "INFO": 13,
          "WARNING": 62
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "block_trips_with_overlapping_stop_times",
          "count": 908,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'block_trips_with_overlapping_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Block trips with overlapping stop times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "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": "expired_calendar",
          "count": 18,
          "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": 6.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already expired.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 9,
          "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": "duplicate_route_name",
          "count": 8,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "same_route_and_agency_url",
          "count": 4,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'same_route_and_agency_url' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Same route and agency url (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 2,
          "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": 4.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": "unknown_column",
          "count": 6,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        },
        {
          "code": "big_gap_in_service",
          "count": 4,
          "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.5,
          "severity": "INFO",
          "what": "Big gap in service (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_file",
          "count": 3,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unknown_file' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Unknown file (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 42.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 983 instances (908 error, 62 warning, 13 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 142,
        "feed_end_date": "2026-11-28",
        "feed_start_date": "2026-05-31",
        "feed_version": "20260531-20260701-2100",
        "has_feed_info": true,
        "last_service_date": "2026-11-28",
        "seasonal_boundary": false,
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 142 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "This agency publishes realtime, but the feed needs an access key we don't have yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 149 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 100% of stops and 100% of trips.",
        "key": "accessible",
        "met": true
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 1 validator error to resolve."
  },
  "feed": {
    "license_note": "No stated data license in the Mobility Database; verify before publishing.",
    "reachable": true,
    "sha256": "d5b0ba95776de3459a63ffb019715b92dd967c0e5c46cf7edd56d199bbb66e22",
    "size_bytes": 51779312,
    "static_url": "http://developer.trimet.org/schedule/gtfs.zip"
  },
  "generated_at": "2026-07-02T00:00:00+00:00",
  "geo": {
    "bbox": [
      -123.11545,
      45.28522,
      -122.33305,
      45.63773
    ],
    "lat": 45.50396,
    "lon": -122.64958,
    "stop_count": 6478
  },
  "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": [
      "PSC",
      "TRAM",
      "TRIMET"
    ],
    "status": "unknown"
  },
  "ntd_readiness": {
    "pillars": [
      {
        "detail": "Published at a public URL.",
        "key": "published",
        "status": "ready"
      },
      {
        "detail": "1 validator error to resolve.",
        "key": "valid",
        "status": "at_risk"
      },
      {
        "detail": "Service data covers the next 149 days.",
        "key": "current",
        "status": "ready"
      }
    ],
    "status": "at_risk",
    "summary": "This feed is close to NTD-ready. 1 validator error to resolve."
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 0.0,
    "margin_to_next_band": 10.0,
    "score": 70.0
  },
  "recommendations": [
    {
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "recompute": {
    "as_of": "2026-07-09",
    "feed_fetched_date": "2026-07-08",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 6410,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 93055
  },
  "route_map": {
    "drawn_route_count": 112,
    "has_shapes": true,
    "path": "data/artifacts/trimet-portland-streetcar/geometry.geojson",
    "route_count": 112,
    "routes": [
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "Vermont",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "10",
        "label": "10",
        "long": "Harold St",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1359AE",
        "color_name": "teal",
        "has_shape": true,
        "id": "100",
        "label": "MAX Blue Line",
        "long": "MAX Blue Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "10a",
        "label": "10",
        "long": "Steele",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "Rivergate/Marine Dr",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "12",
        "label": "12",
        "long": "Barbur/Sandy Blvd",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "14",
        "label": "14",
        "long": "Hawthorne/Foster",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "Belmont/NW 23rd",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "152",
        "label": "152",
        "long": "Milwaukie",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "153",
        "label": "153",
        "long": "Stafford/Salamo",
        "short": "153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "155",
        "label": "155",
        "long": "Sunnyside",
        "short": "155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "156",
        "label": "156",
        "long": "Mather Rd",
        "short": "156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "15a",
        "label": "15",
        "long": "Belmont/NW 23rd",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "Front Ave/St Helens Rd",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "16a",
        "label": "16",
        "long": "NW Front Ave",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "17",
        "label": "17",
        "long": "Holgate/Broadway",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "17a",
        "label": "17",
        "long": "Holgate/NE 33rd",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "18",
        "label": "18",
        "long": "Hillside",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "19",
        "label": "19",
        "long": "Woodstock/Glisan",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFC52F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "190",
        "label": "MAX Yellow Line",
        "long": "MAX Yellow Line",
        "short": "",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "72A130",
        "color_name": "brown",
        "has_shape": true,
        "id": "193",
        "label": "NS",
        "long": "Portland Streetcar - NS Line",
        "short": "NS",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "D91965",
        "color_name": "red",
        "has_shape": true,
        "id": "194",
        "label": "A",
        "long": "Portland Streetcar - A Loop",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "4650BE",
        "color_name": "blue",
        "has_shape": true,
        "id": "195",
        "label": "B",
        "long": "Portland Streetcar - B Loop",
        "short": "B",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "19a",
        "label": "19",
        "long": "Glisan/Canyon Rd",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "61A60E",
        "color_name": "brown",
        "has_shape": true,
        "id": "2",
        "label": "FX2",
        "long": "Division",
        "short": "FX2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "20",
        "label": "20",
        "long": "Burnside/Stark",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008342",
        "color_name": "green",
        "has_shape": true,
        "id": "200",
        "label": "MAX Green Line",
        "long": "MAX Green Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "008342",
        "color_name": "green",
        "has_shape": true,
        "id": "200a",
        "label": "MAX Green Line",
        "long": "MAX Green Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "6E6E6E",
        "color_name": "gray",
        "has_shape": true,
        "id": "203",
        "label": "WES Commuter Rail",
        "long": "WES Commuter Rail",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "898E91",
        "color_name": "gray",
        "has_shape": true,
        "id": "208",
        "label": "Portland Aerial Tram",
        "long": "Portland Aerial Tram",
        "short": "",
        "text_color": "000000",
        "type_label": "Aerial lift"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "20a",
        "label": "20",
        "long": "Burnside/Stark",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "21",
        "label": "21",
        "long": "Sandy Blvd/223rd",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D05F27",
        "color_name": "orange",
        "has_shape": true,
        "id": "213",
        "label": "MAX Orange Line Shuttle",
        "long": "MAX Orange Line Shuttle",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "22",
        "label": "22",
        "long": "Parkrose",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "23",
        "label": "23",
        "long": "San Rafael",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "24",
        "label": "24",
        "long": "Fremont/NW 18th",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "25",
        "label": "25",
        "long": "Glisan/Troutdale Rd",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "26",
        "label": "26",
        "long": "Thurman/NW 18th",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1359AE",
        "color_name": "teal",
        "has_shape": true,
        "id": "287",
        "label": "287",
        "long": "Blue Eastside Bus",
        "short": "287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1359AE",
        "color_name": "teal",
        "has_shape": true,
        "id": "288",
        "label": "288",
        "long": "Blue Westside Bus",
        "short": "288",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "29",
        "label": "29",
        "long": "Lake/Webster Rd",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D05F27",
        "color_name": "orange",
        "has_shape": true,
        "id": "290",
        "label": "MAX Orange Line",
        "long": "MAX Orange Line",
        "short": "",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "D05F27",
        "color_name": "orange",
        "has_shape": true,
        "id": "291",
        "label": "291",
        "long": "Orange Bus",
        "short": "291",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C41F3E",
        "color_name": "red",
        "has_shape": true,
        "id": "292",
        "label": "292",
        "long": "Red Bus",
        "short": "292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFC52F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "293",
        "label": "293",
        "long": "Yellow Bus",
        "short": "293",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "29a",
        "label": "29",
        "long": "International Way",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "30",
        "label": "30",
        "long": "Estacada",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "31",
        "label": "31",
        "long": "Webster Rd",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "31a",
        "label": "31",
        "long": "Webster/Beavercreek",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "32",
        "label": "32",
        "long": "Oatfield",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "33",
        "label": "33",
        "long": "McLoughlin/King Rd",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "33a",
        "label": "33",
        "long": "McLoughlin/King Rd",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "34",
        "label": "34",
        "long": "Linwood/River Rd",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "34a",
        "label": "34",
        "long": "Oatfield/River Rd",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "35",
        "label": "35",
        "long": "Macadam/Greeley",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "37",
        "label": "37",
        "long": "Lake Grove",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "38",
        "label": "38",
        "long": "Boones Ferry Rd",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "39",
        "label": "39",
        "long": "Arnold Creek/Hillsdale",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "4",
        "label": "4",
        "long": "Fessenden",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "40",
        "label": "40",
        "long": "Tacoma/Swan Island",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "40a",
        "label": "40",
        "long": "Tacoma/Swan Island",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "43",
        "label": "43",
        "long": "Taylors Ferry/Marquam Hill",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "44",
        "label": "44",
        "long": "Capitol Hwy/Mocks Crest",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "44a",
        "label": "44",
        "long": "Capitol Hwy/N Rosa Parks",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "45",
        "label": "45",
        "long": "Garden Home",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "45a",
        "label": "45",
        "long": "Garden Home/Arnold Creek",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "46",
        "label": "46",
        "long": "North Hillsboro",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "47",
        "label": "47",
        "long": "Main/Baseline",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "48",
        "label": "48",
        "long": "Cornell",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "4a",
        "label": "4",
        "long": "Fessenden/Woodstock",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "51",
        "label": "51",
        "long": "Vista/Sunset Blvd",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "52",
        "label": "52",
        "long": "Farmington/185th",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "53",
        "label": "53",
        "long": "Arctic/Allen",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "54",
        "label": "54",
        "long": "Beaverton-Hillsdale Hwy",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "55",
        "label": "55",
        "long": "Hamilton",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "56",
        "label": "56",
        "long": "Scholls Ferry/Marquam Hill",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "57",
        "label": "57",
        "long": "TV Hwy/Forest Grove",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "58",
        "label": "58",
        "long": "Canyon Rd",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "59",
        "label": "59",
        "long": "Walker/Park Way",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "6",
        "label": "6",
        "long": "Martin Luther King Jr Blvd",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "62",
        "label": "62",
        "long": "Murray Blvd",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "63",
        "label": "63",
        "long": "Washington Park/SW 6th",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "67",
        "label": "67",
        "long": "Bethany/158th",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "70",
        "label": "70",
        "long": "12th/NE 33rd Ave",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "70a",
        "label": "70",
        "long": "Milwaukie Ave/12th",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "71",
        "label": "71",
        "long": "60th Ave",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "72",
        "label": "72",
        "long": "Killingsworth/82nd Ave",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "72a",
        "label": "72",
        "long": "Killingsworth/82nd Ave",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "73",
        "label": "73",
        "long": "122nd Ave",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "74",
        "label": "74",
        "long": "162nd Ave",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "75",
        "label": "75",
        "long": "Cesar Chavez/Lombard",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "76",
        "label": "76",
        "long": "Hall/Greenburg",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "76a",
        "label": "76",
        "long": "Hall/Greenburg",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "77",
        "label": "77",
        "long": "Broadway/Halsey",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "78",
        "label": "78",
        "long": "Denney/Kerr Pkwy",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "79",
        "label": "79",
        "long": "Clackamas/Oregon City",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "8",
        "label": "8",
        "long": "Jackson Park/NE 15th",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "81",
        "label": "81",
        "long": "Kane/257th",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "82",
        "label": "82",
        "long": "South Gresham",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "84",
        "label": "84",
        "long": "Powell Valley/Orient Dr",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "86",
        "label": "86",
        "long": "148th Ave",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "87",
        "label": "87",
        "long": "Airport Way/181st",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "88",
        "label": "88",
        "long": "Hart/198th",
        "short": "88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "8a",
        "label": "8",
        "long": "Jackson Park/NE 15th",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "9",
        "label": "9",
        "long": "Powell Blvd",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C41F3E",
        "color_name": "red",
        "has_shape": true,
        "id": "90",
        "label": "MAX Red Line",
        "long": "MAX Red Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "94",
        "label": "94",
        "long": "Tigard/Sherwood",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "96",
        "label": "96",
        "long": "Tualatin/I-5",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "96a",
        "label": "96",
        "long": "Boones Ferry Rd",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "97",
        "label": "97",
        "long": "Tualatin-Sherwood Rd",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "97a",
        "label": "97",
        "long": "Tualatin-Sherwood/Kruse Way",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4679AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "98",
        "label": "MAX Shuttle",
        "long": "MAX Shuttle",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 6478,
    "stop_points_capped": true
  },
  "rubric_version": "1.1",
  "schema_version": "1.4",
  "snapshot_date": "2026-07-09",
  "top_fixes": [
    {
      "code": "block_trips_with_overlapping_stop_times",
      "count": 908,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'block_trips_with_overlapping_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Block trips with overlapping stop times (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_missing_headsigns",
      "count": 93055,
      "effort": "Usually a bulk edit in your scheduling software.",
      "fix": "Populate trip_headsign to match what the bus displays.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "93055 of 93055 trips have no headsign.",
      "why": "Riders at the stop can't tell which direction a bus is going."
    },
    {
      "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": 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"
}
