From 074ececbf85fc8e00a5d7e246051ae16a93d9fd1 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Sun, 17 Jul 2022 09:40:22 +0200 Subject: [PATCH] Update exclusive description --- datastructures/job-meta.schema.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/datastructures/job-meta.schema.json b/datastructures/job-meta.schema.json index e685f63..2999210 100644 --- a/datastructures/job-meta.schema.json +++ b/datastructures/job-meta.schema.json @@ -48,8 +48,10 @@ "exclusiveMinimum": 0 }, "exclusive": { - "description": "Job uses only exclusive nodes", - "type": "integer" + "description": "Specifies how nodes are shared. 0 - Shared among multiple jobs of multiple users, 1 - Job exclusive, 2 - Shared among multiple jobs of same user", + "type": "integer", + "exclusiveMinimummum": 0, + "maximum": 2 }, "monitoringStatus": { "description": "State of monitoring system during job run",