{
  "agency": {
    "id": "embark-2062",
    "name": "Embark"
  },
  "autofix": {
    "available": true,
    "download_path": "data/artifacts/embark-2062/corrected.zip",
    "fixes": [
      {
        "code": "autofix_trim_whitespace",
        "count": 1,
        "examples": [
          "'existing_route_long_name': 'East Route-Oklahoma River Cruise ' -> 'East Route-Oklahoma River Cruise'"
        ],
        "label": "Trimmed surrounding whitespace"
      },
      {
        "code": "autofix_stop_name_case",
        "count": 4,
        "examples": [
          "S HARVEY AVE @ SW 21ST ST -> S Harvey Ave @ Sw 21st St",
          "MEMORIAL IB -> Memorial Ib",
          "NW 10TH @ FRANCIS OB -> Nw 10th @ Francis Ob"
        ],
        "label": "Recased shouting stop names"
      },
      {
        "code": "autofix_route_name_case",
        "count": 38,
        "examples": [
          "N COLTRANE -> N Coltrane",
          "N KELLY -> N Kelly",
          "N PENN/NW 63RD -> N Penn/nw 63rd"
        ],
        "label": "Recased shouting route names"
      }
    ],
    "total": 43
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 92.4,
          "stops_marked_accessible_pct": 89.6,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 89.6,
          "trips_stated_pct": 97.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 22.4,
          "wheelchair_trips": 14.5
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": true,
          "has_products": true,
          "has_transfer_rules": true,
          "model": "v2",
          "product_count": 13
        },
        "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": 99.8,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1644,
        "trips": 12730,
        "wheelchair_accessible_pct": 97.0,
        "wheelchair_boarding_pct": 89.6,
        "wheelchair_marked_accessible_pct": 89.6,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 171,
          "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": 2.6,
          "severity": "WARNING",
          "what": "171 of 1644 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": 387,
          "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": 0.5,
          "severity": "WARNING",
          "what": "387 of 12730 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."
        }
      ],
      "name": "completeness",
      "score": 96.9,
      "status": "measured",
      "summary": "90% of stops state wheelchair accessibility (90% 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": 0,
          "INFO": 20,
          "WARNING": 135
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_bike_allowance",
          "count": 70,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_bike_allowance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Missing bike allowance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 36,
          "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": "unused_shape",
          "count": 15,
          "effort": "One setting.",
          "fix": "Turn on 'remove unused shapes' (or the like) in your export tool.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "The feed contains route shapes no trip uses.",
          "why": "Harmless to riders, but it bloats the feed and suggests stale export data."
        },
        {
          "code": "stop_without_stop_time",
          "count": 10,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no bus is scheduled to arrive."
        },
        {
          "code": "same_route_and_agency_url",
          "count": 2,
          "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": "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": "service_has_no_active_day_of_the_week",
          "count": 1,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 4.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": "unknown_column",
          "count": 17,
          "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": 2,
          "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": "service_window_outside_feed_period",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'service_window_outside_feed_period' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Service window outside feed period (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 60.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 155 instances (0 error, 135 warning, 20 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 364,
        "feed_end_date": "2027-07-08",
        "feed_start_date": "2026-05-11",
        "feed_version": "07/07/2026-22:30",
        "has_feed_info": true,
        "last_service_date": "2027-07-08",
        "seasonal_boundary": false,
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 364 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 364 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 90% of stops and 97% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. States wheelchair access on 90% of stops and 97% 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": "ee03de38b77fc120dddb701453d5ada522c250c9f37a9bb7d8cf396af96f67e0",
    "size_bytes": 2778955,
    "static_url": "https://mna.mecatran.com/utw/ws/gtfsfeed/static/okc?apiKey=6a3b186a334d1e3e064f42782f6002520e60394c"
  },
  "fetch": {
    "final_url": "https://mna.mecatran.com/utw/ws/gtfsfeed/static/okc?apiKey=6a3b186a334d1e3e064f42782f6002520e60394c",
    "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-09T00:00:00+00:00",
  "geo": {
    "bbox": [
      -97.65613,
      35.18298,
      -97.30108,
      35.6673
    ],
    "lat": 35.47618,
    "lon": -97.51967,
    "stop_count": 1644
  },
  "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": [
      "22",
      "4662",
      "60017",
      "66341",
      "60017-FB"
    ],
    "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 364 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": 1.6,
    "margin_to_next_band": 8.4,
    "score": 81.6
  },
  "recommendations": [
    {
      "code": "scorecard_route_color_low_contrast",
      "count": 21,
      "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": "21 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (002, 008, 011, 012, 013, 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": 1526,
      "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": "1526 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"S Walker Ave @ SW 44 St\", \"S May Ave @ I-240 Service Rd\", \"SW 29 St @ S May Ave\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 1644,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 10,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "10 of 1644 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 10,
    "single_stop_trips": 0,
    "trips_total": 12730
  },
  "route_map": {
    "drawn_route_count": 43,
    "has_shapes": true,
    "path": "data/artifacts/embark-2062/geometry.geojson",
    "route_count": 47,
    "routes": [
      {
        "color": "0082C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1257",
        "label": "40",
        "long": "LLOYD NOBLE SHUTTLE",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "143D8D",
        "color_name": "blue",
        "has_shape": true,
        "id": "1258",
        "label": "42",
        "long": "RESEARCH ROUTE",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A41984",
        "color_name": "purple",
        "has_shape": true,
        "id": "321",
        "label": "32",
        "long": "APARTMENT LOOP",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "231F20",
        "color_name": "black",
        "has_shape": true,
        "id": "322",
        "label": "52",
        "long": "CAMPUS LOOP",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B32D",
        "color_name": "green",
        "has_shape": true,
        "id": "6048",
        "label": "2",
        "long": "Route 2",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B48DE",
        "color_name": "blue",
        "has_shape": true,
        "id": "6049",
        "label": "1",
        "long": "Route 1",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A17858",
        "color_name": "gray",
        "has_shape": true,
        "id": "6050",
        "label": "6",
        "long": "Route 6",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "611717",
        "color_name": "brown",
        "has_shape": true,
        "id": "6051",
        "label": "3",
        "long": "Route 3",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FABB0F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "6052",
        "label": "4",
        "long": "Route 4",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FA0FA4",
        "color_name": "pink",
        "has_shape": true,
        "id": "6053",
        "label": "100X",
        "long": "Route 100X Expresslink",
        "short": "100X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FA0FA4",
        "color_name": "pink",
        "has_shape": true,
        "id": "6054",
        "label": "5",
        "long": "Route 5",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3EB871",
        "color_name": "green",
        "has_shape": true,
        "id": "rt-002",
        "label": "002",
        "long": "N COLTRANE",
        "short": "002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006B9D",
        "color_name": "teal",
        "has_shape": true,
        "id": "rt-003",
        "label": "003",
        "long": "N KELLY",
        "short": "003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AB4A9C",
        "color_name": "purple",
        "has_shape": true,
        "id": "rt-007",
        "label": "007",
        "long": "N MAY",
        "short": "007",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ED017F",
        "color_name": "pink",
        "has_shape": true,
        "id": "rt-008",
        "label": "008",
        "long": "N PENN/NW 63RD",
        "short": "008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "486D79",
        "color_name": "gray",
        "has_shape": true,
        "id": "rt-009",
        "label": "009",
        "long": "W RENO CROSSTOWN",
        "short": "009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00853F",
        "color_name": "green",
        "has_shape": true,
        "id": "rt-010",
        "label": "010",
        "long": "N PORTLAND",
        "short": "010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2899D5",
        "color_name": "teal",
        "has_shape": true,
        "id": "rt-011",
        "label": "011",
        "long": "S 29 ST CROSSTOWN",
        "short": "011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ED017F",
        "color_name": "pink",
        "has_shape": true,
        "id": "rt-012",
        "label": "012",
        "long": "S MAY",
        "short": "012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F99F38",
        "color_name": "orange",
        "has_shape": true,
        "id": "rt-013",
        "label": "013",
        "long": "S WESTERN/OCCC",
        "short": "013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "486D79",
        "color_name": "gray",
        "has_shape": true,
        "id": "rt-014",
        "label": "014",
        "long": "SE 44 ST/SUNNYLANE",
        "short": "014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ED017F",
        "color_name": "pink",
        "has_shape": true,
        "id": "rt-015",
        "label": "015",
        "long": "MIDWEST CITY",
        "short": "015",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B8093D",
        "color_name": "red",
        "has_shape": true,
        "id": "rt-016",
        "label": "016",
        "long": "S PENN",
        "short": "016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0083CA",
        "color_name": "teal",
        "has_shape": true,
        "id": "rt-018",
        "label": "018",
        "long": "LINCOLN",
        "short": "018",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AB4A9C",
        "color_name": "purple",
        "has_shape": true,
        "id": "rt-019",
        "label": "019",
        "long": "SPENCER",
        "short": "019",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8094C4",
        "color_name": "gray",
        "has_shape": true,
        "id": "rt-022",
        "label": "022",
        "long": "ML KING/OCCHD",
        "short": "022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DC4C3F",
        "color_name": "red",
        "has_shape": true,
        "id": "rt-023",
        "label": "023",
        "long": "23RD ST CROSSTOWN",
        "short": "023",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "486D79",
        "color_name": "gray",
        "has_shape": true,
        "id": "rt-024",
        "label": "024",
        "long": "NORMAN EXPRESS",
        "short": "024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F99F38",
        "color_name": "orange",
        "has_shape": true,
        "id": "rt-038",
        "label": "038",
        "long": "N 10 ST CROSSTOWN",
        "short": "038",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00853F",
        "color_name": "green",
        "has_shape": true,
        "id": "rt-040",
        "label": "040",
        "long": "S WALKER",
        "short": "040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ED017F",
        "color_name": "pink",
        "has_shape": true,
        "id": "rt-110",
        "label": "110",
        "long": "MAIN S/24 NW",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3EB871",
        "color_name": "green",
        "has_shape": true,
        "id": "rt-111",
        "label": "111",
        "long": "E LINDSEY/ALAMEDA",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AB4A9C",
        "color_name": "purple",
        "has_shape": true,
        "id": "rt-112",
        "label": "112",
        "long": "W LINDSEY/NW 36",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006B9D",
        "color_name": "teal",
        "has_shape": true,
        "id": "rt-121",
        "label": "121",
        "long": "WESTHEIMER AIRPORT",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F99F38",
        "color_name": "orange",
        "has_shape": true,
        "id": "rt-122",
        "label": "122",
        "long": "12 NE/ROCK CREEK RD",
        "short": "122",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99F38",
        "color_name": "orange",
        "has_shape": true,
        "id": "rt-13N",
        "label": "13N",
        "long": "S WESTERN/SW 104",
        "short": "13N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DC4C3F",
        "color_name": "red",
        "has_shape": true,
        "id": "rt-144",
        "label": "144",
        "long": "SOCIAL SECURITY",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CADB41",
        "color_name": "yellow",
        "has_shape": true,
        "id": "rt-200",
        "label": "RAPID",
        "long": "NORTHWEST RAPID",
        "short": "RAPID",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DC4C3F",
        "color_name": "red",
        "has_shape": true,
        "id": "rt-23N",
        "label": "23N",
        "long": "23 CROSSTOWN NIGHT",
        "short": "23N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004987",
        "color_name": "teal",
        "has_shape": false,
        "id": "rt-302",
        "label": "302",
        "long": "THUNDER SHUTTLE",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "999999",
        "color_name": "gray",
        "has_shape": false,
        "id": "rt-303",
        "label": "303",
        "long": "WCWS EVENT EXPRESS",
        "short": "303",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2899D5",
        "color_name": "teal",
        "has_shape": false,
        "id": "rt-304",
        "label": "304",
        "long": "S 29 ST CROSSTOWN RR DETOUR",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004987",
        "color_name": "teal",
        "has_shape": true,
        "id": "rt-B1-SC",
        "label": "BL",
        "long": "BRICKTOWN LOOP",
        "short": "BL",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "D41367",
        "color_name": "red",
        "has_shape": true,
        "id": "rt-D1-SC",
        "label": "DL",
        "long": "DOWNTOWN LOOP",
        "short": "DL",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "004987",
        "color_name": "teal",
        "has_shape": true,
        "id": "rt-ERRC",
        "label": "ERRC",
        "long": "EAST ROUTE OKLAHOMA RIVER CRUISE",
        "short": "ERRC",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "004987",
        "color_name": "teal",
        "has_shape": false,
        "id": "rt-TSL",
        "label": "TSL",
        "long": "THUNDER SHUTTLE LOOP",
        "short": "TSL",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "004987",
        "color_name": "teal",
        "has_shape": true,
        "id": "rt-WRRC",
        "label": "WRRC",
        "long": "WEST ROUTE OKLAHOMA RIVER CRUISE",
        "short": "WRRC",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      }
    ],
    "stop_count": 1644,
    "stop_points_capped": false
  },
  "rubric_version": "1.1",
  "schema_version": "1.7",
  "shapes_readiness": {
    "detail": "All 12730 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 12730,
    "trips_with_shape": 12730
  },
  "snapshot_date": "2026-07-09",
  "top_fixes": [
    {
      "code": "missing_bike_allowance",
      "count": 70,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'missing_bike_allowance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 8.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "Missing bike allowance (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "mixed_case_recommended_field",
      "count": 36,
      "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": 2,
      "severity": "WARNING",
      "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
      "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
    },
    {
      "code": "unused_shape",
      "count": 15,
      "effort": "One setting.",
      "fix": "Turn on 'remove unused shapes' (or the like) in your export tool.",
      "owner": "Likely your export tool",
      "points": 6.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "The feed contains route shapes no trip uses.",
      "why": "Harmless to riders, but it bloats the feed and suggests stale export data."
    }
  ],
  "validator_version": "8.0.1"
}
