{
  "agency": {
    "country": "AU",
    "id": "transperth",
    "name": "Transperth",
    "operating_note": "One metropolitan network feed for Perth's bus, train, and ferry services, published by the Public Transport Authority of Western Australia; counted as one feed record.",
    "subdivision_code": "AU-WA",
    "subdivision_name": "Western Australia"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 0.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 0.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 14877,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 59030,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 14877,
          "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": 25.0,
          "severity": "WARNING",
          "what": "14877 of 14877 stops don't say whether a wheelchair user can board there.",
          "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
        },
        {
          "code": "scorecard_wheelchair_accessible_unknown",
          "count": 59030,
          "effort": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "59030 of 59030 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_stop_names_all_caps",
          "count": 14877,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Rename stops to mixed case where the language has letter case (for example, 'Central Station').",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "INFO",
          "what": "About 14877 stop names are written in ALL CAPS.",
          "why": "Mixed-case names are easier to read in apps and are read more naturally by screen readers."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 22.5,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 13,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 181,
          "WARNING": 637
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_bike_allowance",
          "count": 356,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_bike_allowance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Missing bike allowance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "expired_calendar",
          "count": 148,
          "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": 8.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": "stop_without_stop_time",
          "count": 51,
          "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 transit vehicle is scheduled to arrive."
        },
        {
          "code": "leading_or_trailing_whitespaces",
          "count": 42,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'leading_or_trailing_whitespaces' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Leading or trailing whitespaces (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "service_has_no_active_day_of_the_week",
          "count": 12,
          "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_has_too_many_matches_for_shape",
          "count": 11,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stop_has_too_many_matches_for_shape' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Stop has too many matches for shape (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "duplicate_route_name",
          "count": 7,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "route_short_name_too_long",
          "count": 5,
          "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": 4.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_too_far_from_shape",
          "count": 4,
          "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": 4.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the transit vehicle route through the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "code": "big_gap_in_service",
          "count": 175,
          "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": 1.0,
          "severity": "INFO",
          "what": "Big gap in service (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 5,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        },
        {
          "code": "unknown_file",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unknown_file' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Unknown file (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 38.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 13 kinds of issue across 818 instances (0 error, 637 warning, 181 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 86,
        "effective_expiry_date": "2026-10-12",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-10-12",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 86 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 86 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Transperth Spatial Data Access terms: a non-exclusive, attribution-only grant. State that the data is available free of charge from www.transperth.wa.gov.au and do not use PTA trademarks with it. This is a custom government license, not Creative Commons.",
    "reachable": true,
    "sha256": "3e853252181b457753864488c896c382c7e8df93fe442c96468abc17bf014bc3",
    "size_bytes": 29641958,
    "static_url": "http://www.transperth.wa.gov.au/TimetablePDFs/GoogleTransit/Production/google_transit.zip"
  },
  "ferry_profile": {
    "accessibility": {
      "measures": "published_values_not_physical_usability",
      "terminals": {
        "allowed_count": 0,
        "allowed_pct": null,
        "not_allowed_count": 0,
        "not_allowed_pct": null,
        "stated_count": 0,
        "stated_pct": null,
        "total_count": 0
      },
      "trips": {
        "allowed_count": 0,
        "allowed_pct": 0.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 0,
        "stated_pct": 0.0,
        "total_count": 356
      }
    },
    "bikes": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 356
    },
    "cars": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 356
    },
    "fares": {
      "applied": false,
      "fare_free": false,
      "model": "none",
      "scope": "whole_feed"
    },
    "graded": false,
    "measured": true,
    "realtime": {
      "configured_kinds": [],
      "kinds_configured": 0,
      "scope": "whole_feed"
    },
    "route_count": 1,
    "scope": "ferry_routes_and_trips",
    "stop_access": {
      "direct_count": 0,
      "eligible_terminal_count": 0,
      "stated_count": 0,
      "stated_pct": null,
      "through_station_count": 0
    },
    "terminal_hierarchy": {
      "boarding_location_count": 0,
      "parented_boarding_location_count": 0,
      "parented_boarding_location_pct": null,
      "referenced_station_count": 0
    },
    "trip_count": 356
  },
  "fetch": {
    "final_url": "https://www.transperth.wa.gov.au/TimetablePDFs/GoogleTransit/Production/google_transit.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-18T00:00:00+00:00",
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 13,
        "trip_count": 8586,
        "trip_share_pct": 14.5
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 413,
        "trip_count": 50088,
        "trip_share_pct": 84.9
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 1,
        "trip_count": 356,
        "trip_share_pct": 0.6
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 427,
    "trip_count": 59030
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 44.9,
    "margin_to_next_band": 15.1,
    "score": 44.9
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 394,
      "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": "394 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (Ferry, 212, 228, 232, 240, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 0,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 59030
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "route_count": 427,
    "routes": [
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "CRS-CAR-943",
        "label": "802",
        "long": "",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "CRS-CAR-944",
        "label": "803",
        "long": "",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "CRS-CAR-946",
        "label": "804",
        "long": "",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "EBS-EBS-4115",
        "label": "810",
        "long": "",
        "short": "810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "EBS-EBS-4116",
        "label": "811",
        "long": "",
        "short": "811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "EBS-EBS-4117",
        "label": "812",
        "long": "",
        "short": "812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "GWB-KAR-3712",
        "label": "880",
        "long": "",
        "short": "880",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "GWB-KAR-3713",
        "label": "881",
        "long": "",
        "short": "881",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "LIL-BRO-4384",
        "label": "890",
        "long": "",
        "short": "890",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "MBC-MPJ-3152",
        "label": "645",
        "long": "",
        "short": "645",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-CIR-3593",
        "label": "999",
        "long": "",
        "short": "999",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-CIR-3594",
        "label": "998",
        "long": "",
        "short": "998",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-2706",
        "label": "30",
        "long": "",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-2707",
        "label": "31",
        "long": "",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-2708",
        "label": "32",
        "long": "",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-2709",
        "label": "33",
        "long": "",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-2710",
        "label": "34",
        "long": "",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-2711",
        "label": "35",
        "long": "",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-2714",
        "label": "38",
        "long": "",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-2715",
        "label": "39",
        "long": "",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-2724",
        "label": "282",
        "long": "",
        "short": "282",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-2725",
        "label": "283",
        "long": "",
        "short": "283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-2726",
        "label": "284",
        "long": "",
        "short": "284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-2727",
        "label": "285",
        "long": "",
        "short": "285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-2732",
        "label": "293",
        "long": "",
        "short": "293",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-2989",
        "label": "279",
        "long": "",
        "short": "279",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-3564",
        "label": "935",
        "long": "",
        "short": "935",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-3615",
        "label": "960",
        "long": "",
        "short": "960",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-3970",
        "label": "281",
        "long": "",
        "short": "281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4058",
        "label": "270",
        "long": "",
        "short": "270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4059",
        "label": "271",
        "long": "",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4064",
        "label": "274",
        "long": "",
        "short": "274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4065",
        "label": "273",
        "long": "",
        "short": "273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4095",
        "label": "37",
        "long": "",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4108",
        "label": "275",
        "long": "",
        "short": "275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4109",
        "label": "276",
        "long": "",
        "short": "276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4129",
        "label": "294",
        "long": "",
        "short": "294",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4154",
        "label": "292",
        "long": "",
        "short": "292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4160",
        "label": "280",
        "long": "",
        "short": "280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4161",
        "label": "940",
        "long": "",
        "short": "940",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4162",
        "label": "290",
        "long": "",
        "short": "290",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4163",
        "label": "291",
        "long": "",
        "short": "291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4203",
        "label": "277",
        "long": "",
        "short": "277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4204",
        "label": "278",
        "long": "",
        "short": "278",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4267",
        "label": "176",
        "long": "",
        "short": "176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4283",
        "label": "222",
        "long": "",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4284",
        "label": "224",
        "long": "",
        "short": "224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4285",
        "label": "225",
        "long": "",
        "short": "225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4300",
        "label": "51",
        "long": "",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4301",
        "label": "36",
        "long": "",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4340",
        "label": "101",
        "long": "",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4341",
        "label": "307",
        "long": "",
        "short": "307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-KAL-4344",
        "label": "920",
        "long": "",
        "short": "920",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-3093",
        "label": "19",
        "long": "",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-3094",
        "label": "20",
        "long": "",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-3095",
        "label": "41",
        "long": "",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-3096",
        "label": "42",
        "long": "",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-3105",
        "label": "67",
        "long": "",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-3106",
        "label": "68",
        "long": "",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-3108",
        "label": "377",
        "long": "",
        "short": "377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-3142",
        "label": "950",
        "long": "",
        "short": "950",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-3180",
        "label": "406",
        "long": "",
        "short": "406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-3614",
        "label": "960",
        "long": "",
        "short": "960",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-3709",
        "label": "360",
        "long": "",
        "short": "360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-3710",
        "label": "361",
        "long": "",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-3711",
        "label": "362",
        "long": "",
        "short": "362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-3967",
        "label": "449",
        "long": "",
        "short": "449",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-3968",
        "label": "375",
        "long": "",
        "short": "375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-4125",
        "label": "980",
        "long": "",
        "short": "980",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-4198",
        "label": "40",
        "long": "",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-4199",
        "label": "43",
        "long": "",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-4200",
        "label": "45",
        "long": "",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-4201",
        "label": "46",
        "long": "",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-4229",
        "label": "351",
        "long": "",
        "short": "351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-4230",
        "label": "352",
        "long": "",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-4231",
        "label": "353",
        "long": "",
        "short": "353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-4232",
        "label": "354",
        "long": "",
        "short": "354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-4233",
        "label": "355",
        "long": "",
        "short": "355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-4234",
        "label": "356",
        "long": "",
        "short": "356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-4238",
        "label": "363",
        "long": "",
        "short": "363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-4241",
        "label": "451",
        "long": "",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-4244",
        "label": "975",
        "long": "",
        "short": "975",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-4246",
        "label": "950X",
        "long": "",
        "short": "950X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-4250",
        "label": "350",
        "long": "",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-MOR-4346",
        "label": "360X",
        "long": "",
        "short": "360X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-RRP-3854",
        "label": "901",
        "long": "",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-RRP-4114",
        "label": "902",
        "long": "",
        "short": "902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-SES-3979",
        "label": "652",
        "long": "",
        "short": "652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-SES-3980",
        "label": "653",
        "long": "",
        "short": "653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PAT-SES-3982",
        "label": "655",
        "long": "",
        "short": "655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PHN-PTH-3505",
        "label": "870",
        "long": "",
        "short": "870",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PHN-PTH-3506",
        "label": "871",
        "long": "",
        "short": "871",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PHN-PTH-3507",
        "label": "872",
        "long": "",
        "short": "872",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PTR-GDN-3873",
        "label": "800",
        "long": "",
        "short": "800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PTR-GDN-3896",
        "label": "850",
        "long": "",
        "short": "850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PTR-GDN-3897",
        "label": "851",
        "long": "",
        "short": "851",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PTR-GDN-3898",
        "label": "852",
        "long": "",
        "short": "852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PTR-GDN-3899",
        "label": "853",
        "long": "",
        "short": "853",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PTR-GDN-3900",
        "label": "854",
        "long": "",
        "short": "854",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PTR-GDN-3901",
        "label": "855",
        "long": "",
        "short": "855",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PTR-GDN-3902",
        "label": "856",
        "long": "",
        "short": "856",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "PWT-FRY-3",
        "label": "Ferry",
        "long": "Ferry",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-CIR-3593",
        "label": "999",
        "long": "",
        "short": "999",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-CIR-3594",
        "label": "998",
        "long": "",
        "short": "998",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-2759",
        "label": "910",
        "long": "",
        "short": "910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-2797",
        "label": "111",
        "long": "",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-2799",
        "label": "148",
        "long": "",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-2801",
        "label": "158",
        "long": "",
        "short": "158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-2802",
        "label": "160",
        "long": "",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-2803",
        "label": "500",
        "long": "",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-2805",
        "label": "502",
        "long": "",
        "short": "502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-2806",
        "label": "503",
        "long": "",
        "short": "503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-2807",
        "label": "504",
        "long": "",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-2808",
        "label": "505",
        "long": "",
        "short": "505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-2809",
        "label": "510",
        "long": "",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-2810",
        "label": "511",
        "long": "",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-2811",
        "label": "513",
        "long": "",
        "short": "513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-2812",
        "label": "514",
        "long": "",
        "short": "514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-2813",
        "label": "520",
        "long": "",
        "short": "520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-2815",
        "label": "525",
        "long": "",
        "short": "525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-2816",
        "label": "526",
        "long": "",
        "short": "526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-2817",
        "label": "530",
        "long": "",
        "short": "530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-2818",
        "label": "531",
        "long": "",
        "short": "531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-2819",
        "label": "532",
        "long": "",
        "short": "532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-3005",
        "label": "512",
        "long": "",
        "short": "512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-3612",
        "label": "114",
        "long": "",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-3624",
        "label": "115",
        "long": "",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-3742",
        "label": "535",
        "long": "",
        "short": "535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-3744",
        "label": "536",
        "long": "",
        "short": "536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-FRE-4007",
        "label": "915",
        "long": "",
        "short": "915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "002F6C",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-PCA-1",
        "label": "Blue CAT",
        "long": "Blue CAT",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9D2235",
        "color_name": "red",
        "has_shape": false,
        "id": "SCT-PCA-2",
        "label": "Red CAT",
        "long": "Red CAT",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "509E2F",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-PCA-2850",
        "label": "Green CAT",
        "long": "Green CAT",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "65428A",
        "color_name": "purple",
        "has_shape": false,
        "id": "SCT-PCA-4066",
        "label": "Purple CAT",
        "long": "Purple CAT",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F1B434",
        "color_name": "yellow",
        "has_shape": false,
        "id": "SCT-PCA-905",
        "label": "Yellow CAT",
        "long": "Yellow CAT",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-1797",
        "label": "550",
        "long": "",
        "short": "550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-1798",
        "label": "551",
        "long": "",
        "short": "551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-1799",
        "label": "552",
        "long": "",
        "short": "552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-1800",
        "label": "553",
        "long": "",
        "short": "553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-1801",
        "label": "554",
        "long": "",
        "short": "554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-1802",
        "label": "557",
        "long": "",
        "short": "557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-1803",
        "label": "558",
        "long": "",
        "short": "558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-1804",
        "label": "559",
        "long": "",
        "short": "559",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-1805",
        "label": "561",
        "long": "",
        "short": "561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-1807",
        "label": "564",
        "long": "",
        "short": "564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-1808",
        "label": "594",
        "long": "",
        "short": "594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-1809",
        "label": "597",
        "long": "",
        "short": "597",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-1810",
        "label": "598",
        "long": "",
        "short": "598",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-1812",
        "label": "591",
        "long": "",
        "short": "591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-1813",
        "label": "592",
        "long": "",
        "short": "592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-1815",
        "label": "589",
        "long": "",
        "short": "589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-1816",
        "label": "540",
        "long": "",
        "short": "540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-1817",
        "label": "541",
        "long": "",
        "short": "541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-1818",
        "label": "542",
        "long": "",
        "short": "542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-1819",
        "label": "543",
        "long": "",
        "short": "543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-1855",
        "label": "556",
        "long": "",
        "short": "556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-1863",
        "label": "588",
        "long": "",
        "short": "588",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-1878",
        "label": "555",
        "long": "",
        "short": "555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-2144",
        "label": "586",
        "long": "",
        "short": "586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-2572",
        "label": "568",
        "long": "",
        "short": "568",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-2631",
        "label": "584",
        "long": "",
        "short": "584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-2642",
        "label": "600",
        "long": "",
        "short": "600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-2742",
        "label": "604",
        "long": "",
        "short": "604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-2959",
        "label": "560",
        "long": "",
        "short": "560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-2960",
        "label": "563",
        "long": "",
        "short": "563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-2961",
        "label": "567",
        "long": "",
        "short": "567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-2980",
        "label": "593",
        "long": "",
        "short": "593",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-3439",
        "label": "565",
        "long": "",
        "short": "565",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-3488",
        "label": "605",
        "long": "",
        "short": "605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-3512",
        "label": "566",
        "long": "",
        "short": "566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-3622",
        "label": "548",
        "long": "",
        "short": "548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-3623",
        "label": "549",
        "long": "",
        "short": "549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-4018",
        "label": "544",
        "long": "",
        "short": "544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-4023",
        "label": "569",
        "long": "",
        "short": "569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-4144",
        "label": "574",
        "long": "",
        "short": "574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-4145",
        "label": "585",
        "long": "",
        "short": "585",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-ROC-4146",
        "label": "577",
        "long": "",
        "short": "577",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-RRP-3859",
        "label": "909",
        "long": "",
        "short": "909",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-RRP-4168",
        "label": "949",
        "long": "",
        "short": "949",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-SES-3985",
        "label": "658",
        "long": "",
        "short": "658",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SCT-SES-3986",
        "label": "659",
        "long": "",
        "short": "659",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-ALB-3793",
        "label": "804",
        "long": "",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-ALB-3794",
        "label": "803",
        "long": "",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-ALB-3797",
        "label": "805",
        "long": "",
        "short": "805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-ALB-3868",
        "label": "808",
        "long": "",
        "short": "808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-ALB-3869",
        "label": "806",
        "long": "",
        "short": "806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-ALB-3870",
        "label": "807",
        "long": "",
        "short": "807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-BBY-3272",
        "label": "827",
        "long": "",
        "short": "827",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-BBY-3273",
        "label": "828",
        "long": "",
        "short": "828",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-BBY-3274",
        "label": "829",
        "long": "",
        "short": "829",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-BBY-3275",
        "label": "830",
        "long": "",
        "short": "830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-BBY-3277",
        "label": "832",
        "long": "",
        "short": "832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-BBY-3278",
        "label": "841",
        "long": "",
        "short": "841",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-BBY-3279",
        "label": "843",
        "long": "",
        "short": "843",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-BBY-3280",
        "label": "844",
        "long": "",
        "short": "844",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-BBY-3670",
        "label": "826",
        "long": "",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-BBY-3701",
        "label": "842",
        "long": "",
        "short": "842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-BBY-4314",
        "label": "840",
        "long": "",
        "short": "840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-BSN-3232",
        "label": "815",
        "long": "",
        "short": "815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-BSN-3233",
        "label": "816",
        "long": "",
        "short": "816",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-BSN-3234",
        "label": "817",
        "long": "",
        "short": "817",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-KLG-4050",
        "label": "861",
        "long": "",
        "short": "861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-KLG-4051",
        "label": "862",
        "long": "",
        "short": "862",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-KLG-4052",
        "label": "863",
        "long": "",
        "short": "863",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-KLG-4053",
        "label": "864",
        "long": "",
        "short": "864",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-KLG-4054",
        "label": "865",
        "long": "",
        "short": "865",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "STR-KLG-4055",
        "label": "866",
        "long": "",
        "short": "866",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CAN-1473",
        "label": "177",
        "long": "",
        "short": "177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CAN-1775",
        "label": "515",
        "long": "",
        "short": "515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CAN-1782",
        "label": "516",
        "long": "",
        "short": "516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CAN-1783",
        "label": "519",
        "long": "",
        "short": "519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CAN-1784",
        "label": "206",
        "long": "",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CAN-1785",
        "label": "207",
        "long": "",
        "short": "207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CAN-1788",
        "label": "208",
        "long": "",
        "short": "208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CAN-1850",
        "label": "179",
        "long": "",
        "short": "179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CAN-1852",
        "label": "517",
        "long": "",
        "short": "517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CAN-2551",
        "label": "518",
        "long": "",
        "short": "518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CAN-3835",
        "label": "178",
        "long": "",
        "short": "178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CAN-4268",
        "label": "200",
        "long": "",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CAN-4269",
        "label": "201",
        "long": "",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CAN-4270",
        "label": "202",
        "long": "",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CAN-4271",
        "label": "203",
        "long": "",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CAN-4272",
        "label": "925",
        "long": "",
        "short": "925",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CAN-4273",
        "label": "205",
        "long": "",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CAN-4292",
        "label": "204",
        "long": "",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CAN-4316",
        "label": "523",
        "long": "",
        "short": "523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CAN-4317",
        "label": "527",
        "long": "",
        "short": "527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CAN-4318",
        "label": "537",
        "long": "",
        "short": "537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CAN-4342",
        "label": "72",
        "long": "",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CAN-4343",
        "label": "73",
        "long": "",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CIR-3593",
        "label": "999",
        "long": "",
        "short": "999",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CIR-3594",
        "label": "998",
        "long": "",
        "short": "998",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CLA-1643",
        "label": "23",
        "long": "",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CLA-1644",
        "label": "24",
        "long": "",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CLA-1645",
        "label": "25",
        "long": "",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CLA-1646",
        "label": "27",
        "long": "",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CLA-1647",
        "label": "28",
        "long": "",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CLA-1657",
        "label": "97",
        "long": "",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CLA-1658",
        "label": "103",
        "long": "",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CLA-1706",
        "label": "107",
        "long": "",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CLA-1707",
        "label": "102",
        "long": "",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CLA-2982",
        "label": "950",
        "long": "",
        "short": "950",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CLA-3865",
        "label": "96",
        "long": "",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CLA-4028",
        "label": "995",
        "long": "",
        "short": "995",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-CLA-4319",
        "label": "950X",
        "long": "",
        "short": "950X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F1B434",
        "color_name": "yellow",
        "has_shape": false,
        "id": "SWA-JCA-3958",
        "label": "Yellow CAT",
        "long": "Yellow CAT",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "002F6C",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JCA-3959",
        "label": "Blue CAT",
        "long": "Blue CAT",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9D2235",
        "color_name": "red",
        "has_shape": false,
        "id": "SWA-JCA-3960",
        "label": "Red CAT",
        "long": "Red CAT",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3928",
        "label": "384",
        "long": "",
        "short": "384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3930",
        "label": "386",
        "long": "",
        "short": "386",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3931",
        "label": "389",
        "long": "",
        "short": "389",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3932",
        "label": "390",
        "long": "",
        "short": "390",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3933",
        "label": "391",
        "long": "",
        "short": "391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3934",
        "label": "450",
        "long": "",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3935",
        "label": "460",
        "long": "",
        "short": "460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3936",
        "label": "461",
        "long": "",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3937",
        "label": "462",
        "long": "",
        "short": "462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3938",
        "label": "463",
        "long": "",
        "short": "463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3939",
        "label": "464",
        "long": "",
        "short": "464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3940",
        "label": "465",
        "long": "",
        "short": "465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3941",
        "label": "466",
        "long": "",
        "short": "466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3942",
        "label": "467",
        "long": "",
        "short": "467",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3943",
        "label": "468",
        "long": "",
        "short": "468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3945",
        "label": "470",
        "long": "",
        "short": "470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3946",
        "label": "471",
        "long": "",
        "short": "471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3947",
        "label": "473",
        "long": "",
        "short": "473",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3948",
        "label": "474",
        "long": "",
        "short": "474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3949",
        "label": "480",
        "long": "",
        "short": "480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3950",
        "label": "481",
        "long": "",
        "short": "481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3951",
        "label": "482",
        "long": "",
        "short": "482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3952",
        "label": "483",
        "long": "",
        "short": "483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3953",
        "label": "484",
        "long": "",
        "short": "484",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3955",
        "label": "491",
        "long": "",
        "short": "491",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3957",
        "label": "970",
        "long": "",
        "short": "970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3965",
        "label": "448",
        "long": "",
        "short": "448",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-3966",
        "label": "374",
        "long": "",
        "short": "374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-4186",
        "label": "498",
        "long": "",
        "short": "498",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-4187",
        "label": "492",
        "long": "",
        "short": "492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-4188",
        "label": "496",
        "long": "",
        "short": "496",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-4189",
        "label": "494",
        "long": "",
        "short": "494",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-4190",
        "label": "495",
        "long": "",
        "short": "495",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-4191",
        "label": "486",
        "long": "",
        "short": "486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-4192",
        "label": "485",
        "long": "",
        "short": "485",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-4193",
        "label": "487",
        "long": "",
        "short": "487",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-4194",
        "label": "488",
        "long": "",
        "short": "488",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-4195",
        "label": "479",
        "long": "",
        "short": "479",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-4239",
        "label": "371",
        "long": "",
        "short": "371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-4242",
        "label": "452",
        "long": "",
        "short": "452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-4245",
        "label": "970X",
        "long": "",
        "short": "970X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-JOO-4256",
        "label": "386X",
        "long": "",
        "short": "386X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-1857",
        "label": "990",
        "long": "",
        "short": "990",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2248",
        "label": "403",
        "long": "",
        "short": "403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2471",
        "label": "404",
        "long": "",
        "short": "404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2481",
        "label": "15",
        "long": "",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2483",
        "label": "81",
        "long": "",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2497",
        "label": "402",
        "long": "",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2498",
        "label": "407",
        "long": "",
        "short": "407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2500",
        "label": "410",
        "long": "",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2502",
        "label": "412",
        "long": "",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2503",
        "label": "413",
        "long": "",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2504",
        "label": "414",
        "long": "",
        "short": "414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2505",
        "label": "421",
        "long": "",
        "short": "421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2506",
        "label": "423",
        "long": "",
        "short": "423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2507",
        "label": "424",
        "long": "",
        "short": "424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2508",
        "label": "425",
        "long": "",
        "short": "425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2510",
        "label": "427",
        "long": "",
        "short": "427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2512",
        "label": "441",
        "long": "",
        "short": "441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2513",
        "label": "442",
        "long": "",
        "short": "442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2514",
        "label": "443",
        "long": "",
        "short": "443",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2515",
        "label": "444",
        "long": "",
        "short": "444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2516",
        "label": "445",
        "long": "",
        "short": "445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2517",
        "label": "446",
        "long": "",
        "short": "446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2518",
        "label": "447",
        "long": "",
        "short": "447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2554",
        "label": "422",
        "long": "",
        "short": "422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2569",
        "label": "428",
        "long": "",
        "short": "428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2570",
        "label": "388",
        "long": "",
        "short": "388",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-2634",
        "label": "415",
        "long": "",
        "short": "415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-3000",
        "label": "84",
        "long": "",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-4112",
        "label": "95",
        "long": "",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-4240",
        "label": "416",
        "long": "",
        "short": "416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-4321",
        "label": "Surf CAT",
        "long": "Surf CAT",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-758",
        "label": "85",
        "long": "",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-771",
        "label": "82",
        "long": "",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MAR-773",
        "label": "83",
        "long": "",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-3029",
        "label": "310",
        "long": "",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-3031",
        "label": "312",
        "long": "",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-3032",
        "label": "314",
        "long": "",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-3033",
        "label": "315",
        "long": "",
        "short": "315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-3034",
        "label": "320",
        "long": "",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-3035",
        "label": "321",
        "long": "",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-3036",
        "label": "322",
        "long": "",
        "short": "322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-3037",
        "label": "323",
        "long": "",
        "short": "323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-3038",
        "label": "324",
        "long": "",
        "short": "324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-3039",
        "label": "325",
        "long": "",
        "short": "325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-3040",
        "label": "326",
        "long": "",
        "short": "326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-3041",
        "label": "327",
        "long": "",
        "short": "327",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-3042",
        "label": "328",
        "long": "",
        "short": "328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-3044",
        "label": "331",
        "long": "",
        "short": "331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-3513",
        "label": "301",
        "long": "",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-3812",
        "label": "313",
        "long": "",
        "short": "313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-4219",
        "label": "308",
        "long": "",
        "short": "308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-4220",
        "label": "340",
        "long": "",
        "short": "340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-4221",
        "label": "341",
        "long": "",
        "short": "341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-4222",
        "label": "342",
        "long": "",
        "short": "342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-4223",
        "label": "343",
        "long": "",
        "short": "343",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-4224",
        "label": "345",
        "long": "",
        "short": "345",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-4225",
        "label": "346",
        "long": "",
        "short": "346",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-4226",
        "label": "347",
        "long": "",
        "short": "347",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-4227",
        "label": "348",
        "long": "",
        "short": "348",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-4228",
        "label": "349",
        "long": "",
        "short": "349",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-4235",
        "label": "357",
        "long": "",
        "short": "357",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-4236",
        "label": "358",
        "long": "",
        "short": "358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-4237",
        "label": "359",
        "long": "",
        "short": "359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MID-4243",
        "label": "455",
        "long": "",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-MSH-2094",
        "label": "300",
        "long": "",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-RRP-3855",
        "label": "904",
        "long": "",
        "short": "904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-RRP-3858",
        "label": "908",
        "long": "",
        "short": "908",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-RRP-4167",
        "label": "944",
        "long": "",
        "short": "944",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-RRP-4247",
        "label": "903",
        "long": "",
        "short": "903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SES-3978",
        "label": "650",
        "long": "",
        "short": "650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SES-3981",
        "label": "654",
        "long": "",
        "short": "654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SES-3983",
        "label": "656",
        "long": "",
        "short": "656",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SES-3984",
        "label": "657",
        "long": "",
        "short": "657",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SES-4181",
        "label": "620",
        "long": "",
        "short": "620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-133",
        "label": "212",
        "long": "",
        "short": "212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-141",
        "label": "228",
        "long": "",
        "short": "228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-142",
        "label": "232",
        "long": "",
        "short": "232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-146",
        "label": "240",
        "long": "",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-1463",
        "label": "220",
        "long": "",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-147",
        "label": "241",
        "long": "",
        "short": "241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-148",
        "label": "243",
        "long": "",
        "short": "243",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-149",
        "label": "244",
        "long": "",
        "short": "244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-150",
        "label": "245",
        "long": "",
        "short": "245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-152",
        "label": "250",
        "long": "",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-153",
        "label": "251",
        "long": "",
        "short": "251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-2638",
        "label": "254",
        "long": "",
        "short": "254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-3535",
        "label": "930",
        "long": "",
        "short": "930",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-4016",
        "label": "233",
        "long": "",
        "short": "233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-4022",
        "label": "219",
        "long": "",
        "short": "219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-4174",
        "label": "249",
        "long": "",
        "short": "249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-4277",
        "label": "209",
        "long": "",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-4279",
        "label": "213",
        "long": "",
        "short": "213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-4280",
        "label": "214",
        "long": "",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-4281",
        "label": "215",
        "long": "",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-4282",
        "label": "216",
        "long": "",
        "short": "216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-4291",
        "label": "930X",
        "long": "",
        "short": "930X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-4299",
        "label": "529",
        "long": "",
        "short": "529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-4304",
        "label": "259",
        "long": "",
        "short": "259",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-4305",
        "label": "262",
        "long": "",
        "short": "262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-4306",
        "label": "246",
        "long": "",
        "short": "246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-4307",
        "label": "255",
        "long": "",
        "short": "255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-4315",
        "label": "256",
        "long": "",
        "short": "256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-4339",
        "label": "227",
        "long": "",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-815",
        "label": "210",
        "long": "",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-819",
        "label": "229",
        "long": "",
        "short": "229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "SWA-SRI-821",
        "label": "231",
        "long": "",
        "short": "231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CF4520",
        "color_name": "red",
        "has_shape": false,
        "id": "TRA-TRA-137",
        "label": "Australind",
        "long": "Australind",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "CF4520",
        "color_name": "red",
        "has_shape": false,
        "id": "TRA-TRA-145",
        "label": "Prospector",
        "long": "Prospector",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "CF4520",
        "color_name": "red",
        "has_shape": false,
        "id": "TRA-TRA-2146",
        "label": "Esperance",
        "long": "",
        "short": "Esperance",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CF4520",
        "color_name": "red",
        "has_shape": false,
        "id": "TRA-TRA-2147",
        "label": "Esperance",
        "long": "",
        "short": "Esperance",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CF4520",
        "color_name": "red",
        "has_shape": false,
        "id": "TRA-TRA-2148",
        "label": "Pemberton",
        "long": "",
        "short": "Pemberton",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CF4520",
        "color_name": "red",
        "has_shape": false,
        "id": "TRA-TRA-2149",
        "label": "Pemberton",
        "long": "",
        "short": "Pemberton",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CF4520",
        "color_name": "red",
        "has_shape": false,
        "id": "TRA-TRA-2150",
        "label": "Kalgoorlie-Esperance",
        "long": "",
        "short": "Kalgoorlie-Esperance",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CF4520",
        "color_name": "red",
        "has_shape": false,
        "id": "TRA-TRA-2160",
        "label": "Pemberton",
        "long": "",
        "short": "Pemberton",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CF4520",
        "color_name": "red",
        "has_shape": false,
        "id": "TRA-TRA-2164",
        "label": "Albany",
        "long": "",
        "short": "Albany",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CF4520",
        "color_name": "red",
        "has_shape": false,
        "id": "TRA-TRA-2173",
        "label": "Albany",
        "long": "",
        "short": "Albany",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CF4520",
        "color_name": "red",
        "has_shape": false,
        "id": "TRA-TRA-2174",
        "label": "Albany",
        "long": "",
        "short": "Albany",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CF4520",
        "color_name": "red",
        "has_shape": false,
        "id": "TRA-TRA-2176",
        "label": "Kalbarri",
        "long": "",
        "short": "Kalbarri",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CF4520",
        "color_name": "red",
        "has_shape": false,
        "id": "TRA-TRA-2177",
        "label": "Geraldton",
        "long": "",
        "short": "Geraldton",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CF4520",
        "color_name": "red",
        "has_shape": false,
        "id": "TRA-TRA-2178",
        "label": "Geraldton",
        "long": "",
        "short": "Geraldton",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CF4520",
        "color_name": "red",
        "has_shape": false,
        "id": "TRA-TRA-2179",
        "label": "Geraldton-Meekatharra",
        "long": "",
        "short": "Geraldton-Meekatharra",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CF4520",
        "color_name": "red",
        "has_shape": false,
        "id": "TRA-TRA-2180",
        "label": "Albany-Hopetoun",
        "long": "",
        "short": "Albany-Hopetoun",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CF4520",
        "color_name": "red",
        "has_shape": false,
        "id": "TRA-TRA-3527",
        "label": "MerredinLink",
        "long": "MerredinLink",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "CF4520",
        "color_name": "red",
        "has_shape": false,
        "id": "TRA-TRA-3528",
        "label": "AvonLink",
        "long": "AvonLink",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "CF4520",
        "color_name": "red",
        "has_shape": false,
        "id": "TRA-TRA-3611",
        "label": "Geraldton",
        "long": "",
        "short": "Geraldton",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CF4520",
        "color_name": "red",
        "has_shape": false,
        "id": "TRA-TRA-3826",
        "label": "Bunbury-Boyup Brook",
        "long": "",
        "short": "Bunbury-Boyup Brook",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CF4520",
        "color_name": "red",
        "has_shape": false,
        "id": "TRA-TRA-4126",
        "label": "East Perth",
        "long": "",
        "short": "East Perth",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CF4520",
        "color_name": "red",
        "has_shape": false,
        "id": "TRA-TRA-4178",
        "label": "Australind Rail Replacement",
        "long": "",
        "short": "Australind Rail Replacement",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "949300",
        "color_name": "brown",
        "has_shape": false,
        "id": "WES-RAI-1827",
        "label": "Yanchep Line",
        "long": "Yanchep Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "002F6C",
        "color_name": "green",
        "has_shape": false,
        "id": "WES-RAI-1829",
        "label": "Fremantle Line",
        "long": "Fremantle Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F2A900",
        "color_name": "yellow",
        "has_shape": false,
        "id": "WES-RAI-1830",
        "label": "Armadale Line",
        "long": "Armadale Line",
        "short": "",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "AB72C2",
        "color_name": "purple",
        "has_shape": false,
        "id": "WES-RAI-1831",
        "label": "Thornlie-Cockburn Line",
        "long": "Thornlie-Cockburn Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "CB6015",
        "color_name": "orange",
        "has_shape": false,
        "id": "WES-RAI-1865",
        "label": "Mandurah Line",
        "long": "Mandurah Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "910048",
        "color_name": "red",
        "has_shape": false,
        "id": "WES-RAI-3871",
        "label": "Midland Line",
        "long": "Midland Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "4FC7B5",
        "color_name": "teal",
        "has_shape": false,
        "id": "WES-RAI-4106",
        "label": "Airport Line",
        "long": "Airport Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "D32737",
        "color_name": "red",
        "has_shape": false,
        "id": "WES-RAI-4248",
        "label": "Ellenbrook Line",
        "long": "Ellenbrook Line",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "009645",
        "color_name": "green",
        "has_shape": false,
        "id": "WES-RAI-4313",
        "label": "Stadium Special",
        "long": "Stadium Special",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      }
    ],
    "stop_count": 0,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-18",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 14877,
      "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": 25.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "14877 of 14877 stops don't say whether a wheelchair user can board there.",
      "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
    },
    {
      "code": "scorecard_wheelchair_accessible_unknown",
      "count": 59030,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "59030 of 59030 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
    },
    {
      "code": "scorecard_missing_feed_info_dates",
      "count": 1,
      "effort": "Two fields, set once in export settings.",
      "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    }
  ],
  "validator_version": "8.0.1"
}
