From 0e87c510b31ebf00aa886936025e856d58174928 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 24 Apr 2026 15:49:44 +0100 Subject: [PATCH] Increase max size of allowed 'seq' value in schedule --- schemas/data-ingress/darwin-data/darwin-schedule.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/data-ingress/darwin-data/darwin-schedule.json b/schemas/data-ingress/darwin-data/darwin-schedule.json index 1111862..5a5ad75 100644 --- a/schemas/data-ingress/darwin-data/darwin-schedule.json +++ b/schemas/data-ingress/darwin-data/darwin-schedule.json @@ -143,7 +143,7 @@ "description": "The sequence in the service at which this location occours", "type": "integer", "minimum": 1, - "maximum": 32767 + "maximum": 2147483647 }, "pta": { "description": "Public timetable arrival",