1
0
mirror of https://github.com/ClusterCockpit/cc-backend synced 2025-07-27 06:36:07 +02:00

Add allowed terms for scope.

This commit is contained in:
Jan Eitzinger
2019-09-06 16:31:34 +02:00
parent ed59fa924a
commit 932357d1d7

@@ -11,7 +11,8 @@
},
"scope": {
"description": "",
"type": "string"
"type": "string",
"enum": [ "node", "cpu", "socket" ]
},
"timestep": {
"description": "",