mirror of
				https://github.com/ClusterCockpit/cc-specifications.git
				synced 2025-11-04 11:05:07 +01:00 
			
		
		
		
	Fix type for partition
This commit is contained in:
		@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user