{
  "agency": {
    "id": "embark-2062",
    "name": "Embark",
    "subdivision_code": "US-OK",
    "subdivision_name": "Oklahoma"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 92.3,
          "stops_marked_accessible_pct": 89.6,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 89.6,
          "trips_stated_pct": 96.8
        },
        "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_applicable_trips": 12084,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_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,
        "translations": {
          "feed_lang": "en",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 12084,
        "wheelchair_accessible_pct": 96.8,
        "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": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 0.5,
          "severity": "WARNING",
          "what": "387 of 12084 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle 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": 8,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 19,
          "WARNING": 134
        },
        "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 transit vehicle 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": "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": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        }
      ],
      "name": "correctness",
      "score": 64.8,
      "status": "measured",
      "summary": "The MobilityData validator flagged 8 kinds of issue across 153 instances (0 error, 134 warning, 19 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 365,
        "effective_expiry_date": "2027-08-02",
        "feed_end_date": "2027-08-02",
        "feed_start_date": "2026-06-03",
        "feed_version": "01/08/2026-22:30",
        "has_feed_info": true,
        "last_service_date": "2027-08-02",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 365 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 365 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": "97abd8bde3a45de8ac6b3d7d99dc7400b337b42e1c96ac85ab66e65d034cf4b2",
    "size_bytes": 2717988,
    "static_url": "https://mna.mecatran.com/utw/ws/gtfsfeed/static/okc?apiKey=6a3b186a334d1e3e064f42782f6002520e60394c"
  },
  "ferry_profile": {
    "accessibility": {
      "measures": "published_values_not_physical_usability",
      "terminals": {
        "allowed_count": 0,
        "allowed_pct": 0.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 0,
        "stated_pct": 0.0,
        "total_count": 5
      },
      "trips": {
        "allowed_count": 70,
        "allowed_pct": 100.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 70,
        "stated_pct": 100.0,
        "total_count": 70
      }
    },
    "bikes": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 70
    },
    "cars": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 70
    },
    "fares": {
      "applied": true,
      "fare_free": false,
      "model": "v2",
      "scope": "whole_feed"
    },
    "graded": false,
    "measured": true,
    "realtime": {
      "configured_kinds": [],
      "kinds_configured": 0,
      "scope": "whole_feed"
    },
    "route_count": 2,
    "scope": "ferry_routes_and_trips",
    "stop_access": {
      "direct_count": 0,
      "eligible_terminal_count": 0,
      "stated_count": 0,
      "stated_pct": null,
      "through_station_count": 0
    },
    "terminal_hierarchy": {
      "boarding_location_count": 5,
      "parented_boarding_location_count": 0,
      "parented_boarding_location_pct": 0.0,
      "referenced_station_count": 0
    },
    "trip_count": 70
  },
  "fetch": {
    "final_url": "https://mna.mecatran.com/utw/ws/gtfsfeed/static/okc?apiKey=6a3b186a334d1e3e064f42782f6002520e60394c",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-08-02T00:00:00+00:00",
  "geo": {
    "bbox": [
      -97.65613,
      35.18298,
      -97.30108,
      35.6673
    ],
    "lat": 35.47618,
    "lon": -97.51967,
    "stop_count": 1644
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 3,
        "trip_count": 1027,
        "trip_share_pct": 8.5
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 42,
        "trip_count": 10987,
        "trip_share_pct": 90.9
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 2,
        "trip_count": 70,
        "trip_share_pct": 0.6
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 47,
    "trip_count": 12084
  },
  "ntd_id_alignment": {
    "detail": "This feed provides agency_id. For RY2026, keep one stable value for each NTD reporter represented in the feed and crosswalk it on the P-50 form. The value does not need to equal the five-digit NTD ID; we do not have that ID on file, so the optional equality comparison is not checked yet.",
    "feed_agency_ids": [
      "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 365 days.",
        "key": "current",
        "status": "ready"
      },
      {
        "detail": "agency.txt provides agency_id. For RY2026, keep one stable value for each NTD reporter represented in the feed and crosswalk each value on the P-50 form.",
        "key": "agency_id",
        "status": "ready"
      }
    ],
    "status": "ready",
    "summary": "Published at a public URL, valid, current, and identified with agency_id: the four feed checks for RY2026 all hold here. Only your own D-10 and P-50 filings make that official; this is a heads-up, not a determination."
  },
  "overall": {
    "grade": "B",
    "margin_to_lower_band": 3.6,
    "margin_to_next_band": 6.4,
    "score": 83.6
  },
  "recommendations": [
    {
      "category": "accessibility",
      "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."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 1527,
      "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": "1527 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": 12084
  },
  "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.3",
  "schema_version": "1.17",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "shapes_readiness": {
    "detail": "All 12084 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 12084,
    "trips_with_shape": 12084
  },
  "snapshot_date": "2026-08-02",
  "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"
}
