Add late & canel reason keys
This commit is contained in:
@@ -22,6 +22,14 @@
|
|||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Indicated if the message is delayed due to PushPort service disruption"
|
"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": {
|
"locations": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "A list of one or more locations where the train has recorded a movement or forecast",
|
"description": "A list of one or more locations where the train has recorded a movement or forecast",
|
||||||
|
|||||||
Reference in New Issue
Block a user