From bc545ecf66a489b4a8fa530ceee016ddc8b861f3 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Wed, 20 Apr 2022 18:12:17 +0200 Subject: [PATCH] schema: add cpu idle commit 9d363b36f6a7db184b0f7cc67b6f79204fb50107 added the feature but didn't update the json schema file. Signed-off-by: Giuseppe Scrivano --- schema/config-linux.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schema/config-linux.json b/schema/config-linux.json index 5ca2dc3..d551afb 100644 --- a/schema/config-linux.json +++ b/schema/config-linux.json @@ -118,6 +118,9 @@ }, "shares": { "$ref": "defs.json#/definitions/uint64" + }, + "idle": { + "$ref": "defs.json#/definitions/int64" } } },