Add further missing types
All checks were successful
Generate and Release Protos / release (push) Successful in 47s
All checks were successful
Generate and Release Protos / release (push) Successful in 47s
This commit is contained in:
@@ -110,9 +110,9 @@
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"op": {
|
||||
"name": "Operator",
|
||||
"description": "The TOC Operating the service",
|
||||
"tc": {
|
||||
"name": "trainCat",
|
||||
"description": "Train Category",
|
||||
"type": "string"
|
||||
},
|
||||
"cr": {
|
||||
@@ -125,6 +125,10 @@
|
||||
"type": "string",
|
||||
"description": "The location at which the service was cancelled"
|
||||
},
|
||||
"cn": {
|
||||
"name": "cancel_near",
|
||||
"description": "Whether the incident happened 'near' cancel_location, or AT cancel_location (default, false, at location)"
|
||||
},
|
||||
"l": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
@@ -143,6 +147,12 @@
|
||||
"description": "Route Delay",
|
||||
"type": "integer"
|
||||
},
|
||||
"p": {
|
||||
"name": "platform",
|
||||
"description": "Scheduled platform",
|
||||
"type": "string",
|
||||
"maxLength": 4
|
||||
},
|
||||
"lr": {
|
||||
"name": "loc_role",
|
||||
"description": "The role of the location (Orig, Call, Pass, Dest)",
|
||||
|
||||
Reference in New Issue
Block a user