From 79494b21756b330cff881c766818724f91c84944 Mon Sep 17 00:00:00 2001 From: zhouhao Date: Thu, 27 Apr 2017 13:49:18 +0800 Subject: [PATCH] schema: Fix the error Signed-off-by: zhouhao --- schema/config-linux.json | 2 +- schema/defs-linux.json | 2 +- schema/defs-windows.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/schema/config-linux.json b/schema/config-linux.json index c0f64977..0a73d11f 100644 --- a/schema/config-linux.json +++ b/schema/config-linux.json @@ -49,7 +49,7 @@ }, "oomScoreAdj": { "id": "https://opencontainers.org/schema/bundle/linux/resources/oomScoreAdj", - "type": "integer", + "type": "integer" }, "pids": { "id": "https://opencontainers.org/schema/bundle/linux/resources/pids", diff --git a/schema/defs-linux.json b/schema/defs-linux.json index 9e5466a0..2ac6eeb2 100644 --- a/schema/defs-linux.json +++ b/schema/defs-linux.json @@ -150,7 +150,7 @@ } }, "blkioWeight": { - "type": "integer", + "type": "integer" }, "blockIODevice": { "type": "object", diff --git a/schema/defs-windows.json b/schema/defs-windows.json index c9cfde0e..319217a5 100644 --- a/schema/defs-windows.json +++ b/schema/defs-windows.json @@ -2,7 +2,7 @@ "definitions": { "cpuShares": { "description": "Relative weight to other containers with CPU Shares defined", - "type": "integer", + "type": "integer" } } }