{
  "agency": {
    "country": "JP",
    "id": "shinonsentown-yumetsubame",
    "name": "\u753a\u6c11\u30d0\u30b9\u5922\u3064\u3070\u3081 (\u65b0\u6e29\u6cc9\u753a)",
    "operating_note": "\u753a\u6c11\u30d0\u30b9\u5922\u3064\u3070\u3081 is the public schedule named by the repository. This registry item represents one feed record.",
    "subdivision_code": "JP-28",
    "subdivision_name": "Hyogo"
  },
  "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.9,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 99.4,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 169,
        "translations": {
          "feed_lang": "ja",
          "has_translations": true,
          "languages": [
            "en",
            "ja-hrkt"
          ],
          "translated_tables": [
            "stops",
            "trips"
          ],
          "translation_count": 275
        },
        "trips": 132,
        "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": 169,
          "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": "169 of 169 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": 132,
          "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": "132 of 132 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."
        }
      ],
      "name": "completeness",
      "score": 44.9,
      "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": 5,
        "instances_by_severity": {
          "ERROR": 133,
          "INFO": 6,
          "WARNING": 11
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "foreign_key_violation",
          "count": 132,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'foreign_key_violation' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Foreign key violation (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_calendar_and_calendar_date_files",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_calendar_and_calendar_date_files' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Missing calendar and calendar date files (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 10,
          "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": "missing_recommended_field",
          "count": 1,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 4.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": "unknown_file",
          "count": 6,
          "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.8,
          "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": 53.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 5 kinds of issue across 150 instances (133 error, 11 warning, 6 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 251,
        "effective_expiry_date": "2027-03-31",
        "feed_end_date": "2027-03-31",
        "feed_start_date": "2026-04-01",
        "feed_version": null,
        "has_feed_info": true,
        "last_service_date": null,
        "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 251 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": "2 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 251 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. 2 validator errors to resolve. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY 2.1 JP; published by \u65b0\u6e29\u6cc9\u753a through the official Japanese GTFS Data Repository (gtfs-data.jp).",
    "reachable": true,
    "sha256": "b3d5c77d3f5f173733cc1d419f67a1484c8a4d39892f18d55bef08cf125ca001",
    "size_bytes": 42321,
    "static_url": "https://api.gtfs-data.jp/v2/organizations/shinonsentown/feeds/yumetsubame/files/feed.zip?rid=current"
  },
  "fetch": {
    "final_url": "https://prodgtfsdatareposharedinfrasta-filebucketcdfcd6de-1qqhtsxlwh6la.s3.amazonaws.com/shinonsentown/yumetsubame/75a7025b-d09a-48c1-8a1d-fe89218c7a12/feed.zip?response-content-disposition=attachment%3B%20filename%3Dfeed_shinonsentown_yumetsubame_20260401_20260525143930.zip&AWSAccessKeyId=ASIARI5CFYANPOCOGDVZ&Signature=IsbJ6ZxxCG7ovdVwW64dZ0Oob%2BU%3D&x-amz-security-token=IQoJb3JpZ2luX2VjECsaDmFwLW5vcnRoZWFzdC0xIkcwRQIgVompSTF5gaHGVrYd%2BS5U%2Bbxl3d%2FYfqi8LV2PBo4JhM4CIQDRRca82WLYnU4%2B5qtBbILU6y5MqdeKpJnRmer7734dHirZBAj0%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAUaDDA4Nzg1MDA3NDEzOCIMqNefPOCE9u%2BDZcgyKq0EZRZdHVkoFE44AhJqIsLGBwk%2F3NJ7%2Fe%2Fi8BkDfUjhjtICQnN0PoQI7c%2FnbY9dBNrY9IMhyAP0I1O6dk1Kz%2FpW0NHirpzpKU5HdJIklBlAdgvYD91rlmORk8h%2BBQjN2Addgz%2B3YAaOwWCi0Qp%2BUHVeXbUlAQHTUzuq0R%2FapSp9srsHetC26DZF9C1L%2FOGRSHUnHGlgJH1DuC30q1aqm2Y08GE6oAoA3ciWkmPXmigAn0qZ7mHk4Dehj6livxVah6%2Fu%2Fd8zMCjMyCzBPQiIEvevqDkU0NFsZYMLiZMnsE9a0v4HTFeSaEvLmlAWF5L0wcQYROxx%2F1E%2Fakx%2FH4pRX%2FguNoZCcoKLuzzmTo1RvF2uaPQb1iMJCKSPaNCFM4fLoBLlTdVCMuZA01PLdWiphS7SA4mjmUBdhlyXaVKHs2CCc8fiQyp01pfnhyDJTQxdZBxzVM9h4I6j9qwPFj1pUiCX1T2DiCcAgmWRsVeVs3U%2B2n%2FRiE50nP4YgHiPKkD4uo3edo%2BQG730I28Xfj2tI4YBi54ahcQoA7WlSVTqBYpmtFRUEYL76WxkmYVkijgSAoJwM6OjjD54RxVrYdky2SpdrAF4I%2Fl0%2FTotlbQi62l4HMsq8Fh3ztrpUV335vij3r21eWjRlX2%2B3OXjFetBUW9iZhF3WoKn3YUEeNimxAAcT91Xl0xMsgvb%2F7HwVqEIjIE2g3SosHcFyXnfobbKJDK8he2aTLuN4sIg8DkOkyUwyseJ0wY6owFWhAwRlffdz4%2BwlCBd8yTQwKiFWNbmMDR3vlXUDlUZN39T3aDLDHFZJC7uY8d4cn5iMeB7cOFn8%2FM8zbulcStk1GQyxhonfg5KnaYEbqqvWdPmQ5Jxa4RMl2OFzGo08WCVvh5qAR405S1oUm%2Fv%2FgTfsHl4yR1UjhZs1%2BxAN%2FSuChx4rKWMDaR5V6SVMtKuvZq1i3%2Ff4m2muuuBZ7jwegbh52Jq&Expires=1784834261",
    "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": [
      134.33523,
      35.49123,
      134.5497,
      35.65708
    ],
    "lat": 35.57994,
    "lon": 134.47577,
    "stop_count": 169
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 11,
        "trip_count": 132,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 11,
    "trip_count": 132
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 2.3,
    "margin_to_next_band": 7.7,
    "score": 62.3
  },
  "recommendations": [],
  "routability": {
    "boardable_stops": 169,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 132
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/shinonsentown-yumetsubame/geometry.geojson",
    "route_count": 11,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "1",
        "label": "\u4f0a\u89d2\u7dda",
        "long": "\u4f0a\u89d2\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "10",
        "label": "\u516b\u7530\u7dda",
        "long": "\u516b\u7530\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "11",
        "label": "\u6d5c\u5742\u6e29\u6cc9\u7dda",
        "long": "\u6d5c\u5742\u6e29\u6cc9\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "2",
        "label": "\u6d77\u4e0a\u7dda",
        "long": "\u6d77\u4e0a\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3",
        "label": "\u4e45\u6597\u5c71\u7dda",
        "long": "\u4e45\u6597\u5c71\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4",
        "label": "\u5c45\u7d44\u7dda",
        "long": "\u5c45\u7d44\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "5",
        "label": "\u6625\u6765\u7dda",
        "long": "\u6625\u6765\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "6",
        "label": "\u7167\u6765\u5faa\u74b0\u7dda\uff3b\u4e0b\u7167\u6765\uff3d",
        "long": "\u7167\u6765\u5faa\u74b0\u7dda\uff3b\u4e0b\u7167\u6765\uff3d",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "7",
        "label": "\u7167\u6765\u5faa\u74b0\u7dda\uff3b\u4e0a\u7167\u6765\uff3d",
        "long": "\u7167\u6765\u5faa\u74b0\u7dda\uff3b\u4e0a\u7167\u6765\uff3d",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "8",
        "label": "\u8d64\u5d0e\u5faa\u74b0\u7dda\uff3b\u53f3\u307e\u308f\u308a\uff3d",
        "long": "\u8d64\u5d0e\u5faa\u74b0\u7dda\uff3b\u53f3\u307e\u308f\u308a\uff3d",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "9",
        "label": "\u8d64\u5d0e\u5faa\u74b0\u7dda\uff3b\u5de6\u307e\u308f\u308a\uff3d",
        "long": "\u8d64\u5d0e\u5faa\u74b0\u7dda\uff3b\u5de6\u307e\u308f\u308a\uff3d",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 169,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.16",
  "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": "foreign_key_violation",
      "count": 132,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'foreign_key_violation' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Foreign key violation (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "missing_calendar_and_calendar_date_files",
      "count": 1,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'missing_calendar_and_calendar_date_files' 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": "Missing calendar and calendar date files (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 169,
      "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": "169 of 169 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"
}
