Skip to content

Commit 70e2637

Browse files
Merge pull request #784 from q384566678/schema-fix
schema: bug fixes
2 parents 6a17a38 + 11d1ae7 commit 70e2637

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
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/config-windows.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"shares": {
3030
"id": "https://opencontainers.org/schema/bundle/windows/resources/cpu/shares",
31-
"$ref": "defs-windows.json#/definitions/cpuShares"
31+
"$ref": "defs.json#/definitions/uint16"
3232
},
3333
"maximum": {
3434
"id": "https://opencontainers.org/schema/bundle/windows/resources/cpu/maximum",

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: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)