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",