From 53ce528d5656ac69d84318878e1576b918882df3 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sun, 3 May 2026 10:05:56 +0100 Subject: [PATCH] Change type of Cancel Reason & Delay Reason to string, the string will be sent. --- schemas/api/trains/TrainDetails.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/api/trains/TrainDetails.json b/schemas/api/trains/TrainDetails.json index b0b4fa7..c158bd7 100644 --- a/schemas/api/trains/TrainDetails.json +++ b/schemas/api/trains/TrainDetails.json @@ -166,7 +166,7 @@ }, "cr": { "title": "Cancel Reason", - "type": "integer" + "type": "string" }, "cl": { "title": "Cancel Location", @@ -180,7 +180,7 @@ }, "dr": { "title": "Delay Reason", - "type": "integer" + "type": "string" }, "dl": { "title": "Delay Location",