Skip to content

Commit bc545ec

Browse files
committed
schema: add cpu idle
commit 9d363b3 added the feature but didn't update the json schema file. Signed-off-by: Giuseppe Scrivano <[email protected]>
1 parent 2cf6663 commit bc545ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schema/config-linux.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@
118118
},
119119
"shares": {
120120
"$ref": "defs.json#/definitions/uint64"
121+
},
122+
"idle": {
123+
"$ref": "defs.json#/definitions/int64"
121124
}
122125
}
123126
},

0 commit comments

Comments
 (0)