Add bool for 'pass'
All checks were successful
Generate and Release Protos / release (push) Successful in 30s
All checks were successful
Generate and Release Protos / release (push) Successful in 30s
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
"activities": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"pass": {"type": "boolean", "description": "Indicates that the train does not stop, it only passes this location"},
|
||||
"pickUpDropOff": {"type": "boolean", "description": "Indicates the train stops for passengers to board and alight"},
|
||||
"requestStop": {"type": "boolean", "description": "Indicates if the train stops only when required"},
|
||||
"pickUpOnly": {"type": "boolean", "description": "Indicated the service picks up passengers only"},
|
||||
|
||||
Reference in New Issue
Block a user