From 87ed1d01d57ccee05702585270f403e41d313bea Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sun, 22 Feb 2026 01:48:26 +0000 Subject: [PATCH] Add late & canel reason keys --- schemas/data-ingress/pushport/ts.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/schemas/data-ingress/pushport/ts.json b/schemas/data-ingress/pushport/ts.json index ff81cf7..a20bd2a 100644 --- a/schemas/data-ingress/pushport/ts.json +++ b/schemas/data-ingress/pushport/ts.json @@ -22,6 +22,14 @@ "type": "boolean", "description": "Indicated if the message is delayed due to PushPort service disruption" }, + "lateReason": { + "type": "integer", + "description": "Reason the train is late (Maps to textual reason)" + }, + "cancelReason": { + "type": "integer", + "description": "Reason the train is cancelled (Maps to textual reason)" + }, "locations": { "type": "array", "description": "A list of one or more locations where the train has recorded a movement or forecast",