Add late & canel reason keys

This commit is contained in:
2026-02-22 01:48:26 +00:00
parent 057f5ed777
commit 87ed1d01d5

View File

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