{
  "agency": {
    "country": "UY",
    "id": "mtop-uruguay-metropolitan",
    "name": "Servicios metropolitanos de \u00f3mnibus (MTOP Uruguay)",
    "subdivision_code": "UY-MO",
    "subdivision_name": "Montevideo"
  },
  "autofix": {
    "available": true,
    "download_path": "data/artifacts/mtop-uruguay-metropolitan/corrected.zip",
    "download_url": "https://d14aimrgrbaz2a.cloudfront.net/data/artifacts/mtop-uruguay-metropolitan/corrected.zip",
    "fixes": [
      {
        "code": "autofix_stop_name_case",
        "count": 5230,
        "examples": [
          "TERMINAL B.BRUM -> Terminal B.brum",
          "RIO NEGRO -> Rio Negro",
          "AV. LIBERTADOR -> Av. Libertador"
        ],
        "label": "Recased shouting stop names"
      },
      {
        "code": "autofix_route_name_case",
        "count": 173,
        "examples": [
          "MDEO./LAS PIEDRAS -> Mdeo./las Piedras",
          "LAS PIEDRAS/MDEO. -> Las Piedras/mdeo.",
          "MDEO./LAS PIEDRAS -> Mdeo./las Piedras"
        ],
        "label": "Recased shouting route names"
      }
    ],
    "total": 5403
  },
  "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": 0.0,
          "stop_names": 4.1,
          "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": 0.0,
        "mixed_case_stop_name_pct": 27.3,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 7190,
        "trips": 7549,
        "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": 7190,
          "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": "7190 of 7190 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": 7549,
          "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": "7549 of 7549 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "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": 5230,
          "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": 10.9,
          "severity": "INFO",
          "what": "About 5230 stop names are written in ALL CAPS.",
          "why": "Mixed-case names are easier to read in apps and are read more naturally by screen readers."
        },
        {
          "code": "scorecard_missing_headsigns",
          "count": 7549,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Populate trip_headsign to match what the bus displays.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "7549 of 7549 trips have no headsign.",
          "why": "Riders at the stop can't tell which direction a bus is going."
        },
        {
          "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."
        }
      ],
      "name": "completeness",
      "score": 11.6,
      "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": 7,
        "instances_by_severity": {
          "ERROR": 3,
          "INFO": 0,
          "WARNING": 4913
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "point_near_origin",
          "count": 3,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'point_near_origin' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Point near origin (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 3196,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "stop_without_stop_time",
          "count": 1698,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no bus is scheduled to arrive."
        },
        {
          "code": "duplicate_route_name",
          "count": 11,
          "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": "fast_travel_between_far_stops",
          "count": 4,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'fast_travel_between_far_stops' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Fast travel between far stops (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 3,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a bus can.",
          "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
        },
        {
          "code": "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."
        }
      ],
      "name": "correctness",
      "score": 54.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 7 kinds of issue across 4916 instances (3 error, 4913 warning, 0 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 165,
        "effective_expiry_date": "2026-12-25",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-12-25",
        "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 165 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": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 165 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. 1 validator error to resolve. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "export_diff": {
    "changes": [
      "Route A (Ruta A Hacia El Centro), A (Ruta A Hacia La Colonia), A GUAN (Ruta A El Guano Hacia El Centro), A GUAN (Ruta A El Guano Hacia La Colonia), A Rafa (Ruta A Rafael Vidal Hacia El Centro), and 163 more are no longer in the export.",
      "Route 10A (MDEO./TALA (x REC.NORMAL)), 10A (MDEO./TALA (x TOT.VILLA SERENA)), 10A (TALA/MDEO. (x REC.NORMAL)), 10A (TALA/MDEO. (x REC.NORMAL)), 10A (TALA/MDEO. (x TOT.VILLA SERENA)), and 366 more are new in this export.",
      "7391 stops left the export.",
      "7190 new stops appeared.",
      "The export now has 7,549 trips, 7,045 more than before.",
      "Service now runs through 2026-12-25 (was 2019-12-31)."
    ],
    "from_sha256": "f82eb4b2860a2935dc33aba3ea29ae449e25928adbe5af9529ba70e313b9c4dc",
    "to_sha256": "462fff07f5ec623a10e853a7dfb82294705af83c5420f781748b672946993830"
  },
  "feed": {
    "license_note": "Licencia de Datos Abiertos de Uruguay; published by the Ministerio de Transporte y Obras P\u00fablicas, Direcci\u00f3n Nacional de Transporte.",
    "reachable": true,
    "sha256": "462fff07f5ec623a10e853a7dfb82294705af83c5420f781748b672946993830",
    "size_bytes": 2696542,
    "static_url": "https://catalogodatos.gub.uy/dataset/1d50ccf7-121d-48a7-951e-28a02858d24e/resource/9f44b654-751a-42a4-a481-af91b7c9a2e4/download"
  },
  "fetch": {
    "final_url": "https://catalogodatos.gub.uy/dataset/1d50ccf7-121d-48a7-951e-28a02858d24e/resource/9f44b654-751a-42a4-a481-af91b7c9a2e4/download/gtfs_20260326.zip",
    "max_attempts": 1,
    "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-13T00:00:00+00:00",
  "geo": {
    "bbox": [
      -56.64363,
      -34.92379,
      -55.39771,
      -34.19291
    ],
    "lat": -34.73544,
    "lon": -56.07967,
    "stop_count": 7187
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 48.5,
    "margin_to_next_band": 11.5,
    "score": 48.5
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 116,
      "effort": "A short text field per affected stop; start with the busiest.",
      "fix": "Add tts_stop_name with the spoken form, e.g. 'Main Street and Second Avenue', for the affected stops.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "116 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"AV. LIBERTADOR\", \"AV. 70 M\", \"AV. URUGUAY\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 7190,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 1698,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "1698 of 7190 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 1698,
    "single_stop_trips": 0,
    "trips_total": 7549
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/mtop-uruguay-metropolitan/geometry.geojson",
    "route_count": 371,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "19000",
        "label": "ML1",
        "long": "SANTIAGO VAZQUEZ/P.PASCUAL (x BARRIOS)",
        "short": "ML1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "19001",
        "label": "ML1",
        "long": "PLAYA PASCUAL/S.VAZQUEZ (x BARRIOS)",
        "short": "ML1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "19002",
        "label": "ML1",
        "long": "SGO.VAZQUEZ/PLAYA PASCUAL.(x BARRIOS y TORYAL)",
        "short": "ML1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "19003",
        "label": "ML1",
        "long": "PLAYA PASCUAL/SGO.VAZQUEZ (x TORYAL Y BARRIOS)",
        "short": "ML1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "19004",
        "label": "ML2",
        "long": "PASO DE LA ARENA/PLAYA PASCUAL",
        "short": "ML2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "19005",
        "label": "ML2",
        "long": "PLAYA PASCUAL/PASO DE LA ARENA",
        "short": "ML2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "19007",
        "label": "ML2",
        "long": "SANTIAGO VAZQUEZ/PLAYA PASCUAL(C)",
        "short": "ML2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "19008",
        "label": "ML2",
        "long": "PLAYA PASCUAL/DELTA EL TIGRE",
        "short": "ML2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "19015",
        "label": "ML2",
        "long": "LICEO 43/PLAYA PASCUAL",
        "short": "ML2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "19016",
        "label": "ML2",
        "long": "PLAYA PASCUAL/LICEO 43",
        "short": "ML2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5002",
        "label": "6R6",
        "long": "MDEO./SAUCE (x 6,33,17m)",
        "short": "6R6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5003",
        "label": "6R6",
        "long": "SAUCE/MDEO. (x 6,33,17m)",
        "short": "6R6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5004",
        "label": "6R6",
        "long": "MDEO./SAUCE (x R.6,Toledo)",
        "short": "6R6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5005",
        "label": "6R6",
        "long": "SAUCE/MDEO. (x R.6,Toledo)",
        "short": "6R6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5006",
        "label": "6R6",
        "long": "MDEO./SAUCE (x 17m, Toledo)",
        "short": "6R6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5007",
        "label": "6R6",
        "long": "SAUCE/MDEO. (x 17m, Toledo)",
        "short": "6R6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5008",
        "label": "6A",
        "long": "MDEO./SAUCE (x G.Flores, 33)",
        "short": "6A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5009",
        "label": "6A",
        "long": "SAUCE/MDEO. (x G.Flores, 33)",
        "short": "6A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5010",
        "label": "6A",
        "long": "MDEO./SAUCE (x 8 de Oct.,R.33)",
        "short": "6A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5011",
        "label": "6A",
        "long": "SAUCE/MDEO. (x 8 de Oct.,R.33)",
        "short": "6A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5014",
        "label": "15B",
        "long": "MDEO./SAN ANTONIO (x Toledo)",
        "short": "15B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5015",
        "label": "15B",
        "long": "SAN ANTONIO/MDEO. (x Toledo)",
        "short": "15B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5016",
        "label": "15B",
        "long": "MDEO./SAN ANTONIO (x 17m)",
        "short": "15B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5017",
        "label": "15B",
        "long": "SAN ANTONIO/MDEO. (x 17m)",
        "short": "15B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5018",
        "label": "15B",
        "long": "MDEO./SAN ANTONIO (x 17m, Toledo)",
        "short": "15B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5019",
        "label": "15B",
        "long": "SAN ANTONIO/MDEO. (x 17m, Toledo)",
        "short": "15B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5028",
        "label": "2K",
        "long": "MDEO./SANTA LUCIA(Directo)",
        "short": "2K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5029",
        "label": "2K",
        "long": "SANTA LUCIA/MDEO.(Directo)",
        "short": "2K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5034",
        "label": "4D",
        "long": "MDEO./LAS PIEDRAS",
        "short": "4D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5035",
        "label": "4D",
        "long": "LAS PIEDRAS/MDEO.",
        "short": "4D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5036",
        "label": "4A",
        "long": "MDEO./LAS PIEDRAS",
        "short": "4A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5037",
        "label": "4A",
        "long": "LAS PIEDRAS/MDEO.",
        "short": "4A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5038",
        "label": "4A",
        "long": "MDEO./LAS PIEDRAS (x Por Santo)",
        "short": "4A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5039",
        "label": "4A",
        "long": "LAS PIEDRAS/MDEO. (x Por Santo)",
        "short": "4A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5050",
        "label": "5D",
        "long": "MDEO./SAUCE",
        "short": "5D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5051",
        "label": "5D",
        "long": "SAUCE/MDEO.",
        "short": "5D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5054",
        "label": "4AD",
        "long": "MDEO./LAS PIEDRAS",
        "short": "4AD",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5055",
        "label": "4AD",
        "long": "LAS PIEDRAS/MDEO.",
        "short": "4AD",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5056",
        "label": "700",
        "long": "MDEO./PINAR",
        "short": "700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5057",
        "label": "700",
        "long": "PINAR/MDEO.",
        "short": "700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5058",
        "label": "701",
        "long": "MDEO./PANDO",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5059",
        "label": "701",
        "long": "PANDO/MDEO.",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5068",
        "label": "705",
        "long": "MDEO./PINAR",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5069",
        "label": "705",
        "long": "PINAR/MDEO.",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5070",
        "label": "705",
        "long": "MDEO./COLINAS SOLYMAR",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5071",
        "label": "705",
        "long": "COLINAS SOLYMAR/MDEO.",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5072",
        "label": "706",
        "long": "MDEO./PANDO",
        "short": "706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5073",
        "label": "706",
        "long": "PANDO/MDEO.",
        "short": "706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5075",
        "label": "707",
        "long": "MDEO./SOLYMAR",
        "short": "707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5076",
        "label": "707",
        "long": "REP.HIGUERAS/MDEO.",
        "short": "707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5077",
        "label": "707",
        "long": "SOLYMAR/MDEO.",
        "short": "707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5078",
        "label": "708",
        "long": "MDEO./SOLYMAR",
        "short": "708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5081",
        "label": "708",
        "long": "SOLYMAR/MDEO.",
        "short": "708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5084",
        "label": "709",
        "long": "MDEO./MARINDIA",
        "short": "709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5086",
        "label": "709",
        "long": "MARINDIA/MDEO.",
        "short": "709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5087",
        "label": "709",
        "long": "MARINDIA/MDEO. (Directo)",
        "short": "709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5088",
        "label": "710",
        "long": "MDEO./P.DEL PLATA (x Interbalnearia)",
        "short": "710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5089",
        "label": "710",
        "long": "P.DEL PLATA/MDEO. (x Interbalnearia)",
        "short": "710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5090",
        "label": "710",
        "long": "MDEO./P.DEL PLATA (Directo-Interbalnearia)",
        "short": "710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5091",
        "label": "710",
        "long": "P.DEL PLATA/MDEO. (Directo-Interbalnearia)",
        "short": "710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5092",
        "label": "710",
        "long": "MDEO./P.DEL PLATA (x Giannattasio)",
        "short": "710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5093",
        "label": "710",
        "long": "P.DEL PLATA/MDEO. (x Giannattasio)",
        "short": "710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5102",
        "label": "710",
        "long": "MDEO./EST.ATLANTIDA (x Interbalnearia)",
        "short": "710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5103",
        "label": "710",
        "long": "EST.ATLANTIDA/MDEO. (x Interbalnearia)",
        "short": "710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5104",
        "label": "710",
        "long": "MDEO./EST.ATLANTIDA (x Giannattassio)",
        "short": "710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5105",
        "label": "710",
        "long": "EST.ATLANTIDA/MDEO. (x Giannattassio)",
        "short": "710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5106",
        "label": "711",
        "long": "MDEO./B.HORIZONTE",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5107",
        "label": "711",
        "long": "B.HORIZONTE/MDEO.",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5108",
        "label": "711",
        "long": "MDEO./B.HORIZONTE (Directo-Interbalnearia)",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5109",
        "label": "711",
        "long": "B.HORIZONTE/MDEO. (Directo-Interbalnearia)",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5110",
        "label": "711",
        "long": "MDEO./B.HORIZONTE (x Giannattasio)",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5111",
        "label": "711",
        "long": "B.HORIZONTE/MDEO. (x Giannattasio,P.P.Norte)",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5112",
        "label": "711",
        "long": "MDEO./GUAZUVIRA",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5113",
        "label": "711",
        "long": "GUAZUVIRA/MDEO.",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5114",
        "label": "711",
        "long": "MDEO./EST.FLORESTA (x Giannattasio)",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5115",
        "label": "711",
        "long": "EST.FLORESTA/MDEO. (x Giannattasio)",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5116",
        "label": "714",
        "long": "MDEO./PINAR",
        "short": "714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5117",
        "label": "714",
        "long": "PINAR/MDEO.",
        "short": "714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5118",
        "label": "724",
        "long": "MDEO./PANDO",
        "short": "724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5119",
        "label": "724",
        "long": "PANDO/MDEO.",
        "short": "724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5120",
        "label": "750",
        "long": "MDEO./BARRIO OBRERO (x Andaluz)",
        "short": "750",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5124",
        "label": "751",
        "long": "MDEO./SUAREZ (x Andaluz)",
        "short": "751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5125",
        "label": "751",
        "long": "SUAREZ/MDEO. (x Andaluz)",
        "short": "751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5126",
        "label": "751",
        "long": "MDEO./SUAREZ (x Repetto)",
        "short": "751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5127",
        "label": "751",
        "long": "SUAREZ/MDEO. (x Repetto)",
        "short": "751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5128",
        "label": "751",
        "long": "MDEO./SUAREZ (x Directo)",
        "short": "751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5129",
        "label": "751",
        "long": "SUAREZ/MDEO. (x Directo)",
        "short": "751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5130",
        "label": "752",
        "long": "MDEO./V.HADITA (x Andaluz)",
        "short": "752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5131",
        "label": "752",
        "long": "V.HADITA/MDEO. (x Andaluz)",
        "short": "752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5132",
        "label": "752",
        "long": "MDEO./V.HADITA (x Repetto)",
        "short": "752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5133",
        "label": "752",
        "long": "V.HADITA/MDEO. (x Repetto)",
        "short": "752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5146",
        "label": "803",
        "long": "MDEO./SANTA LUCIA (x Parador Tajes)",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5147",
        "label": "803",
        "long": "SANTA LUCIA/MDEO. (x Parador Tajes)",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5148",
        "label": "803",
        "long": "MDEO./SANTA LUCIA (x C.MILITAR)",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5149",
        "label": "803",
        "long": "SANTA LUCIA/MDEO. (x C.MILITAR)",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5150",
        "label": "804",
        "long": "MDEO./SANTA LUCIA",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5151",
        "label": "804",
        "long": "SANTA LUCIA/MDEO.",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5152",
        "label": "804",
        "long": "MDEO./SANTA LUCIA (Directo)",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5153",
        "label": "804",
        "long": "SANTA LUCIA/MDEO.(Directo)",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5158",
        "label": "807",
        "long": "MDEO./V.ALEGRIA",
        "short": "807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5159",
        "label": "807",
        "long": "V.ALEGRIA/MDEO.",
        "short": "807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5160",
        "label": "808",
        "long": "MDEO./ALM.CALCAGNO",
        "short": "808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5161",
        "label": "808",
        "long": "ALM.CALCAGNO/MDEO.",
        "short": "808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5162",
        "label": "809",
        "long": "MDEO./PROGRESO",
        "short": "809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5163",
        "label": "809",
        "long": "PROGRESO/MDEO.",
        "short": "809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5164",
        "label": "809",
        "long": "MDEO./PROGRESO (x Eliseo Argentino)",
        "short": "809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5165",
        "label": "809",
        "long": "PROGRESO/MDEO. (x Eliseo Argentino)",
        "short": "809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5166",
        "label": "809",
        "long": "MDEO./PROGRESO (Directo)",
        "short": "809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5167",
        "label": "809",
        "long": "PROGRESO/MDEO. (Directo)",
        "short": "809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5175",
        "label": "7E5",
        "long": "COLINAS SOLYMAR/MDEO.",
        "short": "7E5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5178",
        "label": "1A",
        "long": "MDEO./CANELONES (Directo)",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5179",
        "label": "1A",
        "long": "CANELONES/MDEO. (Directo)",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5180",
        "label": "1A",
        "long": "MDEO./CANELONES",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5181",
        "label": "1A",
        "long": "CANELONES/MDEO.",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5182",
        "label": "2A",
        "long": "MDEO./SANTA LUCIA (x Margat)",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5183",
        "label": "2A",
        "long": "SANTA LUCIA/MDEO. (x Margat)",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5184",
        "label": "2A",
        "long": "MDEO./SANTA LUCIA (x Empalme)",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5185",
        "label": "2A",
        "long": "SANTA LUCIA/MDEO. (x Empalme)",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5186",
        "label": "2A",
        "long": "MDEO./SANTA LUCIA (x Represa)",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5187",
        "label": "2A",
        "long": "SANTA LUCIA/MDEO. (x Represa)",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5188",
        "label": "2A",
        "long": "MDEO./SANTA LUCIA (Directo)",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5189",
        "label": "2A",
        "long": "SANTA LUCIA/MDEO. (Directo)",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5190",
        "label": "7A",
        "long": "MDEO./PANDO",
        "short": "7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5191",
        "label": "7A",
        "long": "PANDO/MDEO.",
        "short": "7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5192",
        "label": "7A",
        "long": "MDEO./PANDO (x Pancovi)",
        "short": "7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5193",
        "label": "7A",
        "long": "PANDO/MDEO. (x Pancovi)",
        "short": "7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5194",
        "label": "7A",
        "long": "MDEO./PANDO (Directo)",
        "short": "7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5195",
        "label": "7A",
        "long": "PANDO/MDEO. (Directo)",
        "short": "7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5196",
        "label": "7A",
        "long": "MDEO./KM 26,500 R.8 (x Cno.Ventura, Los Aromos)",
        "short": "7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5197",
        "label": "7A",
        "long": "KM 26,500 R.8/MDEO. (x Cno.Ventura, Los Aromos)",
        "short": "7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5199",
        "label": "7A",
        "long": "KM 40 BARRERAS/MDEO. (x Azulejos)",
        "short": "7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5204",
        "label": "7E7R",
        "long": "MDEO./PINAR (Directo)",
        "short": "7E7R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5205",
        "label": "7E7R",
        "long": "PINAR/MDEO. (Directo)",
        "short": "7E7R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5208",
        "label": "7E8R",
        "long": "MDEO./PINAR",
        "short": "7E8R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5209",
        "label": "7E8R",
        "long": "PINAR/MDEO.",
        "short": "7E8R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5210",
        "label": "7H",
        "long": "LAS PIEDRAS/PANDO",
        "short": "7H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5211",
        "label": "7H",
        "long": "PANDO/PROGRESO",
        "short": "7H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5212",
        "label": "7H",
        "long": "PROGRESO/PANDO",
        "short": "7H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5213",
        "label": "7H",
        "long": "PANDO/LAS PIEDRAS",
        "short": "7H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5216",
        "label": "8E7R",
        "long": "MDEO./SOLYMAR NORTE",
        "short": "8E7R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5217",
        "label": "8E7R",
        "long": "SOLYMAR NORTE/MDEO.",
        "short": "8E7R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5218",
        "label": "8E8R",
        "long": "MDEO./SOLYMAR NORTE",
        "short": "8E8R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5219",
        "label": "8E8R",
        "long": "SOLYMAR NORTE/MDEO.",
        "short": "8E8R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5224",
        "label": "214",
        "long": "MDEO./PINAR (Club Tenis)",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5225",
        "label": "214",
        "long": "PINAR/MDEO.(Club Tenis)",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5230",
        "label": "227",
        "long": "MDEO./SANTA MONICA",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5231",
        "label": "227",
        "long": "SANTA MONICA/MDEO.",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5232",
        "label": "227",
        "long": "MDEO./PLAYA PASCUAL",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5233",
        "label": "227",
        "long": "PLAYA PASCUAL/MDEO.",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5234",
        "label": "227",
        "long": "MDEO./PLAYA PASCUAL (x Penino,V.Olimpica)",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5235",
        "label": "227",
        "long": "PLAYA PASCUAL/MDEO. (x Penino,V.Olimpica)",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5237",
        "label": "227",
        "long": "PLAYA PASCUAL/MDEO. (x V.Olimpica)",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5238",
        "label": "230",
        "long": "MDEO./LAS PIEDRAS",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5239",
        "label": "230",
        "long": "LAS PIEDRAS/MDEO.",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5240",
        "label": "268",
        "long": "MDEO./SUAREZ",
        "short": "268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5241",
        "label": "268",
        "long": "SUAREZ/MDEO.",
        "short": "268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5250",
        "label": "C2",
        "long": "MDEO./SALINAS",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5251",
        "label": "C2",
        "long": "SALINAS/MDEO.",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5253",
        "label": "C2",
        "long": "SALINAS/MDEO. (x Por Remanso)",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5256",
        "label": "C4",
        "long": "MDEO./P.DEL PLATA",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5257",
        "label": "C4",
        "long": "P.DEL PLATA/MDEO.",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5258",
        "label": "11A",
        "long": "MDEO./SAN BAUTISTA (x 17m)",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5259",
        "label": "11A",
        "long": "SAN BAUTISTA/MDEO. (x Toledo)",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5264",
        "label": "15A",
        "long": "MDEO./SAN ANTONIO",
        "short": "15A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5265",
        "label": "15A",
        "long": "SAN ANTONIO/MDEO.",
        "short": "15A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5266",
        "label": "221",
        "long": "MDEO./PINAR",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5267",
        "label": "221",
        "long": "PINAR/MDEO.",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5268",
        "label": "2A",
        "long": "MDEO./SANTA LUCIA (x Empalme-Esc.255)",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5269",
        "label": "2A",
        "long": "SANTA LUCIA/MDEO. (x Empalme-Esc.255)",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5270",
        "label": "7E7R",
        "long": "MDEO./PINAR (x Av.Transversal)",
        "short": "7E7R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5271",
        "label": "7E7R",
        "long": "PINAR/MDEO. (x Av.Transversal)",
        "short": "7E7R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5272",
        "label": "7E7R",
        "long": "MDEO./PINAR (x Av.Americas,Transv.)",
        "short": "7E7R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5273",
        "label": "7E7R",
        "long": "PINAR/MDEO. (x Av.Americas,Transv.)",
        "short": "7E7R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5290",
        "label": "14AB",
        "long": "MDEO./PANDO (MAZUCHI Y VIA)",
        "short": "14AB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5291",
        "label": "14AB",
        "long": "PANDO (MAZUCHI Y VIA)/MDEO.",
        "short": "14AB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5294",
        "label": "14AR",
        "long": "MDEO./PANDO",
        "short": "14AR",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5295",
        "label": "14AR",
        "long": "PANDO/MDEO.",
        "short": "14AR",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5302",
        "label": "14A",
        "long": "MDEO./SAN JACINTO",
        "short": "14A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5303",
        "label": "14A",
        "long": "SAN JACINTO/MDEO.",
        "short": "14A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5312",
        "label": "14A",
        "long": "MDEO./SAN JACINTO (x TOT.VILLA SERENA)",
        "short": "14A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5313",
        "label": "14A",
        "long": "SAN JACINTO/MDEO. (x TOT.VILLA SERENA)",
        "short": "14A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5326",
        "label": "14A",
        "long": "MDEO./SAN JACINTO (x MAT.PANDO,TOT.VILLA SERENA)",
        "short": "14A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5377",
        "label": "14A",
        "long": "PANTANOSO/MDEO. (x TOT.VILLA SERENA)",
        "short": "14A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5378",
        "label": "14A",
        "long": "MDEO./RUTA 7 KM 40 (x TOT.VILLA SERENA)",
        "short": "14A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5379",
        "label": "14A",
        "long": "RUTA 7 KM 40/MDEO. (x TOT.VILLA SERENA)",
        "short": "14A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5385",
        "label": "14A",
        "long": "RUTA 7 KM 40/MDEO.",
        "short": "14A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5409",
        "label": "10A",
        "long": "TALA/MDEO. (x REC.NORMAL)",
        "short": "10A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5412",
        "label": "747",
        "long": "MDEO./PANDO (x Andaluz)",
        "short": "747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5413",
        "label": "747",
        "long": "PANDO/MDEO.(x Andaluz)",
        "short": "747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5414",
        "label": "747",
        "long": "MDEO./PANDO (x Reppeto)",
        "short": "747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5415",
        "label": "747",
        "long": "PANDO/MDEO. (x Reppeto)",
        "short": "747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5416",
        "label": "10A",
        "long": "MDEO./TALA (x REC.NORMAL)",
        "short": "10A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5417",
        "label": "10A",
        "long": "TALA/MDEO. (x REC.NORMAL)",
        "short": "10A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5427",
        "label": "748",
        "long": "PANDO/MDEO. (x Reppeto)",
        "short": "748",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5428",
        "label": "10A",
        "long": "MDEO./TALA (x TOT.VILLA SERENA)",
        "short": "10A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5429",
        "label": "10A",
        "long": "TALA/MDEO. (x TOT.VILLA SERENA)",
        "short": "10A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5446",
        "label": "748",
        "long": "MDEO./PANDO (x Suarez,CEM)",
        "short": "748",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5447",
        "label": "748",
        "long": "PANDO/MDEO. (x CEM,SUAREZ)",
        "short": "748",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5449",
        "label": "748",
        "long": "PANDO/MDEO. (x CEM,SUAREZ)",
        "short": "748",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5464",
        "label": "4A",
        "long": "MDEO./V.FORESTI",
        "short": "4A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5465",
        "label": "4A",
        "long": "V.FORESTI/MDEO.",
        "short": "4A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5484",
        "label": "8SR",
        "long": "MDEO./SAN RAMON (x 8 Oct.,17 m)",
        "short": "8SR",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5485",
        "label": "8SR",
        "long": "SAN RAMON/MDEO. (x 8 Oct.,17 m)",
        "short": "8SR",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5499",
        "label": "11A",
        "long": "SANTA ROSA/MDEO.",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5504",
        "label": "11A",
        "long": "MDEO./SANTA ROSA (x 17 m)",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5505",
        "label": "11A",
        "long": "SANTA ROSA/MDEO. (x 17 m)",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5506",
        "label": "11A",
        "long": "MDEO./SAN BAUTISTA",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5507",
        "label": "11A",
        "long": "SAN BAUTISTA/MDEO.",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5508",
        "label": "11A",
        "long": "MDEO./SAN RAMON",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5509",
        "label": "11A",
        "long": "SAN RAMON/MDEO.",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5514",
        "label": "11A",
        "long": "MDEO./SAN RAMON (x 17 m)",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5515",
        "label": "11A",
        "long": "SAN RAMON/MDEO. (x 17 m)",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5517",
        "label": "11A",
        "long": "CHAMIZO/MDEO.",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5518",
        "label": "11A",
        "long": "MDEO./CHAMIZO (x 17 m)",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5519",
        "label": "11A",
        "long": "CHAMIZO/MDEO. (x 17 m)",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5520",
        "label": "8SR",
        "long": "MDEO./SANTA ROSA (x 8 Oct.,17 m)",
        "short": "8SR",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5521",
        "label": "8SR",
        "long": "SANTA ROSA/MDEO. (x 8 Oct.,17 m)",
        "short": "8SR",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5524",
        "label": "11A",
        "long": "MDEO./SAUCE (x Toledo)",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5525",
        "label": "11A",
        "long": "SAUCE/MDEO. (x Toledo)",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5526",
        "label": "11A",
        "long": "MDEO./SAUCE (x 17 m)",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5527",
        "label": "11A",
        "long": "SAUCE/MDEO. (x 17 m)",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5528",
        "label": "11A",
        "long": "MDEO./SAUCE (x 17 m, Toledo)",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5529",
        "label": "11A",
        "long": "SAUCE/MDEO. (x 17 m, Toledo)",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5536",
        "label": "5D",
        "long": "GARZoN Y ARIEL/SAUCE",
        "short": "5D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5548",
        "label": "227",
        "long": "MDEO./PLAYA PASCUAL (x Delta)",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5549",
        "label": "227",
        "long": "PLAYA PASCUAL/MDEO. (x Delta)",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5554",
        "label": "227",
        "long": "MDEO./PLAYA PASCUAL (Rapido)",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5555",
        "label": "227",
        "long": "PLAYA PASCUAL/MDEO. (Rapido)",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5557",
        "label": "227",
        "long": "R.1 KM 28/MDEO. (x Delta)",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5558",
        "label": "268",
        "long": "MDEO./SUAREZ (x Cordon)",
        "short": "268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5559",
        "label": "268",
        "long": "SUAREZ/MDEO. (x Cordon)",
        "short": "268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5568",
        "label": "751",
        "long": "MDEO./C.E.M. (x Andaluz)",
        "short": "751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5569",
        "label": "751",
        "long": "C.E.M./MDEO. (x Andaluz)",
        "short": "751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5570",
        "label": "751",
        "long": "MDEO./C.E.M. (x Repetto)",
        "short": "751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5576",
        "label": "802",
        "long": "MDEO./SANTA LUCIA (x Emp.R.48 y 49)",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5586",
        "label": "1A",
        "long": "MDEO./CARCEL CANELONES",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5587",
        "label": "1A",
        "long": "CARCEL CANELONES/MDEO.",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5597",
        "label": "7A",
        "long": "KM 26,500 R.8/MDEO. (x V.Guadalupe, V.Manuela)",
        "short": "7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5624",
        "label": "701",
        "long": "MDEO./PANDO (x Zonamerica)",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5625",
        "label": "701",
        "long": "PANDO/MDEO. (x Por Zonamerica)",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5628",
        "label": "C5",
        "long": "MDEO./EST.ATLANTIDA",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5647",
        "label": "11A",
        "long": "SAN RAMON/MDEO. (x Toledo)",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5662",
        "label": "C5",
        "long": "MDEO./EST.ATLANTIDA",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5663",
        "label": "C5",
        "long": "EST.ATLANTIDA/MDEO.",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5664",
        "label": "C4",
        "long": "MDEO./P.PLATA(PORTUARIOS)",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5665",
        "label": "C4",
        "long": "P.PLATA(PORTUARIOS/MDEO.",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5668",
        "label": "6R6",
        "long": "MDEO./SAUCE (x Barrio Blanco,Toledo)",
        "short": "6R6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5669",
        "label": "6R6",
        "long": "SAUCE/MDEO. (x Barrio Blanco,Toledo)",
        "short": "6R6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5670",
        "label": "6R6",
        "long": "MDEO./SAUCE (x Barrio Blanco,17m,Toledo)",
        "short": "6R6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5687",
        "label": "6R6",
        "long": "SAUCE/MDEO. (Por Barrio Blanco,17m)",
        "short": "6R6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5697",
        "label": "C4",
        "long": "MDEO./P.DEL PLATA (Directo)",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5698",
        "label": "C4",
        "long": "P.DEL PLATA/MDEO. (Directo)",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5703",
        "label": "227",
        "long": "3 CRUCES/PLAYA PASCUAL",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5704",
        "label": "227",
        "long": "PLAYA PASCUAL/3 CRUCES",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5705",
        "label": "227",
        "long": "3 CRUCES/PLAYA PASCUAL",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5706",
        "label": "227",
        "long": "PLAYA PASCUAL/3 CRUCES",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5710",
        "label": "1M11",
        "long": "MDEO./DELTA EL TIGRE",
        "short": "1M11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5711",
        "label": "1M11",
        "long": "DELTA EL TIGRE/MDEO.",
        "short": "1M11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5712",
        "label": "1M4",
        "long": "MDEO./P.PASCUAL x PENINO",
        "short": "1M4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5713",
        "label": "1M4",
        "long": "PLAYA PENINO/MDEO.",
        "short": "1M4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5714",
        "label": "1M12",
        "long": "MDEO./R1N K29.5 (x DELTA)",
        "short": "1M12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5715",
        "label": "1M12",
        "long": "R1 K29.5/MDEO. (x DELTA)",
        "short": "1M12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5716",
        "label": "1M13",
        "long": "MDEO./SANTA MONICA (x DELTA)",
        "short": "1M13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5717",
        "label": "1M13",
        "long": "SANTA MONICA/MDEO. (x DELTA)",
        "short": "1M13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5718",
        "label": "1M1",
        "long": "MDEO./PLAYA PASCUAL",
        "short": "1M1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5719",
        "label": "1M1",
        "long": "PLAYA PASCUAL/MDEO.",
        "short": "1M1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5720",
        "label": "1M2",
        "long": "MDEO./PLAYA PASCUAL (x DELTA)",
        "short": "1M2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5721",
        "label": "1M2",
        "long": "PLAYA PASCUAL/MDEO. (x DELTA)",
        "short": "1M2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5723",
        "label": "1M5",
        "long": "PLAYA PASCUAL/MDEO. (x V.Olimpica)",
        "short": "1M5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5728",
        "label": "1M6",
        "long": "MDEO./PLAYA PASCUAL (x Penino y V.Olimpica)",
        "short": "1M6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5729",
        "label": "1M6",
        "long": "PLAYA PASCUAL/MDEO. (x V.Olimpica y Penino)",
        "short": "1M6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5730",
        "label": "1M7",
        "long": "TRES CRUCES/PLAYA PASCUAL",
        "short": "1M7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5731",
        "label": "1M7",
        "long": "PLAYA PASCUAL/TRES CRUCES",
        "short": "1M7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5732",
        "label": "1M15",
        "long": "MDEO./COLONIA WILSON",
        "short": "1M15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5733",
        "label": "1M15",
        "long": "COLONIA WILSON/MDEO.",
        "short": "1M15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5736",
        "label": "1M1",
        "long": "MDEO./PLAYA PASCUAL (Rapido)",
        "short": "1M1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5737",
        "label": "1M1",
        "long": "PLAYA PASCUAL/MDEO. (Rapido)",
        "short": "1M1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5738",
        "label": "1M6",
        "long": "MDEO./PLAYA PASCUAL (Rapido x Penino)",
        "short": "1M6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5740",
        "label": "1M7",
        "long": "TRES CRUCES/PLAYA PASCUAL (Rapido)",
        "short": "1M7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5741",
        "label": "1M7",
        "long": "PLAYA PASCUAL/TRES CRUCES (Rapido)",
        "short": "1M7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5754",
        "label": "1M14",
        "long": "MDEO./SANTA MONICA (x Delta y Monte Grande)",
        "short": "1M14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5755",
        "label": "1M14",
        "long": "SANTA MONICA/MDEO. (x Monte Grande y Delta)",
        "short": "1M14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5757",
        "label": "1M16",
        "long": "RUTA 1N k29.5/MDEO. (x R.1 Vieja y Delta)",
        "short": "1M16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5763",
        "label": "C3",
        "long": "P.PLATA(PORTUARIOS/MDEO.",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5772",
        "label": "14AR",
        "long": "VILLA JARDINES/MDEO.",
        "short": "14AR",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5775",
        "label": "214",
        "long": "MDEO./PINAR (SEMI-DIRECTO)",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5776",
        "label": "214",
        "long": "PINAR/MDEO. (SEMI-DIRECTO)",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5777",
        "label": "2K",
        "long": "MDEO./SANTA LUCIA(Semi Directo)",
        "short": "2K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5778",
        "label": "2K",
        "long": "SANTA LUCIA/MDEO.(Semi Directo)",
        "short": "2K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5779",
        "label": "701",
        "long": "MDEO./PANDO (SEMI-DIRECTO)",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5780",
        "label": "701",
        "long": "PANDO/MDEO. (SEMI-DIRECTO)",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5783",
        "label": "1M8",
        "long": "PLAYA PASCUAL/TRES CRUCES(D)",
        "short": "1M8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5784",
        "label": "4AC",
        "long": "MDEO./LAS PIEDRAS (x Campisteguy)",
        "short": "4AC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5785",
        "label": "4AC",
        "long": "LAS PIEDRAS/MDEO. (x Campisteguy)",
        "short": "4AC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5788",
        "label": "48D",
        "long": "MDEO./LAS PIEDRAS (DIRECTO)",
        "short": "48D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5789",
        "label": "48D",
        "long": "LAS PIEDRAS/MDEO. (DIRECTO)",
        "short": "48D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5790",
        "label": "230D",
        "long": "MDEO./LAS PIEDRAS (DIRECTO)",
        "short": "230D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5791",
        "label": "230D",
        "long": "LAS PIEDRAS/MDEO. (DIRECTO)",
        "short": "230D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5798",
        "label": "C1",
        "long": "SALINAS/MDEO. (SEMIDIRECTO x Remanso)",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5799",
        "label": "11A",
        "long": "MDEO./SAN RAMON (x 17m,Toledo)",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5800",
        "label": "11A",
        "long": "SAN RAMON/MDEO. (x Toledo,17m)",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5803",
        "label": "11A",
        "long": "MDEO./SANTA ROSA(x 17m y Toledo)",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5808",
        "label": "C2",
        "long": "SALINAS/MDEO.",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5820",
        "label": "711",
        "long": "B.HORIZONTE/MDEO. (711-710 x P.Plata)",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5832",
        "label": "221",
        "long": "MDEO./SOLYMAR",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5833",
        "label": "221",
        "long": "SOLYMAR/MDEO.",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5836",
        "label": "222",
        "long": "MDEO./P.DEL PLATA",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5837",
        "label": "222",
        "long": "P.DEL PLATA/MDEO.",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5838",
        "label": "D222",
        "long": "MDEO./P.DEL PLATA",
        "short": "D222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5839",
        "label": "D222",
        "long": "P.DEL PLATA/MDEO.",
        "short": "D222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5840",
        "label": "2M1",
        "long": "MDEO./LIBERTAD",
        "short": "2M1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5841",
        "label": "2M1",
        "long": "LIBERTAD/MDEO.",
        "short": "2M1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5846",
        "label": "2M3",
        "long": "MDEO./LIBERTAD",
        "short": "2M3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5847",
        "label": "2M3",
        "long": "LIBERTAD/MDEO.",
        "short": "2M3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5849",
        "label": "2M5",
        "long": "PENAL LIBERTAD/MDEO.",
        "short": "2M5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5851",
        "label": "2M6",
        "long": "PENAL LIBERTAD/MDEO.",
        "short": "2M6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5855",
        "label": "7E8D",
        "long": "MDEO./PINAR (SEMIDIRECTO)",
        "short": "7E8D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5856",
        "label": "7E8D",
        "long": "PINAR/MDEO. (SEMIDIRECTO)",
        "short": "7E8D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5857",
        "label": "701",
        "long": "MDEO./V.EL TATO",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5858",
        "label": "701",
        "long": "V.EL TATO/MDEO.",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5869",
        "label": "227",
        "long": "MDEO./TNAL.STA.MONICA (x Monte Grande)",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5870",
        "label": "227",
        "long": "TNAL.STA.MONICA/MDEO. (x Monte Grande)",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5871",
        "label": "802",
        "long": "MDEO./CERRILLOS (x Shopping Las Piedras)",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5872",
        "label": "802",
        "long": "CERRILLOS/MDEO. (x Shopping Las Piedras)",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5873",
        "label": "807",
        "long": "MDEO./V.ALEGRIA (x Shopping Las Piedras)",
        "short": "807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5875",
        "label": "2M7",
        "long": "TRES CRUCES/LIBERTAD",
        "short": "2M7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5876",
        "label": "2M7",
        "long": "LIBERTAD/TRES CRUCES",
        "short": "2M7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5877",
        "label": "8A",
        "long": "MDEO./SOCA",
        "short": "8A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5878",
        "label": "8A",
        "long": "SOCA/MDEO.",
        "short": "8A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5881",
        "label": "709",
        "long": "MDEO./MARINDIA SUR (x Giann,Neptunia Norte)",
        "short": "709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5882",
        "label": "709",
        "long": "MARINDIA SUR/MDEO. (x Giann,Neptunia Norte)",
        "short": "709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5883",
        "label": "C1",
        "long": "MDEO./SALINAS",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5884",
        "label": "C1",
        "long": "SALINAS/MDEO.",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5885",
        "label": "C1",
        "long": "MDEO./SALINAS (x Remanso)",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5886",
        "label": "C1",
        "long": "SALINAS/MDEO. (x Remanso)",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5887",
        "label": "C3",
        "long": "MDEO./P.DEL PLATA",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5888",
        "label": "C3",
        "long": "P.DEL PLATA/MDEO.",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5894",
        "label": "4AC",
        "long": "MDEO./LAS PIEDRAS",
        "short": "4AC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5895",
        "label": "4AC",
        "long": "LAS PIEDRAS/MDEO.",
        "short": "4AC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5901",
        "label": "2M8",
        "long": "MDEO./COLONIA WILSON UTE",
        "short": "2M8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5902",
        "label": "2M8",
        "long": "COLONIA WILSON UTE/MDEO.",
        "short": "2M8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5905",
        "label": "757",
        "long": "TNAL.ZONAMERICA/PINAR",
        "short": "757",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5906",
        "label": "757",
        "long": "PINAR/ZONAMERICA",
        "short": "757",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5909",
        "label": "757",
        "long": "LAS PIEDRAS/PINAR (x Tnal.Colon)",
        "short": "757",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5910",
        "label": "757",
        "long": "PINAR/LAS PIEDRAS (x Tnal.Colon)",
        "short": "757",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5916",
        "label": "4DR",
        "long": "SANTA ISABEL/MDEO.",
        "short": "4DR",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5917",
        "label": "4DR",
        "long": "MDEO./CANELON CHICO",
        "short": "4DR",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5918",
        "label": "4DR",
        "long": "CANELON CHICO/MDEO.",
        "short": "4DR",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5921",
        "label": "4DR",
        "long": "MDEO./CANELON CHICO",
        "short": "4DR",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5922",
        "label": "4DR",
        "long": "CANELON CHICO/MDEO.",
        "short": "4DR",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5923",
        "label": "227",
        "long": "PASO DE LA ARENA/PLAYA PASCUAL (x Delta)",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5925",
        "label": "C1",
        "long": "MDEO./SALINAS (SEMIDIRECTO)",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5927",
        "label": "804",
        "long": "MDEO./SANTA LUCIA",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5928",
        "label": "804",
        "long": "SANTA LUCIA/MDEO.",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5931",
        "label": "709",
        "long": "MARINDIA SUR/MDEO. (x Giann,Neptunia Norte)",
        "short": "709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5933",
        "label": "712",
        "long": "MDEO./STA.LUCIA ESTE",
        "short": "712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5934",
        "label": "712",
        "long": "STA.LUCIA ESTE/MDEO.",
        "short": "712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5935",
        "label": "712",
        "long": "MDEO./JAUREGUIBERRY",
        "short": "712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5936",
        "label": "712",
        "long": "JAUREGUIBERRY/MDEO.",
        "short": "712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5937",
        "label": "750",
        "long": "BARRIO OBRERO/MDEO. (x R.84,Andaluz)",
        "short": "750",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5938",
        "label": "2A",
        "long": "MDEO./STA.LUCIA (x Accesos)",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5939",
        "label": "2A",
        "long": "STA.LUCIA/MDEO. (x Accesos)",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5940",
        "label": "703",
        "long": "MDEO./AEROPUERTO",
        "short": "703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5942",
        "label": "704",
        "long": "MDEO./AEROPUERTO",
        "short": "704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5944",
        "label": "711",
        "long": "GUAZUVIRA/MDEO. (711-710 x P.PLATA)",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5947",
        "label": "276",
        "long": "SIRI/ALDABALDE Y R.5",
        "short": "276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5948",
        "label": "276",
        "long": "ALDABALDE Y R.5/SIRI",
        "short": "276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5949",
        "label": "704",
        "long": "AEROPUERTO/MDEO.",
        "short": "704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5950",
        "label": "703",
        "long": "AEROPUERTO/MDEO.",
        "short": "703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5951",
        "label": "276",
        "long": "SIRI/ALDABALDE Y R.5 (x Escuela 89 La Paz)",
        "short": "276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5952",
        "label": "276",
        "long": "ALDABALDE Y R.5/SIRI (x Escuela 89 La Paz)",
        "short": "276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 7187,
    "stop_points_capped": true
  },
  "rubric_version": "1.1",
  "schema_version": "1.10",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.1",
    "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.1"
  },
  "snapshot_date": "2026-07-13",
  "top_fixes": [
    {
      "code": "point_near_origin",
      "count": 3,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'point_near_origin' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 12.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Point near origin (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 7190,
      "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": 2,
      "severity": "WARNING",
      "what": "7190 of 7190 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": 7549,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "7549 of 7549 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the bus itself can take them."
    }
  ],
  "validator_version": "8.0.1"
}
