{
  "agency": {
    "country": "JP",
    "id": "chugoku-bus",
    "name": "Chugoku Bus (\u4e2d\u56fd\u30d0\u30b9)",
    "operating_note": "Chugoku Bus's route network based on Fukuyama, reaching west toward Hiroshima City.",
    "subdivision_code": "JP-34",
    "subdivision_name": "Hiroshima"
  },
  "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": 15.0,
          "headsigns": 15.0,
          "stop_names": 14.9,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "legacy",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_applicable_trips": 1538,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 99.4,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1435,
        "translations": {
          "feed_lang": "ja",
          "has_translations": true,
          "languages": [
            "en",
            "ja",
            "ja-hrkt"
          ],
          "translated_tables": [
            "routes",
            "stops",
            "trips"
          ],
          "translation_count": 2672
        },
        "trips": 1538,
        "unmeasured_components": [],
        "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": 1435,
          "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": "1435 of 1435 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": 1538,
          "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": "1538 of 1538 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_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": "App makers and state data programs have nobody to email when they spot a problem. Small errors then sit in the feed for months."
        }
      ],
      "name": "completeness",
      "score": 52.4,
      "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 published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 14,
        "instances_by_severity": {
          "ERROR": 1,
          "INFO": 677,
          "WARNING": 1665
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "duplicate_key",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'duplicate_key' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Duplicate key (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_recommended_field",
          "count": 1252,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 155,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 93,
          "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": 84,
          "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": 38,
          "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": "same_name_and_description_for_stop",
          "count": 21,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'same_name_and_description_for_stop' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Same name and description for stop (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "expired_calendar",
          "count": 20,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "One field, set once in export settings.",
          "fix": "Add feed_contact_email or feed_contact_url to feed_info.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "feed_info.txt lists no contact email and no contact URL.",
          "why": "Without a contact, apps like Google Maps can't reach you when they find a problem in the feed."
        },
        {
          "code": "trip_coverage_not_active_for_next7_days",
          "count": 1,
          "effort": "One setting in most export tools.",
          "fix": "Trim past service periods the next time you export.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Many of the feed's trips don't run at all in the next 7 days.",
          "why": "It usually means old service periods are still in the export, making the feed bigger and harder to check."
        },
        {
          "code": "unsorted_stop_times",
          "count": 667,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unsorted_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Unsorted stop times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 4,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        },
        {
          "code": "service_window_outside_feed_period",
          "count": 3,
          "effort": "Two fields in feed_info.txt, or one export setting.",
          "fix": "Widen feed_start_date and feed_end_date to cover all service dates, or fix the dates that fall outside.",
          "owner": "Likely your export tool",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some service dates fall outside the date window set in feed_info.txt.",
          "why": "feed_info.txt should span every day your service runs, so apps know when the data applies."
        },
        {
          "code": "unknown_file",
          "count": 3,
          "effort": "A quick look at the flagged file.",
          "fix": "Check the flagged file name for a typo of a standard GTFS file. Remove it if it is a vendor extra.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed includes a file that is not part of the GTFS spec.",
          "why": "Apps ignore files they don't know, and a stray file can hide a misspelled standard file name."
        }
      ],
      "name": "correctness",
      "score": 27.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 14 kinds of issue across 2343 instances (1 error, 1665 warning, 677 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 94,
        "effective_expiry_date": "2026-12-08",
        "feed_end_date": "2026-12-08",
        "feed_start_date": "2026-06-06",
        "feed_version": "20260606_20260905",
        "has_feed_info": true,
        "last_service_date": "2026-12-08",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 94 days.",
      "weight": 0.2
    },
    "realtime": {
      "details": {
        "alerts_content": {
          "alerts": 1,
          "ended_over_30_days_ago": 0,
          "with_cause_and_effect": 0,
          "with_description": 1,
          "with_header_text": 1,
          "with_informed_entity": 1
        },
        "configured_kinds": [
          "trip_updates",
          "vehicle_positions",
          "service_alerts"
        ],
        "coverage_pct": null,
        "kinds_configured": 3,
        "kinds_reachable": 3,
        "reachable_kinds": [
          "trip_updates",
          "vehicle_positions",
          "service_alerts"
        ],
        "rt_freshness": "lapsed",
        "samples": 9,
        "scheduled_trips_in_window": 0,
        "worst_lag_seconds": 4192
      },
      "findings": [
        {
          "code": "scorecard_rt_feed_lapsed",
          "count": 1,
          "effort": "A vendor support ticket; treat it as a feed outage.",
          "fix": "Ask your AVL vendor why the feed stopped advancing; the GTFS-Realtime header timestamp should move forward on every publish.",
          "owner": "",
          "points": 50.0,
          "severity": "ERROR",
          "what": "The realtime feed's last update was about 69 minutes old when sampled.",
          "why": "A realtime feed this far behind has effectively stopped. Riders see buses that already left, or apps quietly fall back to the schedule while still showing a live label."
        }
      ],
      "name": "realtime",
      "score": 50.0,
      "status": "measured",
      "summary": "Sampled 9 times outside service hours: 3 of 3 configured feeds healthy; vehicle position plausibility was not measurable.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "high",
    "measured_categories": 4,
    "notes": [
      "All four score categories were measured this run.",
      "Realtime was sampled in one bounded window of 9 snapshots.",
      "The feed was downloaded from the official feed URL on file."
    ],
    "rt_windows": 1,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 94 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": "Two requirements remain for this feed to earn 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.",
    "version": 2
  },
  "feed": {
    "license_note": "CC0 public domain dedication, stated on the Hiroshima Bus Association GTFS open data site that publishes the feed. No attribution is required.",
    "reachable": true,
    "sha256": "a6326324565e0ddeca3a401e6abd5fdf1d77e490457a2bd52117e80fd7c609d2",
    "size_bytes": 696244,
    "source_provenance": "official",
    "static_url": "https://bus-vision.jp/gtfs_v2/chugokubus/gtfsFeed"
  },
  "fetch": {
    "final_url": "https://bus-vision.jp/gtfs_v2/chugokubus/gtfsFeed",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-09-05T00:00:00+00:00",
  "geo": {
    "bbox": [
      132.84435,
      34.38414,
      133.44527,
      34.90155
    ],
    "lat": 34.50898,
    "lon": 133.27444,
    "stop_count": 1435
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 77,
        "trip_count": 1538,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 77,
    "trip_count": 1538
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 52.7,
    "margin_to_next_band": 7.3,
    "score": 52.7
  },
  "recommendations": [],
  "routability": {
    "boardable_stops": 1435,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 84,
        "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": "84 of 1435 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": 84,
    "single_stop_trips": 0,
    "trips_total": 1538
  },
  "route_map": {
    "drawn_route_count": 4,
    "has_shapes": true,
    "path": "data/artifacts/chugoku-bus/geometry.geojson",
    "route_count": 77,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_101_20260606",
        "label": "\u798f\u5c71\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u30fb\u591a\u6cbb\u7c73\u8eca\u5eab\u524d\u7dda",
        "long": "\u798f\u5c71\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u30fb\u591a\u6cbb\u7c73\u8eca\u5eab\u524d\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_101_20260906",
        "label": "\u798f\u5c71\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u30fb\u591a\u6cbb\u7c73\u8eca\u5eab\u524d\u7dda",
        "long": "\u798f\u5c71\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u30fb\u591a\u6cbb\u7c73\u8eca\u5eab\u524d\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_102_20260606",
        "label": "\u5411\u967d\u56e3\u5730\u7dda",
        "long": "\u5411\u967d\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_102_20260906",
        "label": "\u5411\u967d\u56e3\u5730\u7dda",
        "long": "\u5411\u967d\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_103_20260606",
        "label": "\u5e55\u5c71\u56e3\u5730\u7dda",
        "long": "\u5e55\u5c71\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_103_20260906",
        "label": "\u5e55\u5c71\u56e3\u5730\u7dda",
        "long": "\u5e55\u5c71\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_104_20260606",
        "label": "\u6df1\u6d25\u96a7\u9053\u7d4c\u7531\u3000\u92fc\u7ba1\u75c5\u9662\u30fb\u92fc\u7ba1\u753a\u7dda",
        "long": "\u6df1\u6d25\u96a7\u9053\u7d4c\u7531\u3000\u92fc\u7ba1\u75c5\u9662\u30fb\u92fc\u7ba1\u753a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_104_20260906",
        "label": "\u6df1\u6d25\u96a7\u9053\u7d4c\u7531\u3000\u92fc\u7ba1\u75c5\u9662\u30fb\u92fc\u7ba1\u753a\u7dda",
        "long": "\u6df1\u6d25\u96a7\u9053\u7d4c\u7531\u3000\u92fc\u7ba1\u75c5\u9662\u30fb\u92fc\u7ba1\u753a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_108_20260606",
        "label": "\u798f\u5c71\u6e2f\u7dda",
        "long": "\u798f\u5c71\u6e2f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_108_20260906",
        "label": "\u798f\u5c71\u6e2f\u7dda",
        "long": "\u798f\u5c71\u6e2f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_110_20260606",
        "label": "\u30d5\u30a1\u30fc\u30de\u30b7\u30a3\u672c\u793e\u524d(\u4e94\u672c\u677e)\u30fb\u897f\u5ddd\u53e3\u30fb\u591a\u6cbb\u7c73\u8eca\u5eab\u524d\u7dda",
        "long": "\u30d5\u30a1\u30fc\u30de\u30b7\u30a3\u672c\u793e\u524d(\u4e94\u672c\u677e)\u30fb\u897f\u5ddd\u53e3\u30fb\u591a\u6cbb\u7c73\u8eca\u5eab\u524d\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_110_20260906",
        "label": "\u30d5\u30a1\u30fc\u30de\u30b7\u30a3\u672c\u793e\u524d(\u4e94\u672c\u677e)\u30fb\u897f\u5ddd\u53e3\u30fb\u591a\u6cbb\u7c73\u8eca\u5eab\u524d\u7dda",
        "long": "\u30d5\u30a1\u30fc\u30de\u30b7\u30a3\u672c\u793e\u524d(\u4e94\u672c\u677e)\u30fb\u897f\u5ddd\u53e3\u30fb\u591a\u6cbb\u7c73\u8eca\u5eab\u524d\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_111_20260606",
        "label": "\u5927\u8c37\u56e3\u5730\u7dda",
        "long": "\u5927\u8c37\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_111_20260906",
        "label": "\u5927\u8c37\u56e3\u5730\u7dda",
        "long": "\u5927\u8c37\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_121_20260606",
        "label": "\u7530\u4e2d\u6a4b\u30fb\u798f\u5c71\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u30fb\u591a\u6cbb\u7c73\u8eca\u5eab\u524d\u7dda",
        "long": "\u7530\u4e2d\u6a4b\u30fb\u798f\u5c71\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u30fb\u591a\u6cbb\u7c73\u8eca\u5eab\u524d\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_121_20260906",
        "label": "\u7530\u4e2d\u6a4b\u30fb\u798f\u5c71\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u30fb\u591a\u6cbb\u7c73\u8eca\u5eab\u524d\u7dda",
        "long": "\u7530\u4e2d\u6a4b\u30fb\u798f\u5c71\u533b\u7642\u30bb\u30f3\u30bf\u30fc\u30fb\u591a\u6cbb\u7c73\u8eca\u5eab\u524d\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_125_20260606",
        "label": "\u5927\u9580\u7dda(\u798f\u5c71\u5e02\u6771\u90e8\u30be\u30fc\u30f3\u30d0\u30b9\uff09",
        "long": "\u5927\u9580\u7dda(\u798f\u5c71\u5e02\u6771\u90e8\u30be\u30fc\u30f3\u30d0\u30b9\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_125_20260906",
        "label": "\u5927\u9580\u7dda(\u798f\u5c71\u5e02\u6771\u90e8\u30be\u30fc\u30f3\u30d0\u30b9\uff09",
        "long": "\u5927\u9580\u7dda(\u798f\u5c71\u5e02\u6771\u90e8\u30be\u30fc\u30f3\u30d0\u30b9\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_146_20260606",
        "label": "\u307e\u308f\u30ed\u30fc\u30ba(\u9752\u30eb\u30fc\u30c8\uff09",
        "long": "\u307e\u308f\u30ed\u30fc\u30ba(\u9752\u30eb\u30fc\u30c8\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_146_20260906",
        "label": "\u307e\u308f\u30ed\u30fc\u30ba(\u9752\u30eb\u30fc\u30c8\uff09",
        "long": "\u307e\u308f\u30ed\u30fc\u30ba(\u9752\u30eb\u30fc\u30c8\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_148_20260606",
        "label": "\u5e9c\u4e2d\u3050\u308b\u3063\u3068\u30d0\u30b9(\u53f3\u56de\u308a\uff09",
        "long": "\u5e9c\u4e2d\u3050\u308b\u3063\u3068\u30d0\u30b9(\u53f3\u56de\u308a\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_148_20260906",
        "label": "\u5e9c\u4e2d\u3050\u308b\u3063\u3068\u30d0\u30b9(\u53f3\u56de\u308a\uff09",
        "long": "\u5e9c\u4e2d\u3050\u308b\u3063\u3068\u30d0\u30b9(\u53f3\u56de\u308a\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_163_20260606",
        "label": "\u4e09\u539f\u99c5\u30fb\u5982\u6c34\u9928\u7dda(\u6df1\u7dda)",
        "long": "\u4e09\u539f\u99c5\u30fb\u5982\u6c34\u9928\u7dda(\u6df1\u7dda)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_163_20260906",
        "label": "\u4e09\u539f\u99c5\u30fb\u5982\u6c34\u9928\u7dda(\u6df1\u7dda)",
        "long": "\u4e09\u539f\u99c5\u30fb\u5982\u6c34\u9928\u7dda(\u6df1\u7dda)",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_166_20260606",
        "label": "\u4e09\u539f\u7532\u5c71\u7dda",
        "long": "\u4e09\u539f\u7532\u5c71\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_166_20260906",
        "label": "\u4e09\u539f\u7532\u5c71\u7dda",
        "long": "\u4e09\u539f\u7532\u5c71\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_168_20260606",
        "label": "\u7532\u5c71\u30fb\u4e09\u6b21\u7dda",
        "long": "\u7532\u5c71\u30fb\u4e09\u6b21\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_168_20260906",
        "label": "\u7532\u5c71\u30fb\u4e09\u6b21\u7dda",
        "long": "\u7532\u5c71\u30fb\u4e09\u6b21\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_179_20260606",
        "label": "\u4e09\u539f\uff5e\u5e83\u5cf6\u7a7a\u6e2f",
        "long": "\u4e09\u539f\uff5e\u5e83\u5cf6\u7a7a\u6e2f",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_179_20260906",
        "label": "\u4e09\u539f\uff5e\u5e83\u5cf6\u7a7a\u6e2f",
        "long": "\u4e09\u539f\uff5e\u5e83\u5cf6\u7a7a\u6e2f",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_215_20260606",
        "label": "\u4e2d\u56fd\u4e2d\u592e\u75c5\u9662\u7dda",
        "long": "\u4e2d\u56fd\u4e2d\u592e\u75c5\u9662\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_215_20260906",
        "label": "\u4e2d\u56fd\u4e2d\u592e\u75c5\u9662\u7dda",
        "long": "\u4e2d\u56fd\u4e2d\u592e\u75c5\u9662\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1_34_20260606",
        "label": "\u6771\u5efb\u308a\u6cb9\u6728\u30fb\u6771\u57ce\u7dda",
        "long": "\u6771\u5efb\u308a\u6cb9\u6728\u30fb\u6771\u57ce\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1_34_20260906",
        "label": "\u6771\u5efb\u308a\u6cb9\u6728\u30fb\u6771\u57ce\u7dda",
        "long": "\u6771\u5efb\u308a\u6cb9\u6728\u30fb\u6771\u57ce\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_41_20260606",
        "label": "\u9053\u306e\u99c5\u3073\u3093\u3054\u5e9c\u4e2d\u30fb\u4e0a\u4e0b\u7dda",
        "long": "\u9053\u306e\u99c5\u3073\u3093\u3054\u5e9c\u4e2d\u30fb\u4e0a\u4e0b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_41_20260906",
        "label": "\u9053\u306e\u99c5\u3073\u3093\u3054\u5e9c\u4e2d\u30fb\u4e0a\u4e0b\u7dda",
        "long": "\u9053\u306e\u99c5\u3073\u3093\u3054\u5e9c\u4e2d\u30fb\u4e0a\u4e0b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_47_20260606",
        "label": "\u798f\u5c71\u30fb\u5e02\u7dda",
        "long": "\u798f\u5c71\u30fb\u5e02\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_47_20260906",
        "label": "\u798f\u5c71\u30fb\u5e02\u7dda",
        "long": "\u798f\u5c71\u30fb\u5e02\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_49_20260606",
        "label": "\u798f\u5c71\u30fb\u5e9c\u4e2d\u7dda",
        "long": "\u798f\u5c71\u30fb\u5e9c\u4e2d\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_49_20260906",
        "label": "\u798f\u5c71\u30fb\u5e9c\u4e2d\u7dda",
        "long": "\u798f\u5c71\u30fb\u5e9c\u4e2d\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_501_20260606",
        "label": "\u571f\u751f\u30fb\u6817\u67c4\u7dda",
        "long": "\u571f\u751f\u30fb\u6817\u67c4\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_501_20260906",
        "label": "\u571f\u751f\u30fb\u6817\u67c4\u7dda",
        "long": "\u571f\u751f\u30fb\u6817\u67c4\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_605_20260606",
        "label": "\u5e9c\u4e2d\u3050\u308b\u3063\u3068\u30d0\u30b9\uff08\u5de6\u56de\u308a\uff09",
        "long": "\u5e9c\u4e2d\u3050\u308b\u3063\u3068\u30d0\u30b9\uff08\u5de6\u56de\u308a\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_605_20260906",
        "label": "\u5e9c\u4e2d\u3050\u308b\u3063\u3068\u30d0\u30b9\uff08\u5de6\u56de\u308a\uff09",
        "long": "\u5e9c\u4e2d\u3050\u308b\u3063\u3068\u30d0\u30b9\uff08\u5de6\u56de\u308a\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_62_20260606",
        "label": "\u9053\u306e\u99c5\u3073\u3093\u3054\u5e9c\u4e2d\u30fb\u672c\u5c71\u30fb\u91d1\u4e38\u7dda",
        "long": "\u9053\u306e\u99c5\u3073\u3093\u3054\u5e9c\u4e2d\u30fb\u672c\u5c71\u30fb\u91d1\u4e38\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_62_20260906",
        "label": "\u9053\u306e\u99c5\u3073\u3093\u3054\u5e9c\u4e2d\u30fb\u672c\u5c71\u30fb\u91d1\u4e38\u7dda",
        "long": "\u9053\u306e\u99c5\u3073\u3093\u3054\u5e9c\u4e2d\u30fb\u672c\u5c71\u30fb\u91d1\u4e38\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_64_20260606",
        "label": "\u5c3e\u9053\u30fb\u65b0\u5c3e\u9053\u30fb\u5e02\u30fb\u7532\u5c71\u7dda",
        "long": "\u5c3e\u9053\u30fb\u65b0\u5c3e\u9053\u30fb\u5e02\u30fb\u7532\u5c71\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_64_20260906",
        "label": "\u5c3e\u9053\u30fb\u65b0\u5c3e\u9053\u30fb\u5e02\u30fb\u7532\u5c71\u7dda",
        "long": "\u5c3e\u9053\u30fb\u65b0\u5c3e\u9053\u30fb\u5e02\u30fb\u7532\u5c71\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_67_20260606",
        "label": "\u5c3e\u9053\u30fb\u539f\u7530\u7dda",
        "long": "\u5c3e\u9053\u30fb\u539f\u7530\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_67_20260906",
        "label": "\u5c3e\u9053\u30fb\u539f\u7530\u7dda",
        "long": "\u5c3e\u9053\u30fb\u539f\u7530\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_72_20260606",
        "label": "\u5c3e\u9053\u30fb\u4e09\u6210\u7dda",
        "long": "\u5c3e\u9053\u30fb\u4e09\u6210\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_72_20260906",
        "label": "\u5c3e\u9053\u30fb\u4e09\u6210\u7dda",
        "long": "\u5c3e\u9053\u30fb\u4e09\u6210\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_73_20260606",
        "label": "\u5c3e\u9053\uff5e\u5982\u6c34\u9928\u7dda",
        "long": "\u5c3e\u9053\uff5e\u5982\u6c34\u9928\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_73_20260906",
        "label": "\u5c3e\u9053\uff5e\u5982\u6c34\u9928\u7dda",
        "long": "\u5c3e\u9053\uff5e\u5982\u6c34\u9928\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_79_20260606",
        "label": "\u5357\u5bae\u53f0\u56e3\u5730\u7dda",
        "long": "\u5357\u5bae\u53f0\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_79_20260906",
        "label": "\u5357\u5bae\u53f0\u56e3\u5730\u7dda",
        "long": "\u5357\u5bae\u53f0\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_80_20260606",
        "label": "\u91d1\u4e38\u30fb\u5e02\u30fb\u5982\u6c34\u9928\u7dda",
        "long": "\u91d1\u4e38\u30fb\u5e02\u30fb\u5982\u6c34\u9928\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_80_20260906",
        "label": "\u91d1\u4e38\u30fb\u5e02\u30fb\u5982\u6c34\u9928\u7dda",
        "long": "\u91d1\u4e38\u30fb\u5e02\u30fb\u5982\u6c34\u9928\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_81_20260606",
        "label": "\u798f\u5c71\u30fb\u5e02\u30fb\u5982\u6c34\u9928\u7dda",
        "long": "\u798f\u5c71\u30fb\u5e02\u30fb\u5982\u6c34\u9928\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_81_20260906",
        "label": "\u798f\u5c71\u30fb\u5e02\u30fb\u5982\u6c34\u9928\u7dda",
        "long": "\u798f\u5c71\u30fb\u5e02\u30fb\u5982\u6c34\u9928\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_84_20260606",
        "label": "\u5378\u753a\u7dda",
        "long": "\u5378\u753a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_84_20260906",
        "label": "\u5378\u753a\u7dda",
        "long": "\u5378\u753a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_86_20260606",
        "label": "\u5742\u90e8\u7dda",
        "long": "\u5742\u90e8\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_86_20260906",
        "label": "\u5742\u90e8\u7dda",
        "long": "\u5742\u90e8\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_87_20260606",
        "label": "\u4e09\u5e78\u793e\u524d(\u53e4\u5730)\u30fb\u591a\u6cbb\u7c73\u8eca\u5eab\u524d\u7dda",
        "long": "\u4e09\u5e78\u793e\u524d(\u53e4\u5730)\u30fb\u591a\u6cbb\u7c73\u8eca\u5eab\u524d\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_87_20260906",
        "label": "\u4e09\u5e78\u793e\u524d(\u53e4\u5730)\u30fb\u591a\u6cbb\u7c73\u8eca\u5eab\u524d\u7dda",
        "long": "\u4e09\u5e78\u793e\u524d(\u53e4\u5730)\u30fb\u591a\u6cbb\u7c73\u8eca\u5eab\u524d\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_88_20260606",
        "label": "\u4e09\u83f1\u5faa\u74b0\u7dda",
        "long": "\u4e09\u83f1\u5faa\u74b0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_88_20260906",
        "label": "\u4e09\u83f1\u5faa\u74b0\u7dda",
        "long": "\u4e09\u83f1\u5faa\u74b0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_89_20260606",
        "label": "\u66d9\u5faa\u74b0\u7dda",
        "long": "\u66d9\u5faa\u74b0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_89_20260906",
        "label": "\u66d9\u5faa\u74b0\u7dda",
        "long": "\u66d9\u5faa\u74b0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1_91_20260606",
        "label": "\u798f\u5c71\u5e02\u7acb\u5927\u5b66\u3001\u624b\u57ce\u7d4c\u7531\u92fc\u7ba1\u75c5\u9662\u7dda",
        "long": "\u798f\u5c71\u5e02\u7acb\u5927\u5b66\u3001\u624b\u57ce\u7d4c\u7531\u92fc\u7ba1\u75c5\u9662\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1_91_20260906",
        "label": "\u798f\u5c71\u5e02\u7acb\u5927\u5b66\u3001\u624b\u57ce\u7d4c\u7531\u92fc\u7ba1\u75c5\u9662\u7dda",
        "long": "\u798f\u5c71\u5e02\u7acb\u5927\u5b66\u3001\u624b\u57ce\u7d4c\u7531\u92fc\u7ba1\u75c5\u9662\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_95_20260606",
        "label": "\u7b95\u5cf6\u30fb\u7b95\u6c96\u7dda",
        "long": "\u7b95\u5cf6\u30fb\u7b95\u6c96\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_95_20260906",
        "label": "\u7b95\u5cf6\u30fb\u7b95\u6c96\u7dda",
        "long": "\u7b95\u5cf6\u30fb\u7b95\u6c96\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_98_20260606",
        "label": "\u30d5\u30a1\u30fc\u30de\u30b7\u30a3\u672c\u793e\u524d(\u4e94\u672c\u677e)\u30fb\u591a\u6cbb\u7c73\u8eca\u5eab\u524d\u7dda",
        "long": "\u30d5\u30a1\u30fc\u30de\u30b7\u30a3\u672c\u793e\u524d(\u4e94\u672c\u677e)\u30fb\u591a\u6cbb\u7c73\u8eca\u5eab\u524d\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1_98_20260906",
        "label": "\u30d5\u30a1\u30fc\u30de\u30b7\u30a3\u672c\u793e\u524d(\u4e94\u672c\u677e)\u30fb\u591a\u6cbb\u7c73\u8eca\u5eab\u524d\u7dda",
        "long": "\u30d5\u30a1\u30fc\u30de\u30b7\u30a3\u672c\u793e\u524d(\u4e94\u672c\u677e)\u30fb\u591a\u6cbb\u7c73\u8eca\u5eab\u524d\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3_138_20260401",
        "label": "\u660e\u738b\u53f0\u7dda",
        "long": "\u660e\u738b\u53f0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1435,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "snapshot_date": "2026-09-05",
  "top_fixes": [
    {
      "code": "scorecard_rt_feed_lapsed",
      "count": 1,
      "effort": "A vendor support ticket; treat it as a feed outage.",
      "fix": "Ask your AVL vendor why the feed stopped advancing; the GTFS-Realtime header timestamp should move forward on every publish.",
      "owner": "",
      "points": 50.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "The realtime feed's last update was about 69 minutes old when sampled.",
      "why": "A realtime feed this far behind has effectively stopped. Riders see buses that already left, or apps quietly fall back to the schedule while still showing a live label."
    },
    {
      "code": "duplicate_key",
      "count": 1,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'duplicate_key' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 12.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Duplicate key (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1435,
      "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": 3,
      "severity": "WARNING",
      "what": "1435 of 1435 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."
    }
  ],
  "validator_version": "8.0.1"
}
