From 36e1558bec2f0bbaa696f6aa16f561c0a50e50a4 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Sun, 15 Sep 2019 10:02:46 +0200 Subject: [PATCH] Fix error in json. --- json-schema/job-meta.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json-schema/job-meta.schema.json b/json-schema/job-meta.schema.json index 812cf67..15902fc 100644 --- a/json-schema/job-meta.schema.json +++ b/json-schema/job-meta.schema.json @@ -205,5 +205,5 @@ "required": [ "mem_used", "flops_any", "mem_bw", "net_bw", "file_bw" ] } }, - "required": [ "job_id", "user_id", "project_id", "cluster_id", "num_nodes", "start_time", "stop_time", "duration", "nodes", "tags", "statistic" ] + "required": [ "job_id", "user_id", "project_id", "cluster_id", "num_nodes", "start_time", "stop_time", "duration", "nodes", "tags", "statistics" ] }