Update schedule object to handle canellation location

This commit is contained in:
2026-03-27 22:44:03 +00:00
parent 50824255f8
commit 6cf6ea8aef

View File

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