From aff523a038fee8957b7add46fdea0a6ed191bdb3 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 23 Feb 2026 20:42:52 +0000 Subject: [PATCH] Add bool for 'pass' --- schemas/data-ingress/pushport/schedule.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schemas/data-ingress/pushport/schedule.json b/schemas/data-ingress/pushport/schedule.json index dcbdba1..1a891cb 100644 --- a/schemas/data-ingress/pushport/schedule.json +++ b/schemas/data-ingress/pushport/schedule.json @@ -35,6 +35,7 @@ "activities": { "type": "object", "properties": { + "pass": {"type": "boolean", "description": "Indicates that the train does not stop, it only passes this location"}, "pickUpDropOff": {"type": "boolean", "description": "Indicates the train stops for passengers to board and alight"}, "requestStop": {"type": "boolean", "description": "Indicates if the train stops only when required"}, "pickUpOnly": {"type": "boolean", "description": "Indicated the service picks up passengers only"},