{
  "agency": {
    "country": "JP",
    "id": "mizuho-choisoko-demand-transit",
    "name": "Mizuho Town Choi-Soko Demand Transit (\u30c1\u30e7\u30a4\u30bd\u30b3\u307f\u305a\u307b\u307e\u3061)",
    "operating_note": "Mizuho Town's reservation-based Choi-Soko shared service in western Tokyo.",
    "subdivision_code": "JP-13",
    "subdivision_name": "Tokyo"
  },
  "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": 15.0,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 14.2,
          "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": true,
          "booking_rule_count": 1,
          "has_booking_rules": true,
          "has_flex": true
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 95.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 120,
        "translations": {
          "feed_lang": "ja",
          "has_translations": true,
          "languages": [
            "en"
          ],
          "translated_tables": [
            "agency",
            "routes",
            "stops",
            "trips"
          ],
          "translation_count": 126
        },
        "trips": 2,
        "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": 120,
          "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": "120 of 120 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": 2,
          "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": "2 of 2 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_flex_service",
          "count": 1,
          "effort": "None.",
          "fix": "No action needed.",
          "owner": "",
          "points": 0.0,
          "severity": "INFO",
          "what": "This feed includes flexible (demand-responsive) service, and riders are told how to book it.",
          "why": "Dial-a-ride and zone service are described for trip planners, not just fixed routes."
        }
      ],
      "name": "completeness",
      "score": 44.2,
      "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": 3,
        "instances_by_severity": {
          "ERROR": 8,
          "INFO": 0,
          "WARNING": 15
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "stop_time_timepoint_without_times",
          "count": 8,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stop_time_timepoint_without_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 18.0,
          "severity": "ERROR",
          "what": "Stop time timepoint without times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 14,
          "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": 6.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": "unexpected_enum_value",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unexpected_enum_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Unexpected enum value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 72.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 3 kinds of issue across 23 instances (8 error, 15 warning, 0 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 69,
        "effective_expiry_date": "2026-09-30",
        "feed_end_date": "2026-09-30",
        "feed_start_date": "2024-10-01",
        "feed_version": "20260215",
        "has_feed_info": true,
        "last_service_date": "2026-09-30",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "demand_response"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 69 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 69 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."
  },
  "feed": {
    "license_note": "CC BY 4.0; published as GTFS-JP open data by Mizuho Town through the GTFS Data Repository (gtfs-data.jp). Credit Mizuho Town.",
    "reachable": true,
    "sha256": "ada29cbd7e513c4840009056bea1c031eb405d5450616b5d5c8201d98857d5bc",
    "size_bytes": 7096,
    "static_url": "https://api.gtfs-data.jp/v2/organizations/mizuhotown/feeds/DemandResponsiveTransport/files/feed.zip?rid=current"
  },
  "fetch": {
    "final_url": "https://prodgtfsdatareposharedinfrasta-filebucketcdfcd6de-1qqhtsxlwh6la.s3.amazonaws.com/mizuhotown/DemandResponsiveTransport/73c516be-a530-4482-af05-5cccdfc52824/feed.zip?response-content-disposition=attachment%3B%20filename%3Dfeed_mizuhotown_DemandResponsiveTransport_20241001_20260308214212.zip&AWSAccessKeyId=ASIARI5CFYANFU6JWHWU&Signature=xGfgxayZ%2ByvMO3T8%2BavoDyy4BhE%3D&x-amz-security-token=IQoJb3JpZ2luX2VjECQaDmFwLW5vcnRoZWFzdC0xIkYwRAIgFpS7T9AEDVkRA8T%2FwSrCqxF8AvygP8BRj1ijXDgZEC0CIESVzUhidO2YTd6sM4W7NebEMP0VxM7cnx2jhsgD4YhhKtkECO7%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEQBRoMMDg3ODUwMDc0MTM4IgwEeNOKeo%2BwV7a5r%2BUqrQRnyUOKTrsFUTeEapdwvQiFQDdb725vvFq0LpK5H8BHsBjKeyDF9we4KObKyN1kbascIsgRqBoMWWI7tzQfZ3047%2FAc37IMUuuRr8VfNftFa1XT9Srekwk%2B%2FuHwPXjezDAKiRKXg6vF2biCFEhdSISa3XqtjSde9C9T3%2FIog0QCfilj3tegH2fZnnk7z7IJ6d4Bxw6e1CNwaZ9RDFs7jfSM4%2F%2BL6nInFNmd3pNxyvjMsJf7YaTFEs2QTrWQkqIc1TRdhm7W2WymdDh%2B8NoXUYWGIFBS8SbdB6fyoAmoZUm4J2D%2F1TJ1ceO7HtkffIDT9GA9XKm1FdU3OA0JrMo3bDUayzPJHT72UrWeHYo4d6S4ZpBTn1viAwyQGd1%2BC9JybeGTnD80Da34qzdSDonrqDuMk7315W%2BdOOovoegCBcFdqKXHZXuDhs00O0UE9aj%2FG6S1SSworYYMROs4mbKppL16iKT9j%2F3QQoeRXYBfBFabh7g23dn1C%2F3sdi7fXFalc9SUZWinf7Rte6vkSFaO5V1rxtclxgig4e95feucdyhpbv3C9frhxml9pOvOWA%2FLRpVRH86KVK2P5JZWbGCd8MaG%2F5SoML199nXJRQdBL0G94J26Vep4RQuuFuQEylicW%2FI9vvgQBUH6x9%2Bo3WQVdUX2zv7B%2BNrPBSGEPx0apeXf3G0TSZ78eyJWcCUjoWTxRwQ8UXFcKcvC0NgZ8MUwX5ptsXvPISVfpOT%2F6hbR9TC3j4jTBjqkAQJRy2Mg2vaoR3G4E1ruUDBGi2fAC%2BYLQdjNaQ%2BDrevszn%2BXwy%2Fjs2%2FfzGgeTcg7x08XpGsplMGUG81SXmRdlwdHAfSIsQSR9mtxqyqPloFhZPVns58TN2SWrfeFh4npkjy2NTcMNnaqoVwrlvtI53Qg4HkhwJ56%2FYVxkeCpmg%2FaZPC9ILhzOaZioPiukoO%2BpsJfX2wRezyVTKRSZqJzbxWHWUel&Expires=1784812140",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-23T00:00:00+00:00",
  "geo": {
    "bbox": [
      139.3249,
      35.74723,
      139.36645,
      35.79363
    ],
    "lat": 35.77329,
    "lon": 139.34842,
    "stop_count": 120
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 1,
        "trip_count": 2,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 1,
    "trip_count": 2
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 0.3,
    "margin_to_next_band": 9.7,
    "score": 70.3
  },
  "recommendations": [],
  "routability": {
    "boardable_stops": 120,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 2
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/mizuho-choisoko-demand-transit/geometry.geojson",
    "route_count": 1,
    "routes": [
      {
        "color": "008080",
        "color_name": "teal",
        "has_shape": false,
        "id": "mizuhomachi_route",
        "label": "\u745e\u7a42\u753a\u30c7\u30de\u30f3\u30c9",
        "long": "\u30c1\u30e7\u30a4\u30bd\u30b3\u307f\u305a\u307b\u307e\u3061",
        "short": "\u745e\u7a42\u753a\u30c7\u30de\u30f3\u30c9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 120,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-23",
  "top_fixes": [
    {
      "code": "stop_time_timepoint_without_times",
      "count": 8,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'stop_time_timepoint_without_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 18.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Stop time timepoint without times (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 120,
      "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": "120 of 120 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": 2,
      "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": "2 of 2 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"
}
