Update schedule object to handle canellation location
This commit is contained in:
@@ -313,6 +313,10 @@
|
|||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Cancellation Reason code"
|
"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": {
|
"locations": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user