Add bool for 'pass'
All checks were successful
Generate and Release Protos / release (push) Successful in 30s

This commit is contained in:
2026-02-23 20:42:52 +00:00
parent e0a7c5f56e
commit aff523a038

View File

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