Skip to content

Commit

Permalink
Merge pull request opencontainers#784 from q384566678/schema-fix
Browse files Browse the repository at this point in the history
schema: bug fixes
  • Loading branch information
Michael Crosby authored May 9, 2017
2 parents 6a17a38 + 11d1ae7 commit 70e2637
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion schema/config-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion schema/config-windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"shares": {
"id": "https://opencontainers.org/schema/bundle/windows/resources/cpu/shares",
"$ref": "defs-windows.json#/definitions/cpuShares"
"$ref": "defs.json#/definitions/uint16"
},
"maximum": {
"id": "https://opencontainers.org/schema/bundle/windows/resources/cpu/maximum",
Expand Down
2 changes: 1 addition & 1 deletion schema/defs-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
}
},
"blkioWeight": {
"type": "integer",
"type": "integer"
},
"blockIODevice": {
"type": "object",
Expand Down
8 changes: 0 additions & 8 deletions schema/defs-windows.json

This file was deleted.

0 comments on commit 70e2637

Please sign in to comment.