From 727641f49f0e1c3fa4ad471c5de9ae9a4ab40d4b Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 31 Mar 2026 21:27:56 +0100 Subject: [PATCH] Update Darwin Scheudle schema --- .../darwin-data/darwin-schedule.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/schemas/data-ingress/darwin-data/darwin-schedule.json b/schemas/data-ingress/darwin-data/darwin-schedule.json index 33f0ed9..21611aa 100644 --- a/schemas/data-ingress/darwin-data/darwin-schedule.json +++ b/schemas/data-ingress/darwin-data/darwin-schedule.json @@ -77,6 +77,18 @@ "name": "status", "description": "The 'status' of the service" }, + "qt": { + "name": "qtrain", + "description": "qtrain?", + "type": "boolean", + "default": false + }, + "d": { + "name": "deleted", + "description": "Whether the schedule is deleted", + "type": "boolean", + "default": "false" + }, "isp": { "name": "is_passenger", "type": "boolean", @@ -92,6 +104,12 @@ "type": ["string", "null"], "maxLength": 10 }, + "q": { + "name": "qtrain", + "description": "True if the service is scheduled but not activated (if not activated, presumed not running)", + "type": "boolean", + "default": "false" + }, "cr": { "name": "cancel_reason", "type": ["integer", "null"],