{
  "agency": {
    "id": "dallas-area-rapid-transit-dart",
    "name": "Dallas Area Rapid Transit (DART)",
    "subdivision_code": "US-TX",
    "subdivision_name": "Texas"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 26.2,
          "stops_marked_accessible_pct": 41.8,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 41.8,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 0.1,
          "wheelchair_stops": 10.5,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "legacy",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_applicable_trips": 22194,
        "headsign_loop_exempt_trips": 36,
        "headsign_pct": 99.8,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 0.5,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 6974,
        "translations": {
          "feed_lang": "en",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 22230,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 41.8,
        "wheelchair_marked_accessible_pct": 41.8,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 4056,
          "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": 14.5,
          "severity": "WARNING",
          "what": "4056 of 6974 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": 22230,
          "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": 15.0,
          "severity": "WARNING",
          "what": "22230 of 22230 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."
        },
        {
          "code": "scorecard_stop_names_all_caps",
          "count": 6938,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Rename stops to mixed case where the language has letter case (for example, 'Central Station').",
          "owner": "Likely your export tool",
          "points": 14.9,
          "severity": "INFO",
          "what": "About 6938 stop names are written in ALL CAPS.",
          "why": "Mixed-case names are easier to read in apps and are read more naturally by screen readers."
        },
        {
          "code": "scorecard_missing_headsigns",
          "count": 3,
          "effort": "Usually one value per route pattern in your scheduling source.",
          "fix": "Add the destination, direction, or 'via' label riders actually see to trip_headsign. Do not copy the route name. If the label changes during the trip, use stop_headsign.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "3 of 22230 trips lack rider-facing destination or direction text.",
          "why": "When a route has multiple directions or patterns, the route name alone may not tell riders which service is coming."
        }
      ],
      "name": "completeness",
      "score": 55.5,
      "status": "measured",
      "summary": "42% of stops state wheelchair accessibility (42% 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": 16,
        "instances_by_severity": {
          "ERROR": 1039,
          "INFO": 8,
          "WARNING": 29954
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "trip_distance_exceeds_shape_distance",
          "count": 931,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "decreasing_or_equal_stop_time_distance",
          "count": 108,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
          "owner": "Likely your export tool",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Some trips have stop times whose distances along the route go backwards.",
          "why": "Apps can show transit vehicles jumping backwards or mis-order stops."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 29211,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 450,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line, going by the feed's own distance values.",
          "why": "Trip planners may draw the route down the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "same_name_and_description_for_stop",
          "count": 182,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'same_name_and_description_for_stop' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Same name and description for stop (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 54,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape_dist_traveled on export so stop and shape distances use the same units.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "On some trips the stop distances run a little past the end of the route line.",
          "why": "The stop and shape distance values don't quite line up, so any math that uses them can drift."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 18,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a transit vehicle can.",
          "why": "Usually a typo'd stop time; riders get arrival times no transit vehicle can meet."
        },
        {
          "code": "route_color_contrast",
          "count": 18,
          "effort": "One field per route.",
          "fix": "Pick a darker/lighter route_text_color for the flagged routes.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some route colors don't contrast with their text color.",
          "why": "Route badges get hard to read, most of all for riders with low vision."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 18,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the transit vehicle route through the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "route_long_name_contains_short_name",
          "count": 1,
          "effort": "One field per flagged route.",
          "fix": "Drop the short name from route_long_name and keep the long name descriptive, like 'Downtown via 5th Ave'.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some route long names repeat the route's short name inside them.",
          "why": "Apps show both names together, so riders see the number twice, like '5 5 Downtown'."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 1,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the stop order and the shape direction in your scheduling software; the shape is often drawn backwards.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "On some trips the stops fall along the route line in a different order than the schedule lists.",
          "why": "Trip planners can draw the transit vehicle doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "trip_coverage_not_active_for_next7_days",
          "count": 1,
          "effort": "One setting in most export tools.",
          "fix": "Trim past service periods the next time you export.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Many of the feed's trips don't run at all in the next 7 days.",
          "why": "It usually means old service periods are still in the export, making the feed bigger and harder to check."
        },
        {
          "code": "unknown_file",
          "count": 5,
          "effort": "A quick look at the flagged file.",
          "fix": "Check the flagged file name for a typo of a standard GTFS file. Remove it if it is a vendor extra.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed includes a file that is not part of the GTFS spec.",
          "why": "Apps ignore files they don't know, and a stray file can hide a misspelled standard file name."
        },
        {
          "code": "future_calendar",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'future_calendar' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Future calendar (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "future_feed",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'future_feed' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Future feed (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 1,
          "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.5,
          "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."
        }
      ],
      "name": "correctness",
      "score": 0.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 16 kinds of issue across 31001 instances (1039 error, 29954 warning, 8 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 43,
        "effective_expiry_date": "2026-09-13",
        "feed_end_date": "2026-09-13",
        "feed_start_date": "2026-07-20",
        "feed_version": "V716-215-216-20260720",
        "has_feed_info": true,
        "last_service_date": "2026-09-13",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 71.7,
      "status": "measured",
      "summary": "Service data covers the next 43 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": "2 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 43 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 42% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 2 validator errors to resolve. States wheelchair access on 42% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "License: https://www.dart.org/transitdata/legalnotices.asp",
    "reachable": true,
    "sha256": "f123dd5ef3f3fd27d501338ea4b39f6561222220a60407a6645a6dcc9b1b0c31",
    "size_bytes": 8620679,
    "static_url": "http://www.dart.org/transitdata/latest/google_transit.zip"
  },
  "fetch": {
    "final_url": "https://www.dart.org/transitdata/latest/google_transit.zip",
    "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-01T00:00:00+00:00",
  "geo": {
    "bbox": [
      -97.3282,
      32.55935,
      -96.56339,
      33.08435
    ],
    "lat": 32.8243,
    "lon": -96.79339,
    "stop_count": 6974
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 4,
        "trip_count": 3563,
        "trip_share_pct": 16.0
      },
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 2,
        "trip_count": 622,
        "trip_share_pct": 2.8
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 84,
        "trip_count": 17042,
        "trip_share_pct": 76.7
      },
      {
        "key": "cable_tram",
        "label": "Cable tram",
        "route_count": 2,
        "trip_count": 1003,
        "trip_share_pct": 4.5
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 92,
    "trip_count": 22230
  },
  "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": [
      "60056"
    ],
    "status": "unknown"
  },
  "ntd_readiness": {
    "pillars": [
      {
        "detail": "Published at a public URL.",
        "key": "published",
        "status": "ready"
      },
      {
        "detail": "2 validator errors to resolve.",
        "key": "valid",
        "status": "at_risk"
      },
      {
        "detail": "Service data covers the next 43 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": "at_risk",
    "summary": "This feed is close to NTD-ready. 2 validator errors to resolve."
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 35.3,
    "margin_to_next_band": 24.7,
    "score": 35.3
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 75,
      "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": "75 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (001, 003, 005, 009, 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": 6834,
      "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": "6834 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"FOREST @ SHEPHERD - E - NS\", \"WALNUT HILL @ RAMBLER - W - MB\", \"WALNUT HILL @ GREENVILLE - E - MB\", 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": 6974,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 22230
  },
  "route_map": {
    "drawn_route_count": 92,
    "has_shapes": true,
    "path": "data/artifacts/dallas-area-rapid-transit-dart/geometry.geojson",
    "route_count": 92,
    "routes": [
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "27142",
        "label": "001",
        "long": "MALCOLM X/MAPLE",
        "short": "001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "27143",
        "label": "003",
        "long": "ROSS",
        "short": "003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "27144",
        "label": "005",
        "long": "LOVE FIELD SHUTTLE",
        "short": "005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "27145",
        "label": "009",
        "long": "JEFFERSON GASTON",
        "short": "009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "27146",
        "label": "013",
        "long": "ERVAY",
        "short": "013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "27147",
        "label": "015",
        "long": "BUCKNER",
        "short": "015",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "27148",
        "label": "016",
        "long": "FERGUSON",
        "short": "016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "27149",
        "label": "017",
        "long": "SKILLMAN",
        "short": "017",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "27150",
        "label": "018",
        "long": "SAMUELL",
        "short": "018",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "27151",
        "label": "020",
        "long": "NORTHWEST HWY",
        "short": "020",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "27152",
        "label": "022",
        "long": "FOREST LANE",
        "short": "022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "27153",
        "label": "023",
        "long": "HASKELL",
        "short": "023",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "27154",
        "label": "025",
        "long": "COCKRELL HILL NORTH",
        "short": "025",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "27155",
        "label": "027",
        "long": "RIDGECREST",
        "short": "027",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "27156",
        "label": "030",
        "long": "LAKE JUNE",
        "short": "030",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "27157",
        "label": "038",
        "long": "LEDBETTER",
        "short": "038",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "27158",
        "label": "057",
        "long": "WESTMORELAND",
        "short": "057",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "794489",
        "color_name": "purple",
        "has_shape": true,
        "id": "27159",
        "label": "101",
        "long": "HAMPTON",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "794489",
        "color_name": "purple",
        "has_shape": true,
        "id": "27160",
        "label": "102",
        "long": "FORT WORTH",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "794489",
        "color_name": "purple",
        "has_shape": true,
        "id": "27161",
        "label": "103",
        "long": "CEDAR SPRINGS",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "794489",
        "color_name": "purple",
        "has_shape": true,
        "id": "27162",
        "label": "104",
        "long": "ILLINOIS",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "794489",
        "color_name": "purple",
        "has_shape": true,
        "id": "27163",
        "label": "106",
        "long": "BICKERS",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "794489",
        "color_name": "purple",
        "has_shape": true,
        "id": "27164",
        "label": "108",
        "long": "CAMP WISDOM",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "794489",
        "color_name": "purple",
        "has_shape": true,
        "id": "27165",
        "label": "109",
        "long": "BECKLEY",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "794489",
        "color_name": "purple",
        "has_shape": true,
        "id": "27166",
        "label": "114",
        "long": "EAST OAK CLIFF",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "794489",
        "color_name": "purple",
        "has_shape": true,
        "id": "27167",
        "label": "122",
        "long": "RECORD CROSSING",
        "short": "122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "794489",
        "color_name": "purple",
        "has_shape": true,
        "id": "27168",
        "label": "128",
        "long": "SINGLETON",
        "short": "128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "794489",
        "color_name": "purple",
        "has_shape": true,
        "id": "27169",
        "label": "141",
        "long": "BONNIE VIEW",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "794489",
        "color_name": "purple",
        "has_shape": true,
        "id": "27170",
        "label": "145",
        "long": "MARSALIS",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "794489",
        "color_name": "purple",
        "has_shape": true,
        "id": "27171",
        "label": "147",
        "long": "POLK",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27172",
        "label": "200",
        "long": "SPRING VALLEY",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27173",
        "label": "202",
        "long": "BUCKINGHAM",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27174",
        "label": "203",
        "long": "CENTERVILLE",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27175",
        "label": "204",
        "long": "MILLER",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27176",
        "label": "205",
        "long": "HENDERSON",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27177",
        "label": "207",
        "long": "LEMMON",
        "short": "207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27178",
        "label": "212",
        "long": "LA PRADA",
        "short": "212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27179",
        "label": "213",
        "long": "HARRY HINES",
        "short": "213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27180",
        "label": "214",
        "long": "LINDSLEY",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27181",
        "label": "215",
        "long": "KIEST",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27182",
        "label": "216",
        "long": "EVERGLADE",
        "short": "216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27183",
        "label": "217",
        "long": "LANCASTER/RAMONA",
        "short": "217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27184",
        "label": "218",
        "long": "MILITARY",
        "short": "218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27185",
        "label": "219",
        "long": "SYLVAN",
        "short": "219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27186",
        "label": "220",
        "long": "SCYENE",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27187",
        "label": "221",
        "long": "MERRIFIELD",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27188",
        "label": "223",
        "long": "CLARK",
        "short": "223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27189",
        "label": "224",
        "long": "I-30 BROADWAY",
        "short": "224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27190",
        "label": "226",
        "long": "CLARENDON",
        "short": "226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27191",
        "label": "227",
        "long": "O-CONNOR - LUNA - VALLEY VIEW",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27192",
        "label": "228",
        "long": "SIMPSON STUART",
        "short": "228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27193",
        "label": "229",
        "long": "MACARTHUR - BELTLINE",
        "short": "229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27194",
        "label": "230",
        "long": "IRVING BLVD",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27195",
        "label": "231",
        "long": "S BELTLINE",
        "short": "231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27196",
        "label": "232",
        "long": "FRANKFORD",
        "short": "232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27197",
        "label": "233",
        "long": "JOSEY",
        "short": "233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27198",
        "label": "234",
        "long": "PARKER",
        "short": "234",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27199",
        "label": "235",
        "long": "TIMBERGLEN/MIDWAY",
        "short": "235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27200",
        "label": "236",
        "long": "W 15",
        "short": "236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27201",
        "label": "237",
        "long": "PRESTON",
        "short": "237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27202",
        "label": "238",
        "long": "NAAMAN FOREST/BELTLINE",
        "short": "238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27203",
        "label": "239",
        "long": "DALLAS - ADDISON - LEGACY",
        "short": "239",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27204",
        "label": "241",
        "long": "COIT",
        "short": "241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27205",
        "label": "242",
        "long": "WALNUT HILL",
        "short": "242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27206",
        "label": "243",
        "long": "PLANO RD",
        "short": "243",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27207",
        "label": "244",
        "long": "UTD RICHARDSON",
        "short": "244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27208",
        "label": "245",
        "long": "SHILOH",
        "short": "245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27209",
        "label": "247",
        "long": "JUPITER",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27210",
        "label": "249",
        "long": "COLUMBIA",
        "short": "249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27211",
        "label": "250",
        "long": "E BELTLINE",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6BCCE7",
        "color_name": "teal",
        "has_shape": true,
        "id": "27212",
        "label": "251",
        "long": "SATURN",
        "short": "251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F280A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "27213",
        "label": "306",
        "long": "GLENN HEIGHTS EXPRESS",
        "short": "306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F280A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "27214",
        "label": "308",
        "long": "NORTHWEST PLANO EXPRESS",
        "short": "308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CC67",
        "color_name": "gray",
        "has_shape": true,
        "id": "27216",
        "label": "408",
        "long": "PALISADES E-SHUTTLE",
        "short": "408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CC67",
        "color_name": "gray",
        "has_shape": true,
        "id": "27217",
        "label": "413",
        "long": "TI SHUTTLE - FOREST LANE CAMPUS",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CC67",
        "color_name": "gray",
        "has_shape": true,
        "id": "27218",
        "label": "417",
        "long": "TI SHUTTLE- MAIN CAMPUS NORTH ROUTE",
        "short": "417",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CC67",
        "color_name": "gray",
        "has_shape": true,
        "id": "27220",
        "label": "419",
        "long": "TI SHUTTLE- MAIN CAMPUS SOUTH ROUTE",
        "short": "419",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CC67",
        "color_name": "gray",
        "has_shape": true,
        "id": "27221",
        "label": "421",
        "long": "BAYLOR BRYAN TOWER",
        "short": "421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CC67",
        "color_name": "gray",
        "has_shape": true,
        "id": "27222",
        "label": "422",
        "long": "UT SOUTHWESTERN SOUTH",
        "short": "422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CC67",
        "color_name": "gray",
        "has_shape": true,
        "id": "27223",
        "label": "423",
        "long": "UT SOUTHWESTERN NORTH",
        "short": "423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6A081D",
        "color_name": "brown",
        "has_shape": true,
        "id": "27224",
        "label": "425",
        "long": "MCKINNEY AVENUE TROLLEY",
        "short": "425",
        "text_color": "FFFFFF",
        "type_label": "Cable tram"
      },
      {
        "color": "98CC67",
        "color_name": "gray",
        "has_shape": true,
        "id": "27226",
        "label": "440",
        "long": "MUSTANG EXPRESS",
        "short": "440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CC67",
        "color_name": "gray",
        "has_shape": true,
        "id": "27227",
        "label": "442",
        "long": "BUSH/ MEADOWS-MOCKINGBIRD STA.",
        "short": "442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CC67",
        "color_name": "gray",
        "has_shape": true,
        "id": "27237",
        "label": "883E",
        "long": "UT DALLAS EAST",
        "short": "883E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CC67",
        "color_name": "gray",
        "has_shape": true,
        "id": "27238",
        "label": "883W",
        "long": "UT DALLAS WEST",
        "short": "883W",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "27243",
        "label": "620",
        "long": "DALLAS STREETCAR",
        "short": "620",
        "text_color": "FFFFFF",
        "type_label": "Cable tram"
      },
      {
        "color": "198BC3",
        "color_name": "teal",
        "has_shape": true,
        "id": "27251",
        "label": "BLUE",
        "long": "DART LIGHT RAIL - BLUE LINE",
        "short": "BLUE",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "006F38",
        "color_name": "green",
        "has_shape": true,
        "id": "27252",
        "label": "GREEN",
        "long": "DART LIGHT RAIL - GREEN LINE",
        "short": "GREEN",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "F68B1F",
        "color_name": "orange",
        "has_shape": true,
        "id": "27253",
        "label": "ORANGE",
        "long": "DART LIGHT RAIL - ORANGE LINE",
        "short": "ORANGE",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FD3E3E",
        "color_name": "red",
        "has_shape": true,
        "id": "27254",
        "label": "RED",
        "long": "DART LIGHT RAIL - RED LINE",
        "short": "RED",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C0C0C0",
        "color_name": "white",
        "has_shape": true,
        "id": "27255",
        "label": "SILVER",
        "long": "SILVER LINE",
        "short": "SILVER",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "112458",
        "color_name": "black",
        "has_shape": true,
        "id": "27257",
        "label": "TRE",
        "long": "TRINITY RAILWAY",
        "short": "TRE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      }
    ],
    "stop_count": 6974,
    "stop_points_capped": true
  },
  "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 22230 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 22230,
    "trips_with_shape": 22230
  },
  "snapshot_date": "2026-08-01",
  "top_fixes": [
    {
      "code": "trip_distance_exceeds_shape_distance",
      "count": 931,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' 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": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "decreasing_or_equal_stop_time_distance",
      "count": 108,
      "effort": "Usually an export-tool fix, not hand editing.",
      "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
      "owner": "Likely your export tool",
      "points": 24.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Some trips have stop times whose distances along the route go backwards.",
      "why": "Apps can show transit vehicles jumping backwards or mis-order stops."
    },
    {
      "code": "scorecard_wheelchair_accessible_unknown",
      "count": 22230,
      "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": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "22230 of 22230 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."
    }
  ],
  "validator_version": "8.0.1"
}
