Skip to content

Commit 79494b2

Browse files
author
zhouhao
committed
schema: Fix the error
Signed-off-by: zhouhao <[email protected]>
1 parent 13895d6 commit 79494b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

schema/config-linux.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"oomScoreAdj": {
5151
"id": "https://opencontainers.org/schema/bundle/linux/resources/oomScoreAdj",
52-
"type": "integer",
52+
"type": "integer"
5353
},
5454
"pids": {
5555
"id": "https://opencontainers.org/schema/bundle/linux/resources/pids",

schema/defs-linux.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
}
151151
},
152152
"blkioWeight": {
153-
"type": "integer",
153+
"type": "integer"
154154
},
155155
"blockIODevice": {
156156
"type": "object",

schema/defs-windows.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"definitions": {
33
"cpuShares": {
44
"description": "Relative weight to other containers with CPU Shares defined",
5-
"type": "integer",
5+
"type": "integer"
66
}
77
}
88
}

0 commit comments

Comments
 (0)