From c22f3c723049e82017e6ff133c8ae5b3a134f214 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sat, 28 Mar 2026 22:36:42 +0000 Subject: [PATCH] Adjust required fields --- schemas/data-ingress/knowledgebase/kb-stations.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/schemas/data-ingress/knowledgebase/kb-stations.json b/schemas/data-ingress/knowledgebase/kb-stations.json index ce4d534..a8fddbe 100644 --- a/schemas/data-ingress/knowledgebase/kb-stations.json +++ b/schemas/data-ingress/knowledgebase/kb-stations.json @@ -55,6 +55,7 @@ "type": "object", "name": "Address", "description": "The address of the station", + "required": ["pc"], "properties": { "l1": { "type": "string", @@ -86,6 +87,7 @@ "type": "object", "name": "Location", "description": "LatLon of the station", + "required": ["lt", "ln"], "properties": { "lt": { "type": "number", @@ -127,7 +129,8 @@ "service_id", "data_type", "data_kind", - "sent_timestamp" + "sent_timestamp", + "payload" ], "additionalProperties": false } \ No newline at end of file