From 11c42b6903430319c6d93e93ed47d83870200c41 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Thu, 10 Mar 2022 16:03:26 +0100 Subject: [PATCH] Fix type for partition --- schema/json/job-meta.schema.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/schema/json/job-meta.schema.json b/schema/json/job-meta.schema.json index e8299f6..e849e06 100644 --- a/schema/json/job-meta.schema.json +++ b/schema/json/job-meta.schema.json @@ -20,9 +20,13 @@ "description": "The unique identifier of a cluster", "type": "string" }, + "subCluster": { + "description": "The unique identifier of a sub cluster", + "type": "string" + }, "partition": { "description": "The Slurm partition to which the job was submitted", - "type": "integer" + "type": "string" }, "arrayJobId": { "description": "The unique identifier of an array job",