From b55d9f32ecb3168a63f4f0843e1382de4108deb8 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 24 Apr 2026 19:23:21 +0100 Subject: [PATCH] Add further missing types --- .../darwin-data/darwin-schedule.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/schemas/data-ingress/darwin-data/darwin-schedule.json b/schemas/data-ingress/darwin-data/darwin-schedule.json index a502773..cf3c52d 100644 --- a/schemas/data-ingress/darwin-data/darwin-schedule.json +++ b/schemas/data-ingress/darwin-data/darwin-schedule.json @@ -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)",