From 76770f51700e4e301c62bde6486e12f248c3b8ca Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sat, 9 May 2026 19:06:01 +0100 Subject: [PATCH] Ensure that the false_destination field exists on the schedule type --- schemas/data-ingress/darwin-data/darwin-schedule.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/schemas/data-ingress/darwin-data/darwin-schedule.json b/schemas/data-ingress/darwin-data/darwin-schedule.json index cf3c52d..ecd6fd6 100644 --- a/schemas/data-ingress/darwin-data/darwin-schedule.json +++ b/schemas/data-ingress/darwin-data/darwin-schedule.json @@ -209,6 +209,11 @@ "name": "avg_loading", "description": "Average loading at this location", "type": "integer" + }, + "fd": { + "name": "false_destination", + "description": "The false destination should be shown in place of the destination on public views", + "type": "string" } } }