mirror of
https://github.com/ClusterCockpit/cc-specifications.git
synced 2024-11-10 01:37:25 +01:00
Use string instead of int for acc device ids
This commit is contained in:
parent
5a749fdc21
commit
4cc0de630f
@ -109,9 +109,9 @@
|
||||
},
|
||||
"accelerators": {
|
||||
"type": "array",
|
||||
"description": "List of of accelerator ids",
|
||||
"description": "List of of accelerator device ids",
|
||||
"items": {
|
||||
"type": "integer"
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"configuration": {
|
||||
|
Loading…
Reference in New Issue
Block a user