schema: Format fix

Signed-off-by: zhouhao <zhouhao@cn.fujitsu.com>
This commit is contained in:
zhouhao 2017-04-27 13:57:49 +08:00
parent 79494b2175
commit 11d1ae747c
2 changed files with 1 additions and 9 deletions

View File

@ -32,7 +32,7 @@
},
"shares": {
"id": "https://opencontainers.org/schema/bundle/windows/resources/cpu/shares",
"$ref": "defs-windows.json#/definitions/cpuShares"
"$ref": "defs.json#/definitions/uint16"
},
"percent": {
"id": "https://opencontainers.org/schema/bundle/windows/resources/cpu/percent",

View File

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