From 6cfc12b53887ec6b610bdd52924b922060a9466a Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sun, 3 May 2026 10:20:09 +0100 Subject: [PATCH] Remove unused fields from TrainDetails response --- schemas/api/trains/TrainDetails.json | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/schemas/api/trains/TrainDetails.json b/schemas/api/trains/TrainDetails.json index c158bd7..2fc50fc 100644 --- a/schemas/api/trains/TrainDetails.json +++ b/schemas/api/trains/TrainDetails.json @@ -128,23 +128,6 @@ "type": "object", "additionalProperties": false, "properties": { - "r": { - "type": "string", - "title": "RID", - "description": "The RID of the service", - "maxLength": 16 - }, - "u": { - "title": "UID", - "description": "The UID of the service", - "type": "string" - }, - "s": { - "title": "SSD", - "description": "The SSD of the service", - "type": "string", - "format": "date" - }, "h": { "title": "train_id", "description": "Headcode",