mirror of
https://github.com/ClusterCockpit/cc-specifications.git
synced 2024-12-26 13:29:05 +01:00
Fix type for partition
This commit is contained in:
parent
dcc76b4821
commit
11c42b6903
@ -20,9 +20,13 @@
|
|||||||
"description": "The unique identifier of a cluster",
|
"description": "The unique identifier of a cluster",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"subCluster": {
|
||||||
|
"description": "The unique identifier of a sub cluster",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"partition": {
|
"partition": {
|
||||||
"description": "The Slurm partition to which the job was submitted",
|
"description": "The Slurm partition to which the job was submitted",
|
||||||
"type": "integer"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"arrayJobId": {
|
"arrayJobId": {
|
||||||
"description": "The unique identifier of an array job",
|
"description": "The unique identifier of an array job",
|
||||||
|
Loading…
Reference in New Issue
Block a user