Add 'm' key for 'mode' to be set only when the service is a Ship or Bus.
All checks were successful
Generate and Release Protos / release (push) Successful in 39s

This commit is contained in:
2026-05-10 19:29:14 +01:00
parent 12db4b79fd
commit e7e2093054

View File

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