Use string instead of int for acc device ids

This commit is contained in:
Jan Eitzinger 2022-05-03 15:58:30 +02:00
parent 5a749fdc21
commit 4cc0de630f

View File

@ -109,9 +109,9 @@
}, },
"accelerators": { "accelerators": {
"type": "array", "type": "array",
"description": "List of of accelerator ids", "description": "List of of accelerator device ids",
"items": { "items": {
"type": "integer" "type": "string"
} }
}, },
"configuration": { "configuration": {