From c9f328bb582372908ec62ceb66d441115a9f900b Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 24 Feb 2026 11:56:53 +0000 Subject: [PATCH] Ensure that data_kind it not optinal --- 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 eafd127..e6da4f2 100644 --- a/schemas/data-ingress/message-envelope.json +++ b/schemas/data-ingress/message-envelope.json @@ -28,6 +28,6 @@ }, "payload": {} }, - "required": ["service_name", "service_id", "data_type", "sent_timestamp"], + "required": ["service_name", "service_id", "data_type", "data_kind", "sent_timestamp"], "additionalProperties": false } \ No newline at end of file