1
0
mirror of https://github.com/opencontainers/runtime-spec.git synced 2026-02-05 09:45:57 +01:00

schema: add cpu idle

commit 9d363b36f6 added the feature but
didn't update the json schema file.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano
2022-04-20 18:12:17 +02:00
parent 2cf6663ca2
commit bc545ecf66

View File

@@ -118,6 +118,9 @@
},
"shares": {
"$ref": "defs.json#/definitions/uint64"
},
"idle": {
"$ref": "defs.json#/definitions/int64"
}
}
},