From a927ccc7326f107b0cfa1f22f113d44c257d42c8 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 13 Jan 2026 18:40:16 +0000 Subject: [PATCH] Add additional file types ready for declaration --- schemas/data-ingress/mq-file-update.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/data-ingress/mq-file-update.json b/schemas/data-ingress/mq-file-update.json index 58f64c0..4bad02f 100644 --- a/schemas/data-ingress/mq-file-update.json +++ b/schemas/data-ingress/mq-file-update.json @@ -19,8 +19,8 @@ }, "data_kind": { "type": "string", - "enum": ["pis", "cif"], - "description": "The data type contained in the file" + "enum": ["pis", "timetable", "knowledgebase"], + "description": "The data type contained in the file. Currently supported PIS: PIS Data, Timetable: CIF or VSTP Data, Knowledgebase: Station Data" }, "payload": { "type": "object",