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
All checks were successful
Generate and Release Protos / release (push) Successful in 39s
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user