{
  "responseId": "mtp-20260710-143258-00491",
  "generatedAt": "2026-07-10T14:32:58-04:00",
  "agency": {
    "id": "metrocity-transit",
    "name": "MetroCity Transit Authority",
    "timezone": "America/Toronto",
    "contact": {
      "phone": "+1-555-0198",
      "email": "serviceplanning@metrocitytransit.example",
      "website": "https://transit.metrocity.example"
    }
  },
  "servicePlan": {
    "serviceDate": "2026-07-10",
    "serviceLevel": "weekday_summer",
    "planningHorizon": {
      "startsOn": "2026-07-01",
      "endsOn": "2026-09-06"
    },
    "operatingWindow": {
      "firstDeparture": "04:45",
      "lastDeparture": "01:30",
      "overnightService": true
    }
  },
  "routes": [
    {
      "routeId": "10",
      "shortName": "10",
      "longName": "Central Station - Harborfront",
      "mode": "bus",
      "status": "active",
      "accessibility": {
        "lowFloorVehicles": true,
        "audioAnnouncements": true,
        "bikeRacks": true
      },
      "frequency": {
        "peakMinutes": 8,
        "middayMinutes": 12,
        "eveningMinutes": 20,
        "overnightMinutes": null
      },
      "branches": [
        {
          "branchId": "10A",
          "direction": "outbound",
          "originStopId": "stop-central-stn-bay-4",
          "destinationStopId": "stop-harborfront-loop",
          "scheduledTrips": 86
        },
        {
          "branchId": "10B",
          "direction": "inbound",
          "originStopId": "stop-harborfront-loop",
          "destinationStopId": "stop-central-stn-bay-2",
          "scheduledTrips": 84
        }
      ]
    },
    {
      "routeId": "502",
      "shortName": "502",
      "longName": "East-West Rapid",
      "mode": "brt",
      "status": "active",
      "accessibility": {
        "levelBoarding": true,
        "audioAnnouncements": true,
        "realTimeDisplays": true
      },
      "frequency": {
        "peakMinutes": 5,
        "middayMinutes": 7,
        "eveningMinutes": 12,
        "overnightMinutes": 30
      },
      "branches": [
        {
          "branchId": "502",
          "direction": "eastbound",
          "originStopId": "stop-westgate-terminal",
          "destinationStopId": "stop-riverside-terminal",
          "scheduledTrips": 132
        },
        {
          "branchId": "502",
          "direction": "westbound",
          "originStopId": "stop-riverside-terminal",
          "destinationStopId": "stop-westgate-terminal",
          "scheduledTrips": 131
        }
      ]
    }
  ],
  "stops": [
    {
      "stopId": "stop-central-stn-bay-4",
      "name": "Central Station Bay 4",
      "location": {
        "latitude": 43.65321,
        "longitude": -79.38319
      },
      "zone": "A",
      "features": ["shelter", "bench", "fare_machine", "real_time_display"],
      "connections": ["regional_rail", "subway_blue", "route_10", "route_24"]
    },
    {
      "stopId": "stop-harborfront-loop",
      "name": "Harborfront Loop",
      "location": {
        "latitude": 43.64082,
        "longitude": -79.37561
      },
      "zone": "A",
      "features": ["shelter", "bench", "washroom"],
      "connections": ["route_10", "route_81"]
    },
    {
      "stopId": "stop-westgate-terminal",
      "name": "Westgate Terminal",
      "location": {
        "latitude": 43.66544,
        "longitude": -79.46172
      },
      "zone": "B",
      "features": ["indoor_waiting_area", "fare_machine", "real_time_display", "bike_parking"],
      "connections": ["route_33", "route_502", "park_and_ride"]
    }
  ],
  "serviceAlerts": [
    {
      "alertId": "alert-20260710-bridgework",
      "severity": "moderate",
      "affectedRoutes": ["10"],
      "affectedStops": ["stop-harborfront-loop"],
      "activePeriod": {
        "startsAt": "2026-07-10T09:00:00-04:00",
        "endsAt": "2026-07-10T16:00:00-04:00"
      },
      "message": "Harborfront Loop boarding moved to temporary stop on Queens Quay during bridge maintenance."
    },
    {
      "alertId": "alert-20260710-event",
      "severity": "minor",
      "affectedRoutes": ["502"],
      "affectedStops": [],
      "activePeriod": {
        "startsAt": "2026-07-10T18:30:00-04:00",
        "endsAt": "2026-07-10T23:15:00-04:00"
      },
      "message": "Additional eastbound trips will operate after the stadium event."
    }
  ],
  "capacityPlan": {
    "fleetAvailable": {
      "standardBus": 214,
      "articulatedBus": 48,
      "electricBus": 37,
      "brtVehicle": 29
    },
    "operatorAssignments": {
      "scheduledRuns": 392,
      "standbyOperators": 18,
      "reliefPoints": ["Central Station", "Westgate Terminal", "Riverside Terminal"]
    },
    "crowdingThresholds": {
      "seatedLoadFactor": 1,
      "standingLoadFactor": 1.35,
      "triggerAdditionalTripAtPercent": 92
    }
  },
  "performanceTargets": {
    "onTimeDeparturePercent": 88,
    "headwayAdherencePercent": 85,
    "missedTripPercentMaximum": 0.5,
    "averagePassengerWaitMinutesMaximum": 7.5
  }
}