Extend board to include passing times
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:
@@ -147,6 +147,24 @@
|
|||||||
"title": "Estimated Departure",
|
"title": "Estimated Departure",
|
||||||
"description": "The estimated departure time of the service"
|
"description": "The estimated departure time of the service"
|
||||||
},
|
},
|
||||||
|
"wtp": {
|
||||||
|
"type": "string",
|
||||||
|
"format": "date-time",
|
||||||
|
"title": "Scheduled Pass",
|
||||||
|
"description": "The scheduled pass time of the service"
|
||||||
|
},
|
||||||
|
"atp": {
|
||||||
|
"type": "string",
|
||||||
|
"format": "date-time",
|
||||||
|
"title": "Actual Pass",
|
||||||
|
"description": "The actual pass time of the service"
|
||||||
|
},
|
||||||
|
"etp": {
|
||||||
|
"type": "string",
|
||||||
|
"format": "date-time",
|
||||||
|
"title": "Estimated Pass",
|
||||||
|
"description": "The estimated pass time of the service"
|
||||||
|
},
|
||||||
"p": {
|
"p": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Platform",
|
"title": "Platform",
|
||||||
|
|||||||
Reference in New Issue
Block a user