{
  "agency": {
    "id": "massachusetts-bay-transportation-authority-mbta",
    "name": "Massachusetts Bay Transportation Authority (MBTA)"
  },
  "autofix": {
    "available": true,
    "download_path": "data/artifacts/massachusetts-bay-transportation-authority-mbta/corrected.zip",
    "fixes": [
      {
        "code": "autofix_trim_whitespace",
        "count": 3,
        "examples": [
          "'stop_name': 'Public Garden ' -> 'Public Garden'",
          "'stop_desc': 'Public Garden ' -> 'Public Garden'",
          "'stop_desc': 'Quincy Adams - Ground level of Elevator 806 ' -> 'Quincy Adams - Ground level of Elevator 806'"
        ],
        "label": "Trimmed surrounding whitespace"
      }
    ],
    "total": 3
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 97.1,
          "stops_marked_accessible_pct": 91.9,
          "stops_marked_not_accessible_pct": 3.4,
          "stops_stated_pct": 95.3,
          "trips_stated_pct": 100.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": 23.8,
          "wheelchair_trips": 15.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": true,
          "has_products": true,
          "has_transfer_rules": true,
          "model": "v2",
          "product_count": 119
        },
        "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": 100.0,
        "pathways": {
          "has_entrances": true,
          "has_levels": true,
          "has_pathways": true,
          "has_stations": true,
          "has_step_free": true,
          "pathway_count": 9317
        },
        "stops": 10309,
        "trips": 112578,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 95.3,
        "wheelchair_marked_accessible_pct": 91.9,
        "wheelchair_marked_not_accessible_pct": 3.4
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 486,
          "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": 1.2,
          "severity": "WARNING",
          "what": "486 of 10309 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_station_pathways",
          "count": 9317,
          "effort": "None.",
          "fix": "No action needed.",
          "owner": "",
          "points": 0.0,
          "severity": "INFO",
          "what": "This feed describes station pathways, including step-free (elevator) routes.",
          "why": "Riders can be routed through the station, and wheelchair users can see whether a step-free route exists."
        }
      ],
      "name": "completeness",
      "score": 98.8,
      "status": "measured",
      "summary": "95% of stops state wheelchair accessibility (92% marked accessible, 3% 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": 14,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 2099,
          "WARNING": 846
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "same_name_and_description_for_stop",
          "count": 331,
          "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": "route_short_name_too_long",
          "count": 217,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'route_short_name_too_long' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Route short name too long (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stop_without_stop_time",
          "count": 139,
          "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": 8.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": "fast_travel_between_consecutive_stops",
          "count": 69,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a bus can.",
          "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
        },
        {
          "code": "fast_travel_between_far_stops",
          "count": 35,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'fast_travel_between_far_stops' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Fast travel between far stops (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "expired_calendar",
          "count": 18,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already 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": 17,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 13,
          "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 bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "unusable_trip",
          "count": 7,
          "effort": "Worth a vendor question if it appears often.",
          "fix": "Check the flagged trips in your scheduling software; remove them or restore their missing stops.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some trips serve fewer than two stops.",
          "why": "A trip with one stop can't be ridden; planners ignore it and it may signal an export problem."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 2053,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_headsign_matches_intermediate_stop' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Trip headsign matches intermediate stop (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 29,
          "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": "unknown_file",
          "count": 12,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unknown_file' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Unknown file (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "platform_without_parent_station",
          "count": 4,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'platform_without_parent_station' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Platform without parent station (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "big_gap_in_service",
          "count": 1,
          "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."
        }
      ],
      "name": "correctness",
      "score": 34.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 14 kinds of issue across 2945 instances (0 error, 846 warning, 2099 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 58,
        "feed_end_date": "2026-09-05",
        "feed_start_date": "2026-06-30",
        "feed_version": "Summer 2026, 2026-07-07T21:07:54+00:00, version D",
        "has_feed_info": true,
        "last_service_date": "2026-09-05",
        "seasonal_boundary": false,
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 96.7,
      "status": "measured",
      "summary": "Service data covers the next 58 days.",
      "weight": 0.2
    },
    "realtime": {
      "details": {
        "coverage_pct": 90.8,
        "covered_trips": 574,
        "drift": {
          "median_seconds": 58,
          "observations": 32621,
          "on_time_share_pct": 57.4,
          "p90_abs_seconds": 546
        },
        "kinds_reachable": 3,
        "rt_freshness": "fresh",
        "samples": 9,
        "scheduled_trips_in_window": 632,
        "vehicles_checked": 1824,
        "vehicles_on_route_pct": 98.7,
        "worst_lag_seconds": 3
      },
      "findings": [
        {
          "code": "scorecard_rt_trip_coverage",
          "count": 58,
          "effort": "A vendor data-mapping question.",
          "fix": "Check with your AVL vendor that every vehicle assignment flows into TripUpdates, including school-day and tripper runs.",
          "owner": "",
          "points": 3.2,
          "severity": "WARNING",
          "what": "58 of 632 trips scheduled during the sampling window had no live predictions.",
          "why": "Riders on those trips get schedule data dressed up as realtime. Caltrans expects every operating trip in TripUpdates."
        }
      ],
      "name": "realtime",
      "score": 96.6,
      "status": "measured",
      "summary": "Sampled 9 times: 3 of 3 feeds healthy; 90.8% of scheduled trips had live predictions; 98.7% of vehicles on their route; predictions ran a median of 58s behind schedule.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "high",
    "measured_categories": 4,
    "notes": [
      "All four score categories were measured this run.",
      "Realtime was sampled in one bounded window of 9 snapshots.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 1,
    "total_categories": 4
  },
  "conformance": {
    "awarded": true,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 60 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 95% of stops and 100% of trips.",
        "key": "accessible",
        "met": true
      }
    ],
    "status": "awarded",
    "summary": "This feed earns the conformance mark: valid, current, and stating wheelchair access on nearly every stop and trip."
  },
  "feed": {
    "license_note": "License: https://www.mass.gov/files/documents/2017/10/27/develop_license_agree_0.pdf",
    "reachable": true,
    "sha256": "48dc427161314d54c9eb10138bd630202dfc15f30d8923815dc7a0b86ffa7817",
    "size_bytes": 24135209,
    "static_url": "https://cdn.mbta.com/MBTA_GTFS.zip"
  },
  "fetch": {
    "final_url": "https://cdn.mbta.com/MBTA_GTFS.zip",
    "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-07T00:00:00+00:00",
  "geo": {
    "bbox": [
      -71.84849,
      41.58109,
      -70.27658,
      42.79784
    ],
    "lat": 42.35644,
    "lon": -71.07411,
    "stop_count": 9618
  },
  "ntd_id_alignment": {
    "detail": "Your feed's agency_id is 3, 1; your National Transit Database ID is 10003. A feed that serves several agencies (a shared regional feed) can legitimately carry more than one agency_id, so a difference here is a heads-up, not an error.",
    "feed_agency_ids": [
      "3",
      "1"
    ],
    "fix": "Optionally set the agency_id for your service to 10003 in agency.txt (and the matching agency_id in routes.txt) so the feed lines up with your NTD record. It is a convenience, not a required feed change: FTA also links agency_id to your NTD ID on your P-50 form.",
    "ntd_id": "10003",
    "status": "mismatch"
  },
  "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 60 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": "C",
    "margin_to_lower_band": 5.4,
    "margin_to_next_band": 4.6,
    "score": 75.4
  },
  "recommendations": [
    {
      "code": "scorecard_fares_v2_no_rider_categories",
      "count": 0,
      "effort": "Usually a short file naming the discount groups you already publish.",
      "fix": "Add rider_categories.txt for the fares you already offer, then reference those categories from your fare products.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "The feed publishes fare products but no rider_categories.txt defining who qualifies for each fare.",
      "why": "Without rider categories, apps can only show the full adult fare and can't surface senior, youth, or student discounts a rider may be eligible for."
    },
    {
      "code": "scorecard_route_color_low_contrast",
      "count": 16,
      "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": "16 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (Orange Line, SL1, SL2, SL3, SL4, 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": 7231,
      "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": "7231 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Washington St opp Ruggles St\", \"Theo Glynn Way @ Newmarket Sq\", \"Tremont St opp Temple Pl\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    }
  ],
  "recompute": {
    "as_of": "2026-07-09",
    "feed_fetched_date": "2026-07-08",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 7783,
    "findings": [
      {
        "code": "scorecard_single_stop_trips",
        "count": 7,
        "effort": "Usually an export setting or a stop_times mapping in your software.",
        "fix": "Check your scheduling export: every trip should list each stop it calls at, in order, with times.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "WARNING",
        "what": "7 of 112578 trips list fewer than two stops.",
        "why": "A trip with one stop has no leg a rider can ride; trip planners can't route anyone on it, so the service effectively does not exist."
      },
      {
        "code": "scorecard_orphan_stops",
        "count": 139,
        "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": "139 of 7783 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": 139,
    "single_stop_trips": 7,
    "trips_total": 112578
  },
  "route_map": {
    "drawn_route_count": 373,
    "has_shapes": true,
    "path": "data/artifacts/massachusetts-bay-transportation-authority-mbta/geometry.geojson",
    "route_count": 403,
    "routes": [
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "Harvard Square - Nubian Station",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "10",
        "label": "10",
        "long": "City Point - Arlington Station",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100",
        "label": "100",
        "long": "Elm Street - Wellington Station",
        "short": "100",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "101",
        "label": "101",
        "long": "Malden Center Station - Sullivan Square Station via Winter Hill",
        "short": "101",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "104",
        "label": "104",
        "long": "Malden Center Station - Airport Station",
        "short": "104",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "105",
        "label": "105",
        "long": "Malden Center Station - Sullivan Square Station via Newland Street Housing",
        "short": "105",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "106",
        "label": "106",
        "long": "Lebanon Loop - Wellington Station",
        "short": "106",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "108",
        "label": "108",
        "long": "Linden Square - Wellington Station",
        "short": "108",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "109",
        "label": "109",
        "long": "Linden Square - Harvard Square via Sullivan",
        "short": "109",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "City Point - Chauncy Street & Summer Street",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "110",
        "label": "110",
        "long": "Wonderland Station - Wellington Station",
        "short": "110",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "111",
        "label": "111",
        "long": "Woodlawn - Haymarket Station",
        "short": "111",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "112",
        "label": "112",
        "long": "Wellington Station - Wood Island Station",
        "short": "112",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "114",
        "label": "114",
        "long": "Market Basket - Maverick Station",
        "short": "114",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "116",
        "label": "116",
        "long": "Wonderland Station - Maverick Station",
        "short": "116",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "119",
        "label": "119",
        "long": "Northgate Shopping Center - Beachmont Station",
        "short": "119",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "120",
        "label": "120",
        "long": "Orient Heights Station - Jeffries Point",
        "short": "120",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "121",
        "label": "121",
        "long": "Wood Island Station - Maverick Station",
        "short": "121",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "131",
        "label": "131",
        "long": "Melrose Highlands - Malden Center Station",
        "short": "131",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "132",
        "label": "132",
        "long": "Redstone Shopping Center - Malden Center Station",
        "short": "132",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "134",
        "label": "134",
        "long": "North Woburn - Wellington Station",
        "short": "134",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "137",
        "label": "137",
        "long": "Reading Depot - Malden Center Station",
        "short": "137",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "14",
        "label": "14",
        "long": "Roslindale Square - Heath Street",
        "short": "14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "Fields Corner Station - Ruggles Station",
        "short": "15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "Forest Hills Station - Andrew Station or Harbor Point",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "17",
        "label": "17",
        "long": "Fields Corner Station - Andrew Station",
        "short": "17",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "171",
        "label": "171",
        "long": "Logan Airport Terminals - Nubian Station",
        "short": "171",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "18",
        "label": "18",
        "long": "Ashmont Station - Andrew Station",
        "short": "18",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "19",
        "label": "19",
        "long": "Fields Corner Station - Kenmore or Ruggles Station",
        "short": "19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "195",
        "label": "195",
        "long": "Lemuel Shattuck Hospital - Park Street & Tremont Street",
        "short": "195",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "201",
        "label": "201",
        "long": "Fields Corner Loop via Neponset Ave",
        "short": "201",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "202",
        "label": "202",
        "long": "Fields Corner Loop via Adams Street",
        "short": "202",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "21",
        "label": "21",
        "long": "Ashmont Station - Forest Hills Station",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "210",
        "label": "210",
        "long": "Quincy Center Station - Fields Corner Station",
        "short": "210",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "211",
        "label": "211",
        "long": "Quincy Center Station - Squantum",
        "short": "211",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "215",
        "label": "215",
        "long": "Quincy Center Station - Ashmont Station via West Quincy",
        "short": "215",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "216",
        "label": "216",
        "long": "Houghs Neck - Quincy Center Station via Germantown",
        "short": "216",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "217",
        "label": "217",
        "long": "Quincy Center Station - Ashmont Station",
        "short": "217",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "22",
        "label": "22",
        "long": "Ashmont Station - Ruggles Station via Talbot Ave",
        "short": "22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "220",
        "label": "220",
        "long": "Hingham Depot - Quincy Center Station",
        "short": "220",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "222",
        "label": "222",
        "long": "East Weymouth - Quincy Center Station",
        "short": "222",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "225",
        "label": "225",
        "long": "Weymouth Landing - Quincy Center Station",
        "short": "225",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "226",
        "label": "226",
        "long": "Columbian Square - Braintree Station",
        "short": "226",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "23",
        "label": "23",
        "long": "Ashmont Station - Ruggles Station via Washington Street",
        "short": "23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "230",
        "label": "230",
        "long": "Montello Station - Quincy Center Station",
        "short": "230",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "236",
        "label": "236",
        "long": "South Shore Plaza - Quincy Center Station",
        "short": "236",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "238",
        "label": "238",
        "long": "Holbrook/Randolph Station - Quincy Center Station",
        "short": "238",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "24",
        "label": "24",
        "long": "Wakefield Avenue & Truman Parkway - Ashmont Station",
        "short": "24",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "240",
        "label": "240",
        "long": "Avon Square - Ashmont Station",
        "short": "240",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "245",
        "label": "245",
        "long": "Quincy Center Station - Mattapan Station",
        "short": "245",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "26",
        "label": "26",
        "long": "Ashmont Station - Norfolk Street Loop",
        "short": "26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "28",
        "label": "28",
        "long": "Mattapan Station - Ruggles Station",
        "short": "28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "29",
        "label": "29",
        "long": "Mattapan Station - Jackson Square Station",
        "short": "29",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "30",
        "label": "30",
        "long": "Mattapan Station - Forest Hills Station via Cummins Highway and Roslindale Square",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "31",
        "label": "31",
        "long": "Mattapan Station - Forest Hills Station via Morton Street",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "32",
        "label": "32",
        "long": "Wolcott or Cleary Square - Forest Hills Station",
        "short": "32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "33",
        "label": "33",
        "long": "River Street & Milton Street - Mattapan Station",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "34",
        "label": "34",
        "long": "Dedham Square - Forest Hills Station",
        "short": "34",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "34E",
        "label": "34E",
        "long": "Walpole Center - Forest Hills Station",
        "short": "34E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "35",
        "label": "35",
        "long": "Dedham Mall or Stimson Street - Forest Hills Station",
        "short": "35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "350",
        "label": "350",
        "long": "North Burlington - Alewife Station",
        "short": "350",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "351",
        "label": "351",
        "long": "Bedford Woods Drive - Third Avenue",
        "short": "351",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "354",
        "label": "354",
        "long": "North Burlington - State Street, Boston",
        "short": "354",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "36",
        "label": "36",
        "long": "Millennium Park or VA Hospital - Forest Hills Station",
        "short": "36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "37",
        "label": "37",
        "long": "Baker Street & Vermont Street - Forest Hills Station",
        "short": "37",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "38",
        "label": "38",
        "long": "Wren Street - Forest Hills Station",
        "short": "38",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "39",
        "label": "39",
        "long": "Forest Hills Station - Back Bay Station",
        "short": "39",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4",
        "label": "4",
        "long": "North Station - Design Center",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "40",
        "label": "40",
        "long": "Georgetowne - Forest Hills Station",
        "short": "40",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "41",
        "label": "41",
        "long": "Centre Street & Eliot Street - JFK/UMass Station",
        "short": "41",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "411",
        "label": "411",
        "long": "Kennedy Drive or Jack Satter House - Malden Center Station",
        "short": "411",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "42",
        "label": "42",
        "long": "Forest Hills Station - Nubian Station",
        "short": "42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "424",
        "label": "424",
        "long": "Eastern Avenue & Essex Street - Wonderland Station",
        "short": "424",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "426",
        "label": "426",
        "long": "Central Square, Lynn - Haymarket or Wonderland Station",
        "short": "426",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "428",
        "label": "428",
        "long": "Oaklandvale - Haymarket Station",
        "short": "428",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "429",
        "label": "429",
        "long": "Northgate Shopping Center - Central Square, Lynn",
        "short": "429",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "43",
        "label": "43",
        "long": "Ruggles Station - Park Street Station",
        "short": "43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "430",
        "label": "430",
        "long": "Saugus Center - Malden Center Station",
        "short": "430",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "435",
        "label": "435",
        "long": "Liberty Tree Mall - Central Square, Lynn via Peabody Square",
        "short": "435",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "436",
        "label": "436",
        "long": "Liberty Tree Mall - Central Square, Lynn via Goodwin Circle",
        "short": "436",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "439",
        "label": "439",
        "long": "Nahant - Wonderland Station",
        "short": "439",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "44",
        "label": "44",
        "long": "Jackson Square Station - Ruggles Station",
        "short": "44",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "441",
        "label": "441",
        "long": "Marblehead - Wonderland Station via Paradise Road",
        "short": "441",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "441442",
        "label": "441/442",
        "long": "Marblehead - Wonderland Station",
        "short": "441/442",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "442",
        "label": "442",
        "long": "Marblehead - Wonderland Station via Humphrey Street",
        "short": "442",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "45",
        "label": "45",
        "long": "Franklin Park - Ruggles Station",
        "short": "45",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "450",
        "label": "450",
        "long": "Salem Depot - Wonderland or Haymarket Station",
        "short": "450",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "451",
        "label": "451",
        "long": "North Beverly Station - Salem Depot",
        "short": "451",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "455",
        "label": "455",
        "long": "Salem Depot - Wonderland Station",
        "short": "455",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "456",
        "label": "456",
        "long": "Salem Depot - Central Square, Lynn",
        "short": "456",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "47",
        "label": "47",
        "long": "Central Square, Cambridge - Broadway Station",
        "short": "47",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "50",
        "label": "50",
        "long": "Cleary Square - Forest Hills Station",
        "short": "50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "501",
        "label": "501",
        "long": "Brighton Center - Federal Street & Franklin Street",
        "short": "501",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "504",
        "label": "504",
        "long": "Watertown Yard - Federal Street & Franklin Street",
        "short": "504",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "505",
        "label": "505",
        "long": "Waltham Center - Federal Street & Franklin Street",
        "short": "505",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "51",
        "label": "51",
        "long": "Reservoir Station - Forest Hills Station",
        "short": "51",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "52",
        "label": "52",
        "long": "Dedham Mall - Watertown Yard",
        "short": "52",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "55",
        "label": "55",
        "long": "West Fenway - Arlington Station",
        "short": "55",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "553",
        "label": "553",
        "long": "Roberts - Newton Corner",
        "short": "553",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "554",
        "label": "554",
        "long": "Waverley Square - Newton Corner",
        "short": "554",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "556",
        "label": "556",
        "long": "Waltham Highlands - Newton Corner",
        "short": "556",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "558",
        "label": "558",
        "long": "Riverside Station - Newton Corner",
        "short": "558",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "57",
        "label": "57",
        "long": "Watertown Yard - Kenmore Station",
        "short": "57",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "59",
        "label": "59",
        "long": "Needham Junction - Watertown Square",
        "short": "59",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "60",
        "label": "60",
        "long": "Chestnut Hill - Kenmore Station",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "61",
        "label": "61",
        "long": "North Waltham - Waltham Center",
        "short": "61",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "62",
        "label": "62",
        "long": "Bedford VA Hospital - Alewife Station",
        "short": "62",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "64",
        "label": "64",
        "long": "Oak Square - Kendall/MIT Station",
        "short": "64",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "65",
        "label": "65",
        "long": "Brighton Center - Kenmore Station",
        "short": "65",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "66",
        "label": "66",
        "long": "Harvard Square - Nubian Station",
        "short": "66",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "67",
        "label": "67",
        "long": "Turkey Hill - Alewife Station",
        "short": "67",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "68",
        "label": "68",
        "long": "Harvard Square - Kendall/MIT Station",
        "short": "68",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "69",
        "label": "69",
        "long": "Harvard Square - Lechmere Station",
        "short": "69",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "7",
        "label": "7",
        "long": "City Point - Otis Street & Summer Street",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "70",
        "label": "70",
        "long": "Market Place Drive or Waltham Center - University Park",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "708",
        "label": "CT3",
        "long": "Beth Israel Deaconess Hospital - Andrew Station",
        "short": "CT3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "71",
        "label": "71",
        "long": "Watertown Square - Harvard Station",
        "short": "71",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "712",
        "label": "712",
        "long": "Point Shirley - Orient Heights Station via Revere Street",
        "short": "712",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "713",
        "label": "713",
        "long": "Point Shirley - Orient Heights Station via Winthrop Center",
        "short": "713",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "714",
        "label": "714",
        "long": "Hull Ferry - Hingham Depot",
        "short": "714",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "716",
        "label": "716",
        "long": "Canton Village Shoppes - Mattapan Station",
        "short": "716",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "73",
        "label": "73",
        "long": "Waverley Square - Harvard Station",
        "short": "73",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "74",
        "label": "74",
        "long": "Belmont Center - Harvard via Concord Avenue",
        "short": "74",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7C878E",
        "color_name": "gray",
        "has_shape": true,
        "id": "741",
        "label": "SL1",
        "long": "Logan Airport Terminals - South Station",
        "short": "SL1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7C878E",
        "color_name": "gray",
        "has_shape": true,
        "id": "742",
        "label": "SL2",
        "long": "Design Center - South Station",
        "short": "SL2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7C878E",
        "color_name": "gray",
        "has_shape": true,
        "id": "743",
        "label": "SL3",
        "long": "Chelsea Station - South Station",
        "short": "SL3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7C878E",
        "color_name": "gray",
        "has_shape": true,
        "id": "746",
        "label": "SLW",
        "long": "Silver Line Way - South Station",
        "short": "SLW",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7C878E",
        "color_name": "gray",
        "has_shape": true,
        "id": "749",
        "label": "SL5",
        "long": "Nubian Station - Temple Place",
        "short": "SL5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "75",
        "label": "75",
        "long": "Belmont Center - Harvard via Huron Avenue",
        "short": "75",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7C878E",
        "color_name": "gray",
        "has_shape": true,
        "id": "751",
        "label": "SL4",
        "long": "Nubian Station - South Station",
        "short": "SL4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "76",
        "label": "76",
        "long": "Lincoln Lab - Alewife Station",
        "short": "76",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "77",
        "label": "77",
        "long": "Arlington Heights - Harvard Station",
        "short": "77",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "78",
        "label": "78",
        "long": "Arlmont Village - Harvard Station",
        "short": "78",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "8",
        "label": "8",
        "long": "Harbor Point - Kenmore Station",
        "short": "8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "80",
        "label": "80",
        "long": "Arlington Center - Lechmere Station",
        "short": "80",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "83",
        "label": "83",
        "long": "Rindge Avenue - Central Square, Cambridge",
        "short": "83",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "85",
        "label": "85",
        "long": "Assembly Row - Ruggles Station",
        "short": "85",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "86",
        "label": "86",
        "long": "Harvard Square - Reservoir Station",
        "short": "86",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "87",
        "label": "87",
        "long": "Arlington Center - Lechmere Station",
        "short": "87",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "88",
        "label": "88",
        "long": "Clarendon Hill - Lechmere Station",
        "short": "88",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "89",
        "label": "89",
        "long": "Clarendon Hill or Davis Station - Sullivan Square Station",
        "short": "89",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "8993",
        "label": "89/93",
        "long": "Clarendon Hill - Haymarket Station",
        "short": "89/93",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "9",
        "label": "9",
        "long": "City Point - Copley Square",
        "short": "9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "90",
        "label": "90",
        "long": "Davis Station - Assembly Row",
        "short": "90",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "91",
        "label": "91",
        "long": "Sullivan Square Station - Central Square, Cambridge",
        "short": "91",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "92",
        "label": "92",
        "long": "Sullivan Square Station - Downtown via Main Street",
        "short": "92",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "93",
        "label": "93",
        "long": "Sullivan Square Station - Downtown via Bunker Hill Street",
        "short": "93",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "94",
        "label": "94",
        "long": "Medford Square - Davis Station",
        "short": "94",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "95",
        "label": "95",
        "long": "West Medford or Arlington Center - Sullivan Square Station",
        "short": "95",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "96",
        "label": "96",
        "long": "Medford Square - Harvard Station",
        "short": "96",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "97",
        "label": "97",
        "long": "Malden Center Station - Wellington Station",
        "short": "97",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "99",
        "label": "99",
        "long": "Woodland Road - Wellington Station",
        "short": "99",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "003DA5",
        "color_name": "blue",
        "has_shape": true,
        "id": "Blue",
        "label": "Blue Line",
        "long": "Blue Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "008EAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "Boat-EastBoston",
        "label": "East Boston Ferry",
        "long": "East Boston Ferry",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "008EAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "Boat-F1",
        "label": "Hingham Ferry",
        "long": "Hingham Ferry",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "008EAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "Boat-F10",
        "label": "Harbor Loop Ferry",
        "long": "Harbor Loop Ferry",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "008EAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "Boat-F2H",
        "label": "Hingham/Hull Ferry",
        "long": "Hingham/Hull Ferry",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "008EAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "Boat-F4",
        "label": "Charlestown Ferry",
        "long": "Charlestown Ferry",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "008EAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "Boat-F6",
        "label": "Winthrop Ferry",
        "long": "Winthrop Ferry",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "008EAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "Boat-F7",
        "label": "Quincy Ferry",
        "long": "Quincy Ferry",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "008EAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "Boat-F8",
        "label": "Winthrop/Quincy Ferry",
        "long": "Winthrop/Quincy Ferry",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "008EAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "Boat-Lynn",
        "label": "Lynn Ferry",
        "long": "Lynn Ferry",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "80276C",
        "color_name": "purple",
        "has_shape": true,
        "id": "CR-Fairmount",
        "label": "Fairmount Line",
        "long": "Fairmount Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "80276C",
        "color_name": "purple",
        "has_shape": true,
        "id": "CR-Fitchburg",
        "label": "Fitchburg Line",
        "long": "Fitchburg Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "80276C",
        "color_name": "purple",
        "has_shape": true,
        "id": "CR-Foxboro",
        "label": "Foxboro Event Service",
        "long": "Foxboro Event Service",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "80276C",
        "color_name": "purple",
        "has_shape": true,
        "id": "CR-Franklin",
        "label": "Franklin/Foxboro Line",
        "long": "Franklin/Foxboro Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "80276C",
        "color_name": "purple",
        "has_shape": true,
        "id": "CR-Greenbush",
        "label": "Greenbush Line",
        "long": "Greenbush Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "80276C",
        "color_name": "purple",
        "has_shape": true,
        "id": "CR-Haverhill",
        "label": "Haverhill Line",
        "long": "Haverhill Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "80276C",
        "color_name": "purple",
        "has_shape": true,
        "id": "CR-Kingston",
        "label": "Kingston Line",
        "long": "Kingston Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "80276C",
        "color_name": "purple",
        "has_shape": true,
        "id": "CR-Lowell",
        "label": "Lowell Line",
        "long": "Lowell Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "80276C",
        "color_name": "purple",
        "has_shape": true,
        "id": "CR-Needham",
        "label": "Needham Line",
        "long": "Needham Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "80276C",
        "color_name": "purple",
        "has_shape": true,
        "id": "CR-NewBedford",
        "label": "Fall River/New Bedford Line",
        "long": "Fall River/New Bedford Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "80276C",
        "color_name": "purple",
        "has_shape": true,
        "id": "CR-Newburyport",
        "label": "Newburyport/Rockport Line",
        "long": "Newburyport/Rockport Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "80276C",
        "color_name": "purple",
        "has_shape": true,
        "id": "CR-Providence",
        "label": "Providence/Stoughton Line",
        "long": "Providence/Stoughton Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "80276C",
        "color_name": "purple",
        "has_shape": true,
        "id": "CR-Worcester",
        "label": "Framingham/Worcester Line",
        "long": "Framingham/Worcester Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "006595",
        "color_name": "teal",
        "has_shape": true,
        "id": "CapeFlyer",
        "label": "CapeFLYER",
        "long": "CapeFLYER",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00843D",
        "color_name": "green",
        "has_shape": true,
        "id": "Green-B",
        "label": "B",
        "long": "Green Line B",
        "short": "B",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "00843D",
        "color_name": "green",
        "has_shape": true,
        "id": "Green-C",
        "label": "C",
        "long": "Green Line C",
        "short": "C",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "00843D",
        "color_name": "green",
        "has_shape": true,
        "id": "Green-D",
        "label": "D",
        "long": "Green Line D",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "00843D",
        "color_name": "green",
        "has_shape": true,
        "id": "Green-E",
        "label": "E",
        "long": "Green Line E",
        "short": "E",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DA291C",
        "color_name": "red",
        "has_shape": true,
        "id": "Mattapan",
        "label": "Mattapan Line",
        "long": "Mattapan Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "ED8B00",
        "color_name": "orange",
        "has_shape": true,
        "id": "Orange",
        "label": "Orange Line",
        "long": "Orange Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "DA291C",
        "color_name": "red",
        "has_shape": true,
        "id": "Red",
        "label": "Red Line",
        "long": "Red Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AirportGovernmentCenterExpress",
        "label": "Blue Line Shuttle",
        "long": "Airport - Government Center (Express)",
        "short": "Blue Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AirportGovernmentCenterLocal",
        "label": "Blue Line Shuttle",
        "long": "Airport - Government Center (Local)",
        "short": "Blue Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AirportGovernmentCenterLocalViaGate",
        "label": "Blue Line Shuttle",
        "long": "Airport - Government Center via Maverick",
        "short": "Blue Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AirportMaverick",
        "label": "Blue Line Shuttle",
        "long": "Airport - Maverick",
        "short": "Blue Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AirportWonderland",
        "label": "Blue Line Shuttle",
        "long": "Airport - Wonderland",
        "short": "Blue Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AlewifeDavis",
        "label": "Red Line Shuttle",
        "long": "Alewife - Davis",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AlewifeHarvardViaBrattle",
        "label": "Red Line Shuttle",
        "long": "Alewife - Harvard via Brattle Street",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AlewifeHarvardViaHolyoke",
        "label": "Red Line Shuttle",
        "long": "Alewife - Harvard via Holyoke Street",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AlewifeKendall",
        "label": "Red Line Shuttle",
        "long": "Alewife - Kendall/MIT",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AlewifeKendallExpress",
        "label": "Red Line Shuttle",
        "long": "Alewife - Kendall/MIT via Porter (Express)",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AlewifeLittletonExpress",
        "label": "Fitchburg Line Shuttle",
        "long": "Littleton/Route 495 - Alewife (Express)",
        "short": "Fitchburg Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AlewifeLittletonLocal",
        "label": "Fitchburg Line Shuttle",
        "long": "Littleton/Route 495 - Alewife (Local)",
        "short": "Fitchburg Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AlewifeParkSt",
        "label": "Red Line Shuttle",
        "long": "Alewife - Park Street",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AndersonWoburnLowell",
        "label": "Lowell Line Shuttle",
        "long": "Lowell - Anderson/Woburn",
        "short": "Lowell Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AndersonWoburnNorthStationExpress",
        "label": "Lowell Line Shuttle",
        "long": "Anderson/Woburn - North Station (Express)",
        "short": "Lowell Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AndersonWoburnNorthStationLocal",
        "label": "Lowell Line Shuttle",
        "long": "Anderson/Woburn - North Station (Local)",
        "short": "Lowell Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AndersonWoburnReading",
        "label": "Haverhill Line Shuttle",
        "long": "Reading - Anderson/Woburn",
        "short": "Haverhill Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AndoverHaverhill",
        "label": "Haverhill Line Shuttle",
        "long": "Haverhill - Andover",
        "short": "Haverhill Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AshlandFramingham",
        "label": "Worcester Line Shuttle",
        "long": "Ashland - Framingham",
        "short": "Worcester Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AshmontBraintree",
        "label": "Red Line Shuttle",
        "long": "Ashmont - Braintree",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AshmontBroadway",
        "label": "Red Line Shuttle",
        "long": "Ashmont - Broadway (Shuttle)",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AshmontJFK",
        "label": "Red Line Shuttle",
        "long": "Ashmont - JFK/UMass",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AshmontJFKUMass",
        "label": "Red Line Shuttle",
        "long": "Ashmont - JFK/UMass (Shuttle)",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AshmontMattapan",
        "label": "Mattapan Line Shuttle",
        "long": "Mattapan - Ashmont",
        "short": "Mattapan Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AshmontParkStreetViaPostOffice",
        "label": "Red Line Shuttle",
        "long": "Ashmont - Park Street via Post Office",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AttleboroProvidenceExpress",
        "label": "Providence Line Shuttle",
        "long": "Providence - Attleboro (Express)",
        "short": "Providence Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-AttleboroProvidenceLocal",
        "label": "Providence Line Shuttle",
        "long": "Providence - Attleboro (Local)",
        "short": "Providence Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BabcockBackBay",
        "label": "Green Line B Shuttle",
        "long": "Babcock Street - Back Bay",
        "short": "Green Line B Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BabcockBlandford",
        "label": "Green Line B Shuttle",
        "long": "Babcock Street - Blandford Street",
        "short": "Green Line B Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BabcockBostonCollege",
        "label": "Green Line B Shuttle",
        "long": "Boston College - Babcock Street",
        "short": "Green Line B Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BabcockCopley",
        "label": "Green Line B Shuttle",
        "long": "Babcock Street - Copley",
        "short": "Green Line B Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BabcockKenmore",
        "label": "Green Line B Shuttle",
        "long": "Babcock Street - Kenmore",
        "short": "Green Line B Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BabcockStreetBackBayViaCopley",
        "label": "Green Line B Shuttle",
        "long": "Babcock Street - Back Bay via Copley (Shuttle)",
        "short": "Green Line B Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BackBayBostonLanding",
        "label": "Worcester Line Shuttle",
        "long": "Boston Landing - Back Bay",
        "short": "Worcester Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BackBayBostonUniversityEast",
        "label": "Green Line B Shuttle",
        "long": "Boston University East - Back Bay",
        "short": "Green Line B Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BackBayJackson",
        "label": "Orange Line Shuttle",
        "long": "Jackson Square - Back Bay",
        "short": "Orange Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BackBayKenmore",
        "label": "Green Line Shuttle",
        "long": "Kenmore - Back Bay",
        "short": "Green Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BackBayRuggles",
        "label": "Orange Line Shuttle",
        "long": "Ruggles - Back Bay",
        "short": "Orange Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BackBayStMarys",
        "label": "Green Line C Shuttle",
        "long": "Saint Mary's Street - Back Bay",
        "short": "Green Line C Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BallardvaleMaldenCenter",
        "label": "Haverhill Line Shuttle",
        "long": "Ballardvale - Malden Center",
        "short": "Haverhill Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BallardvaleNorthStation",
        "label": "Haverhill Line Shuttle",
        "long": "Ballardvale - North Station",
        "short": "Haverhill Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BeverlyNewburyportExpress",
        "label": "Newburyport Line Shuttle",
        "long": "Newburyport - Beverly (Express)",
        "short": "Newburyport Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BeverlyNewburyportLocal",
        "label": "Newburyport Line Shuttle",
        "long": "Newburyport - Beverly (Local)",
        "short": "Newburyport Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BeverlyNorthStationLimited",
        "label": "Newburyport/Rockport Line Shuttle",
        "long": "Beverly - North Station (Limited)",
        "short": "Newburyport/Rockport Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BeverlyRockportExpress",
        "label": "Rockport Line Shuttle",
        "long": "Beverly - Rockport (Express)",
        "short": "Rockport Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BeverlyRockportLocal",
        "label": "Rockport Line Shuttle",
        "long": "Beverly - Rockport (Local)",
        "short": "Rockport Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BlandfordBostonCollege",
        "label": "Green Line B Shuttle",
        "long": "Boston College - Blandford Street",
        "short": "Green Line B Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BlandfordWashington",
        "label": "Green Line B Shuttle",
        "long": "Washington Street - Blandford Street",
        "short": "Green Line B Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BostonCollegeBackBay",
        "label": "Green Line B Shuttle",
        "long": "Boston College - Back Bay (Shuttle)",
        "short": "Green Line B Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BostonCollegeKenmore",
        "label": "Shuttle",
        "long": "Boston College - Kenmore (Shuttle)",
        "short": "Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BostonCollegePackardsCorner",
        "label": "Green Line B Shuttle",
        "long": "Boston College - Packard's Corner",
        "short": "Green Line B Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BostonCollegeWashington",
        "label": "Green Line B Shuttle",
        "long": "Boston College - Washington Street",
        "short": "Green Line B Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BostonLandingSouthStationExpress",
        "label": "Worcester Line Shuttle",
        "long": "Boston Landing - South Station (Express)",
        "short": "Worcester Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BostonUniversityEastPark",
        "label": "Green Line Shuttle",
        "long": "Boston University East - Park Street",
        "short": "Green Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BradfordHaverhill",
        "label": "Haverhill Line Shuttle",
        "long": "Haverhill - Bradford",
        "short": "Haverhill Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BraintreeBroadway",
        "label": "Red Line Shuttle",
        "long": "Braintree - Broadway",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BraintreeJFKUMass",
        "label": "Red Line Shuttle",
        "long": "Braintree - JFK/UMass (Shuttle)",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BraintreeNorthQuincy",
        "label": "Red Line Shuttle",
        "long": "Braintree - North Quincy (Shuttle)",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BraintreeQuincyCenter",
        "label": "Red Line Shuttle",
        "long": "Braintree - Quincy Center",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BraintreeSouthStationExpress",
        "label": "Commuter Rail Shuttle",
        "long": "Braintree - South Station (Express)",
        "short": "Commuter Rail Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BraintreeSouthWeymouth",
        "label": "Kingston Line Shuttle",
        "long": "South Weymouth - Braintree",
        "short": "Kingston Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BroadwayHarvard",
        "label": "Red Line Shuttle",
        "long": "Harvard - Broadway",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BroadwayJFK",
        "label": "Red Line Shuttle",
        "long": "JFK/UMass - Broadway",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BroadwayKendall",
        "label": "Red Line Shuttle",
        "long": "Kendall/MIT - Broadway via Downtown Crossing",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BroadwayKendallOmitDTX",
        "label": "Red Line Shuttle",
        "long": "Kendall/MIT - Broadway via Pearl Street",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BroadwayNorthQuincy",
        "label": "Red Line Shuttle",
        "long": "North Quincy - Broadway",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BroadwayQuincyCenterExpress",
        "label": "Red Line Shuttle",
        "long": "Quincy Center - Broadway (Express)",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BrooklineHillsBackBay",
        "label": "Green Line D Shuttle",
        "long": "Brookline Hills - Back Bay (Shuttle)",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BrooklineHillsKenmore",
        "label": "Green Line D Shuttle",
        "long": "Brookline Hills - Kenmore",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BrooklineHillsNewtonHighlands",
        "label": "Green Line D Shuttle",
        "long": "Newton Highlands - Brookline Hills",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BrooklineHillsReservoir",
        "label": "Green Line D Shuttle",
        "long": "Reservoir - Brookline Hills",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BrooklineHillsRiverside",
        "label": "Green Line D Shuttle",
        "long": "Riverside - Brookline Hills",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-BrooklineVillageRiverside",
        "label": "Green Line D Shuttle",
        "long": "Riverside - Brookline Village",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-CantonJunctionForgePark",
        "label": "Commuter Rail Shuttle",
        "long": "Canton Junction - Forge Park/495 (Shuttle)",
        "short": "Commuter Rail Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-CantonJunctionStoughton",
        "label": "Providence/Stoughton Line Shuttle",
        "long": "Stoughton - Canton Junction",
        "short": "Providence/Stoughton Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-CastleIslandJFK",
        "label": "Parade of Sail Shuttle",
        "long": "JFK/UMass - Castle Island",
        "short": "Parade of Sail Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-ChelseaLynn",
        "label": "Newburyport/Rockport Line Shuttle",
        "long": "Lynn - Chelsea",
        "short": "Newburyport/Rockport Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-ClevelandCircleCoolidgeCorner",
        "label": "Green Line C Shuttle",
        "long": "Cleveland Circle - Coolidge Corner",
        "short": "Green Line C Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-ClevelandCircleKenmore",
        "label": "Shuttle",
        "long": "Cleveland Circle - Kenmore (Shuttle)",
        "short": "Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-ClevelandCircleStMarys",
        "label": "Green Line C Shuttle",
        "long": "Cleveland Circle - Saint Mary's Street",
        "short": "Green Line C Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-CopleyForestHills",
        "label": "Orange Line Shuttle",
        "long": "Forest Hills - Copley",
        "short": "Orange Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-CopleyJacksonSquare",
        "label": "Orange Line Shuttle",
        "long": "Jackson Square - Copley",
        "short": "Orange Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-CopleyKenmore",
        "label": "Green Line Shuttle",
        "long": "Kenmore - Copley",
        "short": "Green Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-CopleyRiversideExpress",
        "label": "Green Line D Shuttle",
        "long": "Riverside - Copley (Express)",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-CopleyRiversideLimited",
        "label": "Green Line D Shuttle",
        "long": "Riverside - Copley via Woodland (Express)",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-CopleyRuggles",
        "label": "Orange Line Shuttle",
        "long": "Ruggles - Copley",
        "short": "Orange Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-CopleyWoodlandLimited",
        "label": "Green Line D Shuttle",
        "long": "Woodland - Copley via Riverside (Express)",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-EastSomervilleMedford",
        "label": "Green Line E Shuttle",
        "long": "Medford/Tufts - East Somerville",
        "short": "Green Line E Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-FenwayKenmore",
        "label": "Green Line D Shuttle",
        "long": "Fenway - Kenmore",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-FenwayNewtonHighlands",
        "label": "Green Line D Shuttle",
        "long": "Newton Highlands - Fenway",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-FenwayReservoir",
        "label": "Green Line D Shuttle",
        "long": "Reservoir - Fenway",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-FenwayRiverside",
        "label": "Green Line D Shuttle",
        "long": "Riverside - Fenway",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-ForestHillsBackBay",
        "label": "Orange Line Shuttle",
        "long": "Forest Hills - Back Bay (Shuttle)",
        "short": "Orange Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-ForestHillsBackBayViaCopley",
        "label": "Orange Line Shuttle",
        "long": "Forest Hills - Back Bay via Copley (Shuttle)",
        "short": "Orange Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-ForestHillsBackBayViaRugglesBusway",
        "label": "Orange Line Shuttle",
        "long": "Forest Hills - Back Bay via Ruggles Busway (Shuttle)",
        "short": "Orange Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-ForestHillsJackson",
        "label": "Orange Line Shuttle",
        "long": "Forest Hills - Jackson Square",
        "short": "Orange Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-ForestHillsJacksonSquare",
        "label": "Orange Line Shuttle",
        "long": "Forest Hills - Jackson Square (Shuttle)",
        "short": "Orange Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-ForestHillsNeedhamHeights",
        "label": "Needham Line Shuttle",
        "long": "Needham Heights - Forest Hills",
        "short": "Needham Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-ForestHillsNewtonHighlands",
        "label": "Needham Line Shuttle",
        "long": "Newton Highlands - Forest Hills",
        "short": "Needham Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-ForestHillsRuggles",
        "label": "Orange Line Shuttle",
        "long": "Forest Hills - Ruggles",
        "short": "Orange Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-ForgeParkNorwoodCentral",
        "label": "Franklin Line Shuttle",
        "long": "Forge Park/495 - Norwood Central",
        "short": "Franklin Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-ForgeParkReadville",
        "label": "Franklin Line Shuttle",
        "long": "Forge Park/495 - Readville",
        "short": "Franklin Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-ForgeParkSouthStation",
        "label": "Franklin Line Shuttle",
        "long": "Forge Park/495 - South Station",
        "short": "Franklin Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-ForgeParkWalpole",
        "label": "Franklin Line Shuttle",
        "long": "Forge Park/495 - Walpole",
        "short": "Franklin Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic",
        "label": "Shuttle",
        "long": "",
        "short": "Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Blue",
        "label": "Blue Line Shuttle",
        "long": "",
        "short": "Blue Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-CommuterRail",
        "label": "Commuter Rail Shuttle",
        "long": "",
        "short": "Commuter Rail Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-CommuterRail-North",
        "label": "North Side Commuter Rail Shuttle",
        "long": "",
        "short": "North Side Commuter Rail Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-CommuterRail-South",
        "label": "South Side Commuter Rail Shuttle",
        "long": "",
        "short": "South Side Commuter Rail Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Elevator",
        "label": "Elevator Shuttle",
        "long": "",
        "short": "Elevator Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Fairmount",
        "label": "Fairmount Line Shuttle",
        "long": "",
        "short": "Fairmount Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Fitchburg",
        "label": "Fitchburg Line Shuttle",
        "long": "",
        "short": "Fitchburg Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Franklin",
        "label": "Franklin/Foxboro Line Shuttle",
        "long": "",
        "short": "Franklin/Foxboro Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Green",
        "label": "Green Line Shuttle",
        "long": "",
        "short": "Green Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Green-B",
        "label": "Green Line B Shuttle",
        "long": "",
        "short": "Green Line B Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Green-C",
        "label": "Green Line C Shuttle",
        "long": "",
        "short": "Green Line C Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Green-D",
        "label": "Green Line D Shuttle",
        "long": "",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Green-E",
        "label": "Green Line E Shuttle",
        "long": "",
        "short": "Green Line E Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Green-Trunk",
        "label": "Green Line Subway Shuttle",
        "long": "",
        "short": "Green Line Subway Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Greenbush",
        "label": "Greenbush Line Shuttle",
        "long": "",
        "short": "Greenbush Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Haverhill",
        "label": "Haverhill Line Shuttle",
        "long": "",
        "short": "Haverhill Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Kingston",
        "label": "Kingston Line Shuttle",
        "long": "",
        "short": "Kingston Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Lowell",
        "label": "Lowell Line Shuttle",
        "long": "",
        "short": "Lowell Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Mattapan",
        "label": "Mattapan Line Shuttle",
        "long": "",
        "short": "Mattapan Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Needham",
        "label": "Needham Line Shuttle",
        "long": "",
        "short": "Needham Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Newburyport",
        "label": "Newburyport/Rockport Line Shuttle",
        "long": "",
        "short": "Newburyport/Rockport Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Orange",
        "label": "Orange Line Shuttle",
        "long": "",
        "short": "Orange Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Providence",
        "label": "Providence/Stoughton Line Shuttle",
        "long": "",
        "short": "Providence/Stoughton Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Red",
        "label": "Red Line Shuttle",
        "long": "",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Red-Ashmont",
        "label": "Red Line Ashmont Shuttle",
        "long": "",
        "short": "Red Line Ashmont Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Red-Braintree",
        "label": "Red Line Braintree Shuttle",
        "long": "",
        "short": "Red Line Braintree Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Red-Trunk",
        "label": "Red Line Trunk Shuttle",
        "long": "",
        "short": "Red Line Trunk Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Shuttle-Generic-Worcester",
        "label": "Framingham/Worcester Line Shuttle",
        "long": "",
        "short": "Framingham/Worcester Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-GovernmentCenterMedfordTufts",
        "label": "Green Line E Shuttle",
        "long": "Government Center - Medford/Tufts (Shuttle)",
        "short": "Green Line E Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-GovernmentCenterMedfordViaUnionSq",
        "label": "Green Line Shuttle",
        "long": "Medford/Tufts - Government Center via Union Square",
        "short": "Green Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-GovernmentCenterNorthStation",
        "label": "Green Line Shuttle",
        "long": "North Station - Government Center",
        "short": "Green Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-GovernmentCenterUnionSquare",
        "label": "Green Line Shuttle",
        "long": "Union Square - Government Center",
        "short": "Green Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-GovernmentCenterWonderland",
        "label": "Blue Line Shuttle",
        "long": "Wonderland - Government Center",
        "short": "Blue Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-GreenbushNorthScituate",
        "label": "Greenbush Line Shuttle",
        "long": "Greenbush - North Scituate",
        "short": "Greenbush Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-HalifaxKingston",
        "label": "Kingston Line Shuttle",
        "long": "Kingston - Halifax",
        "short": "Kingston Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-HarvardJFK",
        "label": "Red Line Shuttle",
        "long": "Harvard - JFK/UMass via Congress Street",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-HarvardJFKOmitCongress",
        "label": "Red Line Shuttle",
        "long": "Harvard - JFK/UMass via State Street",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-HarvardKendall",
        "label": "Red Line Shuttle",
        "long": "Harvard - Kendall/MIT (Loop)",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-HarvardPark",
        "label": "Red Line Shuttle",
        "long": "Harvard - Park Street",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-HarvardSouthStation",
        "label": "Red Line Shuttle",
        "long": "Harvard - South Station",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-HaverhillMaldenCenter",
        "label": "Haverhill Line Shuttle",
        "long": "Haverhill - Malden Center",
        "short": "Haverhill Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-HaverhillNorthStation",
        "label": "Haverhill Line Shuttle",
        "long": "Haverhill - North Station",
        "short": "Haverhill Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-HaverhillReadingExpress",
        "label": "Haverhill Line Shuttle",
        "long": "Haverhill - Reading (Express)",
        "short": "Haverhill Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-HaverhillReadingLocal",
        "label": "Haverhill Line Shuttle",
        "long": "Haverhill - Reading (Local)",
        "short": "Haverhill Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-HaymarketAirport",
        "label": "Blue Line Shuttle",
        "long": "Haymarket - Airport (Shuttle)",
        "short": "Blue Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-HaymarketAirportExpress",
        "label": "Blue Line Shuttle",
        "long": "Haymarket - Airport (Express)",
        "short": "Blue Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-HaymarketAirportLocal",
        "label": "Blue Line Shuttle",
        "long": "Haymarket - Airport (Local)",
        "short": "Blue Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-HeathPark",
        "label": "Green Line E Shuttle",
        "long": "Heath Street - Park Street",
        "short": "Green Line E Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-HeathPrudential",
        "label": "Green Line E Shuttle",
        "long": "Heath Street - Prudential",
        "short": "Green Line E Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-JFKKendall",
        "label": "Red Line Shuttle",
        "long": "Kendall/MIT - JFK/UMass",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-JFKMattapan",
        "label": "Red/Mattapan Line Shuttle",
        "long": "Mattapan - JFK/UMass",
        "short": "Red/Mattapan Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-JFKNorthQuincy",
        "label": "Red Line Shuttle",
        "long": "North Quincy - JFK/UMass",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-JFKPark",
        "label": "Red Line Shuttle",
        "long": "JFK/UMass - Park Street",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-JFKParkStreetViaPostOffice",
        "label": "Red Line Shuttle",
        "long": "JFK/UMass - Park Street via Post Office",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-JFKUMassBroadway",
        "label": "Red Line Shuttle",
        "long": "JFK/UMass - Broadway (Shuttle)",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-JFKUMassKendallMIT",
        "label": "Red Line Shuttle",
        "long": "JFK/UMass - Kendall/MIT (Shuttle)",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-KendallPark",
        "label": "Red Line Shuttle",
        "long": "Kendall/MIT - Park Street",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-KenmoreBackBayViaCopley",
        "label": "Green Line B Shuttle",
        "long": "Kenmore - Back Bay via Copley (Shuttle)",
        "short": "Green Line B Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-KenmoreReservoir",
        "label": "Green Line D Shuttle",
        "long": "Reservoir - Kenmore",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-KenmoreRiverside",
        "label": "Green Line D Shuttle",
        "long": "Riverside - Kenmore",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-KenmoreStMarysNotFenway",
        "label": "Green Line C Shuttle",
        "long": "Saint Mary's Street - Kenmore",
        "short": "Green Line C Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-KenmoreStMarysRiverside",
        "label": "Green Line D Shuttle",
        "long": "Riverside - Kenmore via Saint Mary's Street",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-KenmoreWashington",
        "label": "Green Line B Shuttle",
        "long": "Washington Street - Kenmore",
        "short": "Green Line B Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-LechmereNorthStation",
        "label": "Green Line Shuttle",
        "long": "Lechmere - North Station",
        "short": "Green Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-LittletonWachusett",
        "label": "Fitchburg Line Shuttle",
        "long": "Wachusett - Littleton/Route 495",
        "short": "Fitchburg Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-LowellWilmington",
        "label": "Lowell Line Shuttle",
        "long": "Lowell - Wilmington",
        "short": "Lowell Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-LynnNorthStationExpress",
        "label": "Newburyport/Rockport Line Shuttle",
        "long": "Lynn - North Station (Express)",
        "short": "Newburyport/Rockport Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-LynnSwampscott",
        "label": "Newburyport/Rockport Line Shuttle",
        "long": "Lynn - Swampscott",
        "short": "Newburyport/Rockport Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-ManchesterGloucester",
        "label": "Rockport Line Shuttle",
        "long": "Manchester - Gloucester",
        "short": "Rockport Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-ManchesterRockport",
        "label": "Rockport Line Shuttle",
        "long": "Manchester - Rockport",
        "short": "Rockport Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-MattapanAshmont",
        "label": "Mattapan Line Shuttle",
        "long": "Mattapan - Ashmont (Shuttle)",
        "short": "Mattapan Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-MaverickWonderland",
        "label": "Blue Line Shuttle",
        "long": "Maverick - Wonderland",
        "short": "Blue Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-MedfordNorthStation",
        "label": "Green Line E Shuttle",
        "long": "Medford/Tufts - North Station",
        "short": "Green Line E Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-NavyYardSullivan",
        "label": "Parade of Sail Shuttle",
        "long": "Sullivan Square - Navy Yard",
        "short": "Parade of Sail Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-NewburyportOakGroveExpress",
        "label": "Newburyport Line Shuttle",
        "long": "Newburyport - Oak Grove (Express)",
        "short": "Newburyport Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-NewburyportOakGroveLimited",
        "label": "Newburyport Line Shuttle",
        "long": "Newburyport - Oak Grove (Limited)",
        "short": "Newburyport Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-NewburyportSalemExpress",
        "label": "Newburyport Line Shuttle",
        "long": "Newburyport - Salem (Express)",
        "short": "Newburyport Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-NewburyportSalemLocal",
        "label": "Newburyport Line Shuttle",
        "long": "Newburyport - Salem (Local)",
        "short": "Newburyport Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-NewtonHighlandsKenmore",
        "label": "Green Line D Shuttle",
        "long": "Newton Highlands - Kenmore",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-NewtonHighlandsReservoir",
        "label": "Green Line D Shuttle",
        "long": "Newton Highlands - Reservoir",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-NewtonHighlandsRiverside",
        "label": "Green Line D Shuttle",
        "long": "Riverside - Newton Highlands",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-NewtonHighlandsStMarysKenmore",
        "label": "Green Line D Shuttle",
        "long": "Newton Highlands - Kenmore via Saint Mary's Street",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-NorthBillericaLowell",
        "label": "Lowell Line Shuttle",
        "long": "Lowell - North Billerica",
        "short": "Lowell Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-NorthLeominsterWachusett",
        "label": "Fitchburg Line Shuttle",
        "long": "Wachusett - North Leominster",
        "short": "Fitchburg Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-NorthQuincyBroadway",
        "label": "Red Line Shuttle",
        "long": "North Quincy - Broadway (Shuttle)",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-NorthStationMedfordTufts",
        "label": "Green Line E Shuttle",
        "long": "North Station - Medford/Tufts (Shuttle)",
        "short": "Green Line E Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-NorthStationOakGroveExpress",
        "label": "Orange Line Shuttle",
        "long": "North Station - Oak Grove (Express)",
        "short": "Orange Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-NorthStationOakGroveLocal",
        "label": "Orange Line Shuttle",
        "long": "North Station - Oak Grove (Local)",
        "short": "Orange Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-NorthStationSullivanSquare",
        "label": "Green Line Shuttle",
        "long": "North Station - Sullivan Square via East Somerville",
        "short": "Green Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-NorthStationSwampscottLimited",
        "label": "Newburyport/Rockport Line Shuttle",
        "long": "Swampscott - North Station (Limited)",
        "short": "Newburyport/Rockport Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-NorthStationUnionSquare",
        "label": "Green Line Shuttle",
        "long": "Union Square - North Station",
        "short": "Green Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-NorthStationWellingtonExpress",
        "label": "Orange Line Shuttle",
        "long": "North Station - Wellington (Express)",
        "short": "Orange Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-NorthStationWellingtonLocal",
        "label": "Orange Line Shuttle",
        "long": "North Station - Wellington (Local)",
        "short": "Orange Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-OakGroveReading",
        "label": "Haverhill Line Shuttle",
        "long": "Reading - Oak Grove",
        "short": "Haverhill Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-OakGroveRockportExpress",
        "label": "Newburyport Line Shuttle",
        "long": "Rockport - Oak Grove (Express)",
        "short": "Newburyport Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-OakGroveRockportLimited",
        "label": "Newburyport Line Shuttle",
        "long": "Rockport - Oak Grove (Limited)",
        "short": "Newburyport Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-OakGroveSalemLocal",
        "label": "Newburyport Line Shuttle",
        "long": "Salem - Oak Grove (Local)",
        "short": "Newburyport Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-OrientHeightsGovernmentCenterExpress",
        "label": "Blue Line Shuttle",
        "long": "Orient Heights - Government Center (Express)",
        "short": "Blue Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-OrientHeightsGovernmentCenterLocal",
        "label": "Blue Line Shuttle",
        "long": "Orient Heights - Government Center (Local)",
        "short": "Blue Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-OrientHeightsWonderland",
        "label": "Blue Line Shuttle",
        "long": "Wonderland - Orient Heights",
        "short": "Blue Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-PawtucketProvidence",
        "label": "Providence Line Shuttle",
        "long": "Providence - Pawtucket/Central Falls",
        "short": "Providence Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-QuincyCenterBroadway",
        "label": "Red Line Shuttle",
        "long": "Quincy Center - Broadway (Shuttle)",
        "short": "Red Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-ReadvilleSouthStation",
        "label": "Fairmount Line Shuttle",
        "long": "Readville - South Station",
        "short": "Fairmount Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-ReservoirRiverside",
        "label": "Green Line D Shuttle",
        "long": "Riverside - Reservoir",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-RiversideCopley",
        "label": "Green Line D Shuttle",
        "long": "Riverside - Copley (Shuttle)",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-RiversideKenmore",
        "label": "Green Line D Shuttle",
        "long": "Riverside - Kenmore (Shuttle)",
        "short": "Green Line D Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-RockportSalemExpress",
        "label": "Rockport Line Shuttle",
        "long": "Rockport - Salem (Express)",
        "short": "Rockport Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-RockportSalemLocal",
        "label": "Rockport Line Shuttle",
        "long": "Rockport - Salem (Local)",
        "short": "Rockport Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-RockportWestGloucester",
        "label": "Rockport Line Shuttle",
        "long": "Rockport - West Gloucester",
        "short": "Rockport Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-ShirleyWachusett",
        "label": "Fitchburg Line Shuttle",
        "long": "Wachusett - Shirley",
        "short": "Fitchburg Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-SouthStationSouthWeymouth",
        "label": "Kingston Line Shuttle",
        "long": "South Weymouth - South Station",
        "short": "Kingston Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-StateSullivan",
        "label": "Orange Line Shuttle",
        "long": "Sullivan Square - State",
        "short": "Orange Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-SuffolkDownsWonderland",
        "label": "Blue Line Shuttle",
        "long": "Wonderland - Suffolk Downs",
        "short": "Blue Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-TFGreenWickfordJunction",
        "label": "Providence Line Shuttle",
        "long": "Wickford Junction - TF Green Airport",
        "short": "Providence Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC72C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Shuttle-WonderlandAirport",
        "label": "Blue Line Shuttle",
        "long": "Wonderland - Airport (Shuttle)",
        "short": "Blue Line Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 9618,
    "stop_points_capped": true
  },
  "rubric_version": "1.1",
  "schema_version": "1.7",
  "shapes_readiness": {
    "detail": "All 112578 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 112578,
    "trips_with_shape": 112578
  },
  "snapshot_date": "2026-07-09",
  "top_fixes": [
    {
      "code": "same_name_and_description_for_stop",
      "count": 331,
      "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,
      "rank": 1,
      "severity": "WARNING",
      "what": "Same name and description for stop (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "route_short_name_too_long",
      "count": 217,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'route_short_name_too_long' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 8.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "Route short name too long (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "stop_without_stop_time",
      "count": 139,
      "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": 8.0,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
