Add allowed terms for scope.

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

View File

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