mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-23 21:01:40 +02:00
Add allowed terms for scope.
This commit is contained in:
@@ -11,7 +11,8 @@
|
|||||||
},
|
},
|
||||||
"scope": {
|
"scope": {
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"enum": [ "node", "cpu", "socket" ]
|
||||||
},
|
},
|
||||||
"timestep": {
|
"timestep": {
|
||||||
"description": "",
|
"description": "",
|
||||||
|
Reference in New Issue
Block a user