From f2a9b7ffdce456969fe0c693dc4d6d2728921504 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 2 Mar 2026 22:25:02 +0000 Subject: [PATCH] Ensure types correct --- schemas/data-ingress/message-envelope.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/data-ingress/message-envelope.json b/schemas/data-ingress/message-envelope.json index e6da4f2..07320ea 100644 --- a/schemas/data-ingress/message-envelope.json +++ b/schemas/data-ingress/message-envelope.json @@ -23,7 +23,7 @@ }, "data_kind": { "type": "string", - "enum": ["pis", "timetable", "knowledgebase", "darwin_schedule", "darwin_ts", "darwin_ref"], + "enum": ["pis", "timetable", "knowledgebase", "PushPort16Schedule", "darwin_ts", "darwin_ref"], "description": "The data type contained in the message. Currently supported PIS: PIS Data, Timetable: CIF or VSTP Data, Knowledgebase: Station Data" }, "payload": {}