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",
|
"type": "boolean",
|
||||||
"default": false
|
"default": false
|
||||||
},
|
},
|
||||||
"op": {
|
"tc": {
|
||||||
"name": "Operator",
|
"name": "trainCat",
|
||||||
"description": "The TOC Operating the service",
|
"description": "Train Category",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"cr": {
|
"cr": {
|
||||||
@@ -125,6 +125,10 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The location at which the service was cancelled"
|
"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": {
|
"l": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"minItems": 2,
|
"minItems": 2,
|
||||||
@@ -143,6 +147,12 @@
|
|||||||
"description": "Route Delay",
|
"description": "Route Delay",
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
|
"p": {
|
||||||
|
"name": "platform",
|
||||||
|
"description": "Scheduled platform",
|
||||||
|
"type": "string",
|
||||||
|
"maxLength": 4
|
||||||
|
},
|
||||||
"lr": {
|
"lr": {
|
||||||
"name": "loc_role",
|
"name": "loc_role",
|
||||||
"description": "The role of the location (Orig, Call, Pass, Dest)",
|
"description": "The role of the location (Orig, Call, Pass, Dest)",
|
||||||
|
|||||||
Reference in New Issue
Block a user