Add further missing types
All checks were successful
Generate and Release Protos / release (push) Successful in 47s

This commit is contained in:
2026-04-24 19:23:21 +01:00
parent 79c900e320
commit b55d9f32ec

View File

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