From 355494fc971931ee23292f3f0c547933a85ba09f Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 24 Feb 2026 11:50:00 +0000 Subject: [PATCH] Add payload key to MessageEnvelope --- schemas/data-ingress/message-envelope.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/schemas/data-ingress/message-envelope.json b/schemas/data-ingress/message-envelope.json index a006f50..eafd127 100644 --- a/schemas/data-ingress/message-envelope.json +++ b/schemas/data-ingress/message-envelope.json @@ -25,8 +25,9 @@ "type": "string", "enum": ["pis", "timetable", "knowledgebase", "darwin_schedule", "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": {} }, "required": ["service_name", "service_id", "data_type", "sent_timestamp"], - "additionalProperties": true + "additionalProperties": false } \ No newline at end of file