From e7e2093054dc32cfc7338b48f65e7a270e6cf277 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sun, 10 May 2026 19:29:14 +0100 Subject: [PATCH] Add 'm' key for 'mode' to be set only when the service is a Ship or Bus. --- schemas/api/stations/board.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/schemas/api/stations/board.json b/schemas/api/stations/board.json index 33fd1ee..00c8a27 100644 --- a/schemas/api/stations/board.json +++ b/schemas/api/stations/board.json @@ -63,6 +63,12 @@ "title": "RID", "description": "Services RID" }, + "m": { + "type": "string", + "title": "mode", + "description": "Transport mode, default value: Train", + "enum": ["SHIP", "BUS"] + }, "o": { "type": "string", "title": "TOC",