From 9f7550f8cc6d93b9ebe7b4f405e7f9598ad105f6 Mon Sep 17 00:00:00 2001 From: Oto Macenauer Date: Tue, 26 Aug 2025 14:28:38 +0200 Subject: [PATCH] Allow null value for job status/error message in topic_runs.json --- conf/topic_runs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/topic_runs.json b/conf/topic_runs.json index a13b6f5..131f933 100644 --- a/conf/topic_runs.json +++ b/conf/topic_runs.json @@ -57,7 +57,7 @@ "description": "End timestamp of a job that is a part of a run in epoch milliseconds" }, "message": { - "type": "string", + "type": ["string", "null"], "description": "Job status/error message." }, "additional_info": {