Fix type for partition

This commit is contained in:
Jan Eitzinger 2022-03-10 16:03:26 +01:00
parent dcc76b4821
commit 11c42b6903

View File

@ -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",