Compare commits

...

1 Commits

Author SHA1 Message Date
0e87c510b3 Increase max size of allowed 'seq' value in schedule
All checks were successful
Generate and Release Protos / release (push) Successful in 49s
2026-04-24 15:49:44 +01:00

View File

@@ -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",