schema: Fix the error

Signed-off-by: zhouhao <zhouhao@cn.fujitsu.com>
This commit is contained in:
zhouhao 2017-04-27 13:49:18 +08:00
parent 13895d6074
commit 79494b2175
3 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -150,7 +150,7 @@
}
},
"blkioWeight": {
"type": "integer",
"type": "integer"
},
"blockIODevice": {
"type": "object",

View File

@ -2,7 +2,7 @@
"definitions": {
"cpuShares": {
"description": "Relative weight to other containers with CPU Shares defined",
"type": "integer",
"type": "integer"
}
}
}