From 6cf6ea8aef1b8abc9e95276585d263164a1b32b6 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 27 Mar 2026 22:44:03 +0000 Subject: [PATCH] Update schedule object to handle canellation location --- schemas/data-ingress/pushport/16schedule.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schemas/data-ingress/pushport/16schedule.json b/schemas/data-ingress/pushport/16schedule.json index 04aa975..c1c1287 100644 --- a/schemas/data-ingress/pushport/16schedule.json +++ b/schemas/data-ingress/pushport/16schedule.json @@ -313,6 +313,10 @@ "type": "integer", "description": "Cancellation Reason code" }, + "cancelLocation": { + "type": "string", + "description": "Location at which the train was cancelled - Only valid when 'cancelReason' is defined, and even then optional" + }, "locations": { "type": "object", "additionalProperties": false,