schema: Fix the error
Signed-off-by: zhouhao <zhouhao@cn.fujitsu.com>
This commit is contained in:
parent
13895d6074
commit
79494b2175
|
@ -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",
|
||||
|
|
|
@ -150,7 +150,7 @@
|
|||
}
|
||||
},
|
||||
"blkioWeight": {
|
||||
"type": "integer",
|
||||
"type": "integer"
|
||||
},
|
||||
"blockIODevice": {
|
||||
"type": "object",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"definitions": {
|
||||
"cpuShares": {
|
||||
"description": "Relative weight to other containers with CPU Shares defined",
|
||||
"type": "integer",
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue