schema: Format fix
Signed-off-by: zhouhao <zhouhao@cn.fujitsu.com>
This commit is contained in:
parent
79494b2175
commit
11d1ae747c
|
@ -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",
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"definitions": {
|
||||
"cpuShares": {
|
||||
"description": "Relative weight to other containers with CPU Shares defined",
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue