{
  "agency": {
    "country": "JP",
    "id": "mie-kotsu-ise",
    "name": "Mie Kotsu Ise (\u4e09\u91cd\u4ea4\u901a \u4f0a\u52e2\u55b6\u696d\u6240)",
    "operating_note": "Mie Kotsu's scheduled bus service from its Ise office. The official catalog also publishes keyless TripUpdates, VehiclePositions, and Service Alerts.",
    "subdivision_code": "JP-24",
    "subdivision_name": "Mie"
  },
  "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": 782,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 99.5,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 442,
        "translations": {
          "feed_lang": "ja",
          "has_translations": true,
          "languages": [
            "en",
            "ja",
            "ja-hrkt"
          ],
          "translated_tables": [
            "routes",
            "stops",
            "trips"
          ],
          "translation_count": 9654
        },
        "trips": 782,
        "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": 442,
          "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": "442 of 442 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": 782,
          "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": "782 of 782 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": "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": 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": 9,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 13,
          "WARNING": 1307
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "mixed_case_recommended_field",
          "count": 716,
          "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": "missing_recommended_field",
          "count": 587,
          "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": "same_name_and_description_for_stop",
          "count": 2,
          "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": 4.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": "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": "service_has_no_active_day_of_the_week",
          "count": 1,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "code": "big_gap_in_service",
          "count": 5,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        },
        {
          "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": "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."
        },
        {
          "code": "service_window_outside_feed_period",
          "count": 1,
          "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."
        }
      ],
      "name": "correctness",
      "score": 70.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 9 kinds of issue across 1320 instances (0 error, 1307 warning, 13 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 93,
        "effective_expiry_date": "2026-11-02",
        "feed_end_date": "2026-11-02",
        "feed_start_date": "2026-04-07",
        "feed_version": "20260407_20260801",
        "has_feed_info": true,
        "last_service_date": "2026-11-23",
        "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 93 days.",
      "weight": 0.2
    },
    "realtime": {
      "details": {
        "alerts_content": {
          "alerts": 0,
          "ended_over_30_days_ago": 0,
          "with_cause_and_effect": 0,
          "with_description": 0,
          "with_header_text": 0,
          "with_informed_entity": 0
        },
        "configured_kinds": [
          "trip_updates",
          "vehicle_positions",
          "service_alerts"
        ],
        "coverage_pct": 100.0,
        "covered_trips": 11,
        "drift": {
          "median_seconds": 79,
          "observations": 465,
          "on_time_share_pct": 95.9,
          "p90_abs_seconds": 239
        },
        "kinds_configured": 3,
        "kinds_reachable": 3,
        "reachable_kinds": [
          "trip_updates",
          "vehicle_positions",
          "service_alerts"
        ],
        "rt_freshness": "fresh",
        "samples": 9,
        "scheduled_trips_in_window": 11,
        "worst_lag_seconds": 33
      },
      "findings": [],
      "name": "realtime",
      "score": 100.0,
      "status": "measured",
      "summary": "Sampled 9 times: 3 of 3 configured feeds healthy; 100.0% of scheduled trips had live predictions; vehicle position plausibility was not measurable; predictions ran a median of 79s behind schedule.",
      "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 agency's own URL."
    ],
    "rt_windows": 1,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 93 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY 4.0; published as GTFS-JP open data by Mie Kotsu through the GTFS Data Repository (gtfs-data.jp). Credit Mie Kotsu.",
    "reachable": true,
    "sha256": "62d6e95dfc8d9d89c273b221560d72b8fa417aebc9d97737f631f282064e07f9",
    "size_bytes": 327300,
    "static_url": "https://api.gtfs-data.jp/v2/organizations/mie-kotsu/feeds/sancoise/files/feed.zip?rid=current"
  },
  "fetch": {
    "final_url": "https://prodgtfsdatareposharedinfrasta-filebucketcdfcd6de-1qqhtsxlwh6la.s3.amazonaws.com/mie-kotsu/sancoise/7c0a9eff-374b-4520-8bd1-c4a6155b2a38/feed.zip?response-content-disposition=attachment%3B%20filename%3Dfeed_mie-kotsu_sancoise_20260407_20260802040538.zip&AWSAccessKeyId=ASIARI5CFYANI2AKAYNG&Signature=VjT0r1gL09nUizLD15rpI8L0iwc%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEAcaDmFwLW5vcnRoZWFzdC0xIkcwRQIhAOkqO9%2B3y1xnpv8N4cix9z9UKZB2BO%2B6hpP%2B1nuG3m%2BtAiA8qXJuD%2BURb6b%2F34CezWNe81lEb5Z2I2nwB0LUTf6RLCrZBAjQ%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAUaDDA4Nzg1MDA3NDEzOCIMbmW2eB9YIn9%2B7TSBKq0EP2lRm2d59wQX5AIV30w7PAcpPDkrNCBbisPBD3hp3L2YfN7bEQHXgHisB5xTjWC3zfrXdrFNk0ZGMyod%2BZv9sQyFaxQSyH9iDvhhBRnUQbTG43mOGkfGNtq07kqdOLM6WrsPjGopVxk1PcFagqUTZ5b0deKH9coaNYe8mVUdd5nizB3L7PbomQZ%2FYSa%2B4hT7fXGdohgZqNaJJjwup%2F8QSYxaXy0NAZ3VwiqkUS6Oena00ItiakUQ8xIVqHcEj1nb55YSNxWEBOnK4IMHpP60wJ8Y4TJocv8KtCyAwyNuxprkD7s%2F1RRGuZWy%2FxcvzikOr2%2Fj6yTbi1OIR17YriyQiFF%2BdfO%2BmbnN71F2gWA%2F%2B0QNvcUPH46ZHthp9JlMFZJcFbjgH2QJvq4aFFx9XpW81jP0sGOhvpGtH7oYQwo%2FnE9hhR8FYGtNhCiat%2BoH2rKMC7jx11ZmsA%2B478VJPlB1G1Vm6CS%2FUtJ2EANoqCS%2FTOLpnaXMfs2WY%2FPjqO2SR7DKYNwXf%2FlgoCzdn%2BxENtWSqV8cL2FARJ0pCbkLH48DoAa%2FvZJ6lGfkO%2Bi6HiJT799wSuqcf3%2FJCKAYgZ2eXiM4%2By3spnl9qqFT1dIyThZS0Ch7qnEtxgsNeDMjNe77XB0e%2FWUNVZW4E4urG%2FgHnqs7ITfib%2FiokMYBGUIxeu%2FFmO%2F19qwrZe2swY2UJGXdf3B7n0%2FkTdWWgri2oTsvGEv8DCQd%2B3ZJ8BXr6pKlITAw6fK50wY6owEz2r4G4xdnEbtE%2F3ZnN1QITFSm8nz9EJnaNVy5bTmLBgg%2B6%2FgX1mtERcU%2BY%2FxUkc%2BJ%2BbprzE8Htw6XBUQ2DdsLMrGI8xpz49327b8jrZ9%2FmeU46O2bCToV6ljEiIyN5sA6LJ7nr63SAO3Xdgt7%2FZJ4%2FfM4MAPRmMOj8PyQ12YBZYxDsgmKJgbUeat7pKkbadB0t7ihHfUK%2F3OpJ9QsqSfZgTDa&Expires=1785625530",
    "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-08-01T00:00:00+00:00",
  "geo": {
    "bbox": [
      136.44002,
      34.24859,
      136.85175,
      34.5404
    ],
    "lat": 34.48738,
    "lon": 136.69569,
    "stop_count": 442
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 15,
        "trip_count": 782,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 15,
    "trip_count": 782
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 7.6,
    "margin_to_next_band": 2.4,
    "score": 77.6
  },
  "recommendations": [],
  "routability": {
    "boardable_stops": 442,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 782
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/mie-kotsu-ise/geometry.geojson",
    "route_count": 15,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "6_702_20260407",
        "label": "\u4f0a\u52e2\u5e02\u5185\uff21\u7dda",
        "long": "\u4f0a\u52e2\u5e02\u5185\uff21\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "6_703_20260407",
        "label": "\u4f0a\u52e2\u5e02\u5185\uff22\u7dda",
        "long": "\u4f0a\u52e2\u5e02\u5185\uff22\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "6_704_20260407",
        "label": "\u795e\u793e\u7dda",
        "long": "\u795e\u793e\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "6_705_20260407",
        "label": "\u5927\u6e4a\u7dda",
        "long": "\u5927\u6e4a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "6_706_20260407",
        "label": "\u6709\u6edd\u7dda",
        "long": "\u6709\u6edd\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "6_708_20260407",
        "label": "\u4f0a\u52e2\u7389\u57ce\u7dda",
        "long": "\u4f0a\u52e2\u7389\u57ce\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "6_710_20260407",
        "label": "\u4e2d\u5ddd\u7dda",
        "long": "\u4e2d\u5ddd\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "6_711_20260407",
        "label": "\u5357\u5cf6\u7dda",
        "long": "\u5357\u5cf6\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "6_714_20260407",
        "label": "\u4f0a\u52e2\u9ce5\u7fbd\u7dda",
        "long": "\u4f0a\u52e2\u9ce5\u7fbd\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "6_715_20260407",
        "label": "\u4e8c\u898b\u30b5\u30f3\u30a2\u30ea\u30fc\u30ca\u7dda",
        "long": "\u4e8c\u898b\u30b5\u30f3\u30a2\u30ea\u30fc\u30ca\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "6_723_20260407",
        "label": "\u571f\u8def\u4eca\u4e00\u8272\u7dda",
        "long": "\u571f\u8def\u4eca\u4e00\u8272\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "6_724_20260407",
        "label": "\u5916\u5bae\u5185\u5bae\uff08\u5fb4\u53e4\u9928\uff09\u7dda",
        "long": "\u5916\u5bae\u5185\u5bae\uff08\u5fb4\u53e4\u9928\uff09\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "6_725_20260407",
        "label": "\u5916\u5bae\u5185\u5bae\uff08\u5e81\u820e\u524d\uff09\u7dda",
        "long": "\u5916\u5bae\u5185\u5bae\uff08\u5e81\u820e\u524d\uff09\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "6_730_20260407",
        "label": "\uff23\uff21\uff2e\u3070\u3059",
        "long": "\uff23\uff21\uff2e\u3070\u3059",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "6_736_20260407",
        "label": "\u53c2\u5bae\u30d0\u30b9",
        "long": "\u53c2\u5bae\u30d0\u30b9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 442,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.17",
  "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-08-01",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 442,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "442 of 442 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": 782,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "782 of 782 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": "mixed_case_recommended_field",
      "count": 716,
      "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,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
