From 057f5ed777cdc3db90115508b71c06aa6b7efdfa Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sun, 22 Feb 2026 01:32:03 +0000 Subject: [PATCH] Add 'atRemoved' field to TSTime definition --- schemas/data-ingress/pushport/ts_location.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schemas/data-ingress/pushport/ts_location.json b/schemas/data-ingress/pushport/ts_location.json index de91525..94f9deb 100644 --- a/schemas/data-ingress/pushport/ts_location.json +++ b/schemas/data-ingress/pushport/ts_location.json @@ -14,7 +14,8 @@ "src": {"type": "string", "description": "Data source (TD/Darwin/etc)"}, "atClass": {"type": "string", "description": "Time source Automatic/Manual"}, "delayed": {"type": "boolean", "description": "is train delayed with no estimated time"}, - "srcInst": {"type": "string", "description": "Source instance (what caused the update)"} + "srcInst": {"type": "string", "description": "Source instance (what caused the update)"}, + "atRemoved": {"type": "boolean", "description": "Whether a previous 'at' was reported in error and should be removed"} } } },