Update exclusive description

This commit is contained in:
Jan Eitzinger 2022-07-17 09:40:22 +02:00
parent e078bd8688
commit 074ececbf8

View File

@ -48,8 +48,10 @@
"exclusiveMinimum": 0 "exclusiveMinimum": 0
}, },
"exclusive": { "exclusive": {
"description": "Job uses only exclusive nodes", "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" "type": "integer",
"exclusiveMinimummum": 0,
"maximum": 2
}, },
"monitoringStatus": { "monitoringStatus": {
"description": "State of monitoring system during job run", "description": "State of monitoring system during job run",