From 2452e17faad8f48ac1749c52dbbe4b84399cc525 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 2 Mar 2026 22:47:08 +0000 Subject: [PATCH] Fix onocorrect data-type --- schemas/data-ingress/pushport/16schedule.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/data-ingress/pushport/16schedule.json b/schemas/data-ingress/pushport/16schedule.json index f73b6f1..04aa975 100644 --- a/schemas/data-ingress/pushport/16schedule.json +++ b/schemas/data-ingress/pushport/16schedule.json @@ -234,7 +234,7 @@ }, "data_type": { "type": "string", - "const": "PushPort16Schedule", + "const": "raw", "description": "The type of data contained in this message object" }, "sent_timestamp": {