{
  "agency": {
    "country": "NO",
    "id": "fram-more-og-romsdal",
    "name": "FRAM (M\u00f8re og Romsdal)",
    "operating_note": "One of Entur's per-operator GTFS exports, covering FRAM in M\u00f8re og Romsdal. The Entur national aggregate is a separate, much larger download that exceeds the standard archive cap; this per-operator slice stays within it.",
    "subdivision_code": "NO-15",
    "subdivision_name": "M\u00f8re og Romsdal"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.2,
          "stops_marked_accessible_pct": 0.3,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.3,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.1,
          "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": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 9485,
        "translations": {
          "feed_lang": "no",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 11223,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.3,
        "wheelchair_marked_accessible_pct": 0.3,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 9460,
          "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": 24.9,
          "severity": "WARNING",
          "what": "9460 of 9485 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": 11223,
          "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": "11223 of 11223 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle 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_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."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 37.6,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 10,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 26,
          "WARNING": 2775
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 2562,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unexpected_enum_value",
          "count": 191,
          "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": 8.0,
          "severity": "WARNING",
          "what": "Unexpected enum value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 17,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a transit vehicle can.",
          "why": "Usually a typo'd stop time; riders get arrival times no transit vehicle can meet."
        },
        {
          "code": "missing_recommended_field",
          "count": 3,
          "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": "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": "transfer_distance_above_2_km",
          "count": 16,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'transfer_distance_above_2_km' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Transfer distance above 2 km (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "big_gap_in_service",
          "count": 6,
          "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.8,
          "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": 3,
          "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": "trip_headsign_matches_intermediate_stop",
          "count": 1,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the transit vehicle ends up, so a midpoint name can send them the wrong way."
        }
      ],
      "name": "correctness",
      "score": 63.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 2801 instances (0 error, 2775 warning, 26 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 158,
        "effective_expiry_date": "2026-12-24",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": true,
        "last_service_date": "2026-12-24",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 158 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": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 158 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": "Norwegian Licence for Open Government Data (NLOD) 2.0; free reuse including commercial use and adaptation with attribution. Published through Entur's national public transport data platform.",
    "reachable": true,
    "sha256": "bebe15cde55ba131bc496fab5eecb77feb1ca37c9f4d772358c5709a329a2f99",
    "size_bytes": 14222032,
    "static_url": "https://storage.googleapis.com/marduk-production/outbound/gtfs/rb_mor-aggregated-gtfs.zip"
  },
  "ferry_profile": {
    "accessibility": {
      "measures": "published_values_not_physical_usability",
      "terminals": {
        "allowed_count": 0,
        "allowed_pct": 0.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 0,
        "stated_pct": 0.0,
        "total_count": 75
      },
      "trips": {
        "allowed_count": 0,
        "allowed_pct": 0.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 0,
        "stated_pct": 0.0,
        "total_count": 4522
      }
    },
    "bikes": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 4522
    },
    "cars": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 4522
    },
    "fares": {
      "applied": false,
      "fare_free": false,
      "model": "none",
      "scope": "whole_feed"
    },
    "graded": false,
    "measured": true,
    "realtime": {
      "configured_kinds": [],
      "kinds_configured": 0,
      "scope": "whole_feed"
    },
    "route_count": 30,
    "scope": "ferry_routes_and_trips",
    "stop_access": {
      "direct_count": 0,
      "eligible_terminal_count": 75,
      "stated_count": 0,
      "stated_pct": 0.0,
      "through_station_count": 0
    },
    "terminal_hierarchy": {
      "boarding_location_count": 75,
      "parented_boarding_location_count": 75,
      "parented_boarding_location_pct": 100.0,
      "referenced_station_count": 73
    },
    "trip_count": 4522
  },
  "fetch": {
    "final_url": "https://storage.googleapis.com/marduk-production/outbound/gtfs/rb_mor-aggregated-gtfs.zip",
    "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-19T00:00:00+00:00",
  "geo": {
    "bbox": [
      5.39216,
      61.88747,
      10.40215,
      63.51802
    ],
    "lat": 62.61577,
    "lon": 7.08864,
    "stop_count": 9485
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 161,
        "trip_count": 6701,
        "trip_share_pct": 59.7
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 30,
        "trip_count": 4522,
        "trip_share_pct": 40.3
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 191,
    "trip_count": 11223
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 0.8,
    "margin_to_next_band": 9.2,
    "score": 60.8
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 25,
      "effort": "A short text field per affected stop; start with the busiest.",
      "fix": "Add tts_stop_name with the spoken form, e.g. 'Main Street and Second Avenue', for the affected stops.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "25 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"St. Olavs plass\", \"H\u00f8levegen/Halvardsrema\", \"St. Hanshaugen\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 5898,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 11223
  },
  "route_map": {
    "drawn_route_count": 191,
    "has_shapes": true,
    "path": "data/artifacts/fram-more-og-romsdal/geometry.geojson",
    "route_count": 191,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:1",
        "label": "1",
        "long": "Hessa - Myrland",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:10",
        "label": "10",
        "long": "Fjelltun",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:100",
        "label": "100",
        "long": "FRAM Ekspress \u00c5lesund-Molde-Kristiansund",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:101",
        "label": "101",
        "long": "FRAM Ekspress Volda-\u00c5lesund",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1049",
        "label": "1049",
        "long": "Fest\u00f8ya-Hundeidvika",
        "short": "1049",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1050",
        "label": "1050",
        "long": "Molde-Sekken",
        "short": "1050",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1051",
        "label": "1051",
        "long": "Sm\u00e5ge-Finn\u00f8ya-Sand\u00f8ya-Ona",
        "short": "1051",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1053",
        "label": "1053",
        "long": "Liabygda-Stranda",
        "short": "1053",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1054",
        "label": "1054",
        "long": "Eidsdal-Linge",
        "short": "1054",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1055",
        "label": "1055",
        "long": "Magerholm-Sykkylven",
        "short": "1055",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1056",
        "label": "1056",
        "long": "Brattv\u00e5g-Dryna",
        "short": "1056",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1058",
        "label": "1058",
        "long": "Solholmen-Mordalsv\u00e5gen",
        "short": "1058",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1059",
        "label": "1059",
        "long": "Aukra-Hollingsholmen",
        "short": "1059",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1060",
        "label": "1060",
        "long": "S\u00f8lsnes-\u00c5farnes",
        "short": "1060",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1061",
        "label": "1061",
        "long": "Kvanne-Rykkjem",
        "short": "1061",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1062",
        "label": "1062",
        "long": "Arasvika-Hennset",
        "short": "1062",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1063",
        "label": "1063",
        "long": "Seivika-T\u00f8mmerv\u00e5g",
        "short": "1063",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1064",
        "label": "1064",
        "long": "Ed\u00f8ya-Sandvika",
        "short": "1064",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1065",
        "label": "1065",
        "long": "Lauvstad-Volda",
        "short": "1065",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1066",
        "label": "1066",
        "long": "Larsnes -\u00c5ram-Voksa-Kvams\u00f8ya",
        "short": "1066",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1067",
        "label": "1067",
        "long": "Koparneset-\u00c5rvika",
        "short": "1067",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1068",
        "label": "1068",
        "long": "Hareid - Sulesund",
        "short": "1068",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1069",
        "label": "1069",
        "long": "Fest\u00f8ya-Solav\u00e5gen",
        "short": "1069",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1070",
        "label": "1070",
        "long": "Molde-Vestnes",
        "short": "1070",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1071",
        "label": "1071",
        "long": "Folkestad - Volda",
        "short": "1071",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1072",
        "label": "1072",
        "long": "Halsa-Kanestraum",
        "short": "1072",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:11",
        "label": "11",
        "long": "Larsg\u00e5rden",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1135",
        "label": "1135",
        "long": "S\u00e6b\u00f8-Leknes",
        "short": "1135",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1136",
        "label": "1136",
        "long": "Standal-Trandal-S\u00e6b\u00f8-Sk\u00e5r-Vald",
        "short": "1136",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1142",
        "label": "1142",
        "long": "Geiranger - Hellesylt",
        "short": "1142",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1144",
        "label": "1144",
        "long": "Kvams\u00f8ya-Voksa-\u00c5ram-Larsnes",
        "short": "1144",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1145",
        "label": "1145",
        "long": "Hareid-Valder\u00f8ya-\u00c5lesund",
        "short": "1145",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1148",
        "label": "1148",
        "long": "\u00c5lesund-Langev\u00e5g",
        "short": "1148",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1149",
        "label": "1149",
        "long": "\u00c5lesund-Hamnsund",
        "short": "1149",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "MOR:Line:1151",
        "label": "1151",
        "long": "Sundb\u00e5ten",
        "short": "1151",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:12",
        "label": "12",
        "long": "Sentrum - Moa - Fremmerholen",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:13",
        "label": "13",
        "long": "Olsvik - Moa - Furmyr",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:133",
        "label": "133",
        "long": "Leknes-\u00d8ye",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:14",
        "label": "14",
        "long": "Humla",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:15",
        "label": "15",
        "long": "Glomset",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:16",
        "label": "16",
        "long": "Brusdal",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:17",
        "label": "17",
        "long": "Moa-Utvik-Skodje",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:18",
        "label": "18",
        "long": "Serviceruta",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:2",
        "label": "2",
        "long": "\u00c5lesund - Lerstad - Magerholm",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:20",
        "label": "20",
        "long": "Magerholm-Sjukehuset-\u00c5lesund",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:201",
        "label": "201",
        "long": "Skoleturer Haram",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:202",
        "label": "202",
        "long": "Skoleruter \u00d8rskog",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:203",
        "label": "203",
        "long": "Skoleruter Stordal",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:21",
        "label": "21",
        "long": "Nattbuss \u00c5lesund",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:210",
        "label": "210",
        "long": "Valldal-Sj\u00f8holt-\u00c5lesund",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:211",
        "label": "211",
        "long": "Geiranger-Eidsdal",
        "short": "211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:213",
        "label": "213",
        "long": "Valldal-Hoel-Rem",
        "short": "213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:214",
        "label": "214",
        "long": "Valldal-Selboskar-Tafjord",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:217",
        "label": "217",
        "long": "Eidsdal-Norddal",
        "short": "217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:22",
        "label": "22",
        "long": "Nattbuss Lerstad-magerholm",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:230",
        "label": "230",
        "long": "Brattv\u00e5g-\u00c5lesund",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:231",
        "label": "231",
        "long": "Brattv\u00e5g-Skjeltene-Brattv\u00e5g",
        "short": "231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:232",
        "label": "232",
        "long": "Finn\u00f8ya-Brattv\u00e5g",
        "short": "232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:233",
        "label": "233",
        "long": "Nogva-Haram-Austnes",
        "short": "233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:235",
        "label": "235",
        "long": "Finn\u00f8ya-Myklebust",
        "short": "235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:236",
        "label": "236",
        "long": "Brattv\u00e5g-Hellandshamn",
        "short": "236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:237",
        "label": "237",
        "long": "Skodje-\u00c5lesund",
        "short": "237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:238",
        "label": "238",
        "long": "Skodje-Engsetdalen",
        "short": "238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:240",
        "label": "240",
        "long": "Molde-Midsund",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:241",
        "label": "241",
        "long": "Midsund-Heggdal-Solholmen",
        "short": "241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:245",
        "label": "245",
        "long": "Rekdal-Furneset-Vestnes",
        "short": "245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:247",
        "label": "247",
        "long": "Vikebukt-Tresfjord-Furneset",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:250",
        "label": "250",
        "long": "\u00c5lesund-Sykkylven-Stranda-Stryn",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:252",
        "label": "252",
        "long": "Sykkylven-Ramstaddal",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:255",
        "label": "255",
        "long": "Sykkylven-Grebstadlia-\u00d8rsneset",
        "short": "255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:257",
        "label": "257",
        "long": "Skoleruter Sykkylven",
        "short": "257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:260",
        "label": "260",
        "long": "Sykkylven-Straumgjerde-Ikornnes",
        "short": "260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:271",
        "label": "271",
        "long": "Stranda-Storgjerde",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:272",
        "label": "272",
        "long": "Stranda-Kj\u00f8l\u00e5s-Skarb\u00f8-Opshaug",
        "short": "272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:273",
        "label": "273",
        "long": "Skoleruter Stranda",
        "short": "273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:275",
        "label": "275",
        "long": "Skoleruter Stranda lukka",
        "short": "275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:3",
        "label": "3",
        "long": "\u00c5lesund-Valder\u00f8ya-Vigra",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:301",
        "label": "301",
        "long": "Bakkebyruta i Ulsteinvik",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:302",
        "label": "302",
        "long": "Hareid-Brandal",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:303",
        "label": "303",
        "long": "Hareid-Hj\u00f8rungav\u00e5g",
        "short": "303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:304",
        "label": "304",
        "long": "Hareid-Snips\u00f8yrdal",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:305",
        "label": "305",
        "long": "Ulsteinvik-Fl\u00f8",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:306",
        "label": "306",
        "long": "Ulsteinvik-Dimna",
        "short": "306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:307",
        "label": "307",
        "long": "Skolerute Her\u00f8y",
        "short": "307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:308",
        "label": "308",
        "long": "Skoleruter Ulstein",
        "short": "308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:309",
        "label": "309",
        "long": "Skolerute Sunnm\u00f8re s\u00f8r lukka",
        "short": "309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:31",
        "label": "31",
        "long": "\u00c5lesund - Ellings\u00f8ya",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:310",
        "label": "310",
        "long": "\u00c5heim-\u00c5rvik-Garnes-Hareid",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:32",
        "label": "32",
        "long": "\u00c5lesund - God\u00f8ya",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:320",
        "label": "320",
        "long": "Larsnes-Gjerdsvika-Stoksund",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:321",
        "label": "321",
        "long": "Sands\u00f8y-Voksa",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:330",
        "label": "330",
        "long": "Fosnav\u00e5g - Hareid",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:331",
        "label": "331",
        "long": "Fosnav\u00e5g-Rerm\u00f8y-Runde",
        "short": "331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:332",
        "label": "332",
        "long": "Nerlands\u00f8ya-Eggesb\u00f8nes",
        "short": "332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:333",
        "label": "333",
        "long": "Fosnav\u00e5g-Torvik-Sande",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:334",
        "label": "334",
        "long": "Leikong-J\u00f8sok-Voldnes",
        "short": "334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:338",
        "label": "338",
        "long": "Volda-\u00d8rsta-Garnes-Hareid",
        "short": "338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:340",
        "label": "340",
        "long": "\u00d8rsta-Volda",
        "short": "340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:341",
        "label": "341",
        "long": "Volda-Sjukehuset-Bratteberg",
        "short": "341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:342",
        "label": "342",
        "long": "\u00d8rsta-Mosmarka-Vallab\u00f8en-\u00d8rsta",
        "short": "342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:351",
        "label": "351",
        "long": "Nordfjordeid-Volda",
        "short": "351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:360",
        "label": "360",
        "long": "Viddal-H\u00f8ydal-Fyrde-Volda",
        "short": "360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:370",
        "label": "370",
        "long": "S\u00e6b\u00f8-\u00c5mdal-\u00d8rsta",
        "short": "370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:390",
        "label": "390",
        "long": "\u00c5heim-Eids\u00e5-Lauvstad-Volda",
        "short": "390",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:391",
        "label": "391",
        "long": "(Volda)-Lauvstad-Dravlaus-L\u00f8vi",
        "short": "391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:392",
        "label": "392",
        "long": "\u00c5melfot-Dalsbygd-Folkestad",
        "short": "392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:393",
        "label": "393",
        "long": "Syvde-Koparnes-\u00c5ram",
        "short": "393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:394",
        "label": "394",
        "long": "Eids\u00e5-Syvde-S\u00f8rdal-Nordal",
        "short": "394",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:395",
        "label": "395",
        "long": "\u00c5ram-Fisk\u00e5-Syvde",
        "short": "395",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:4",
        "label": "4",
        "long": "Langev\u00e5g - Moa - \u00c5lesund",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:400",
        "label": "400",
        "long": "Skoleturer \u00d8rsta Volda",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:401",
        "label": "401",
        "long": "Skoleruter Volda",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:402",
        "label": "402",
        "long": "Skolerute Hornindal",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:41",
        "label": "41",
        "long": "Sulesund-Mauseidv\u00e5g",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:420",
        "label": "420",
        "long": "Fram Ekspress Molde-\u00c5ndalsnes",
        "short": "420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:423",
        "label": "423",
        "long": "\u00c5ndalsnes-Isfjorden",
        "short": "423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:424",
        "label": "424",
        "long": "\u00c5ndalsnes-Sogge-Frydenlund",
        "short": "424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:428",
        "label": "428",
        "long": "\u00c5farnes - Vistdal",
        "short": "428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:429",
        "label": "429",
        "long": "Lerheim - R\u00f8dven",
        "short": "429",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:445",
        "label": "445",
        "long": "Skoleruter Sula",
        "short": "445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:482",
        "label": "482",
        "long": "\u00c5ndalsnes - Vestnes",
        "short": "482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:483",
        "label": "483",
        "long": "\u00c5ndalsnes - Bjorli",
        "short": "483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:487",
        "label": "487",
        "long": "Sk\u00e5lasenteret - Kortgarden",
        "short": "487",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:490",
        "label": "490",
        "long": "Skolerute Rauma",
        "short": "490",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:491",
        "label": "491",
        "long": "Skolerute Vestnes",
        "short": "491",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:492",
        "label": "492",
        "long": "Skolerute Sk\u00e5la",
        "short": "492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:500",
        "label": "500",
        "long": "Skolerute Aver\u00f8y",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:501",
        "label": "501",
        "long": "Kristiansund-Bruhagen-Ba-K\u00e5rv\u00e5g",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:503",
        "label": "503",
        "long": "Bruhagen-Kvernes-K\u00e5rv\u00e5g",
        "short": "503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:504",
        "label": "504",
        "long": "Sand\u00f8y-Hasl\u00f8ya-Honnings\u00f8y",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:505",
        "label": "505",
        "long": "Ekkils\u00f8y",
        "short": "505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:506",
        "label": "506",
        "long": "Sveggen",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:507",
        "label": "507",
        "long": "Folland-Staurneset",
        "short": "507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:509",
        "label": "509",
        "long": "\u00d8vre B\u00e5dal",
        "short": "509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:510",
        "label": "510",
        "long": "Molde-Eide-Aver\u00f8y",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:511",
        "label": "511",
        "long": "Skolerute Eide",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:512",
        "label": "512",
        "long": "Eide-Elnesv\u00e5gen",
        "short": "512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:530",
        "label": "530",
        "long": "Skolerute Fr\u00e6na",
        "short": "530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:531",
        "label": "531",
        "long": "Molde-Hollingsholm-Malmeskifte",
        "short": "531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:532",
        "label": "532",
        "long": "Molde-Elnesv\u00e5gen",
        "short": "532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:533",
        "label": "533",
        "long": "Elnesv\u00e5gen-Bud-Vikan",
        "short": "533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:534",
        "label": "534",
        "long": "Elnesv\u00e5gen-Farstad-Hustad",
        "short": "534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:535",
        "label": "535",
        "long": "Skolerute Molde Boreal",
        "short": "535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:542",
        "label": "542",
        "long": "Elnesv\u00e5gen-Hauglia",
        "short": "542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:560",
        "label": "560",
        "long": "Skolerute Aukra",
        "short": "560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:561",
        "label": "561",
        "long": "Aukra",
        "short": "561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:681",
        "label": "681",
        "long": "FRAM Ekspress  \u00c5lesund-\u00c5ndalsnes",
        "short": "681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:690",
        "label": "690",
        "long": "Skolerute \u00c5lesund",
        "short": "690",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:691",
        "label": "691",
        "long": "Skolerute \u00c5lesund",
        "short": "691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:692",
        "label": "692",
        "long": "Skolerute Ellings\u00f8ya",
        "short": "692",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:693",
        "label": "693",
        "long": "Skolerute Giske",
        "short": "693",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:694",
        "label": "694",
        "long": "Skoleruter \u00c5lesund pakke 5",
        "short": "694",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:700",
        "label": "700",
        "long": "Skoleruter Molde og Gjemnes",
        "short": "700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:701",
        "label": "701",
        "long": "Kvam-Molde-\u00c5r\u00f8lia",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:702",
        "label": "702",
        "long": "Hatlelia-Bergmo-Nordbyen",
        "short": "702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:703",
        "label": "703",
        "long": "Sentrum-Granlia-Nordbyen",
        "short": "703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:705",
        "label": "705",
        "long": "Sentrum-Glomstua",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:706",
        "label": "706",
        "long": "Granlia-Tr\u00e6ffhuset",
        "short": "706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:710",
        "label": "710",
        "long": "Skoleruter Gjemnes",
        "short": "710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:714",
        "label": "714",
        "long": "Hjelset - Kleive",
        "short": "714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:715",
        "label": "715",
        "long": "Torvikbukt-Batnfjord",
        "short": "715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:720",
        "label": "720",
        "long": "Sekken",
        "short": "720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:721",
        "label": "721",
        "long": "Skolerute Molde rutepakke 6",
        "short": "721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:800",
        "label": "800",
        "long": "Skolerute Kristiansund",
        "short": "800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:801",
        "label": "801",
        "long": "L\u00f8kkemyra-Kristiansund lufthavn",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:802",
        "label": "802",
        "long": "Dale-Kristiansund lufthavn",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:803",
        "label": "803",
        "long": "Karihola-Idrettsparken",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:807",
        "label": "807",
        "long": "Nordlandet-Innlandet-\u00d8vre Bydel",
        "short": "807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:811",
        "label": "811",
        "long": "Kristiansund sentrum-S\u00f8dalen",
        "short": "811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:812",
        "label": "812",
        "long": "Kristiansund-Godhaugen-Flat\u00f8y",
        "short": "812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:813",
        "label": "813",
        "long": "Rensvik-Bj\u00f8rnvik",
        "short": "813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:820",
        "label": "820",
        "long": "Skolerute Aure",
        "short": "820",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:821",
        "label": "821",
        "long": "Kristiansund-T\u00f8mmerv\u00e5g-Aure",
        "short": "821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:822",
        "label": "822",
        "long": "T\u00f8mmerv\u00e5g-Indres\u00e6ter-Gullstein",
        "short": "822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:823",
        "label": "823",
        "long": "\u00c5lmo-Mjosundet-Aure",
        "short": "823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:825",
        "label": "825",
        "long": "Todal-Aure",
        "short": "825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:826",
        "label": "826",
        "long": "Gjerda-Aukan-Lesund-Aure",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:827",
        "label": "827",
        "long": "R\u00f8nsvika-Ulvsnes-Aure",
        "short": "827",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:828",
        "label": "828",
        "long": "Kj\u00f8rsvikbugen-Aure",
        "short": "828",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:829",
        "label": "829",
        "long": "\u00c5rv\u00e5g-Vean-Aure",
        "short": "829",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:830",
        "label": "830",
        "long": "Skolerute Sm\u00f8la",
        "short": "830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:831",
        "label": "831",
        "long": "Veiholmen-Hopen-Nordvika-Ed\u00f8ya",
        "short": "831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:832",
        "label": "832",
        "long": "Hopen-Straumen (Vestsida)",
        "short": "832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:901",
        "label": "901",
        "long": "FRAM Ekspress Kristiansund-Oppdal",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:902",
        "label": "902",
        "long": "FRAM Ekspress Trondheim-Surnadal-Molde",
        "short": "902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:905",
        "label": "905",
        "long": "FRAM Ekspress \u00c5lesund-Molde-Trondheim",
        "short": "905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:931",
        "label": "931",
        "long": "Skoleruter Surnadal",
        "short": "931",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:934",
        "label": "934",
        "long": "Skoleruter Sunndal",
        "short": "934",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:936",
        "label": "936",
        "long": "Skoleruter Nesset",
        "short": "936",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:937",
        "label": "937",
        "long": "Skoleruter Tingvoll",
        "short": "937",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "MOR:Line:945",
        "label": "945",
        "long": "Skoleruter Sunndal - Gj\u00f8ra",
        "short": "945",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 9485,
    "stop_points_capped": true
  },
  "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-19",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 9460,
      "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": 24.9,
      "rank": 1,
      "severity": "WARNING",
      "what": "9460 of 9485 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": 11223,
      "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": "11223 of 11223 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
    },
    {
      "code": "scorecard_missing_feed_info_dates",
      "count": 1,
      "effort": "Two fields, set once in export settings.",
      "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    }
  ],
  "validator_version": "8.0.1"
}
