1 Commits

Author SHA1 Message Date
e7e2093054 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
2026-05-10 19:29:14 +01:00

View File

@@ -63,6 +63,12 @@
"title": "RID", "title": "RID",
"description": "Services RID" "description": "Services RID"
}, },
"m": {
"type": "string",
"title": "mode",
"description": "Transport mode, default value: Train",
"enum": ["SHIP", "BUS"]
},
"o": { "o": {
"type": "string", "type": "string",
"title": "TOC", "title": "TOC",