Skip to content

Commit

Permalink
Merge pull request opencontainers#696 from q384566678/json-fix
Browse files Browse the repository at this point in the history
Fix config-schema.json
  • Loading branch information
Mrunal Patel authored Feb 27, 2017
2 parents 18965b0 + ec49ba1 commit fb76f47
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions schema/config-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@
"items": {
"id": "https://opencontainers.org/schema/bundle/linux/rlimits/0",
"type": "object",
"required": [
"type",
"soft",
"hard"
],
"properties": {
"hard": {
"id": "https://opencontainers.org/schema/bundle/linux/rlimits/0/hard",
Expand Down Expand Up @@ -225,7 +230,6 @@
"ociVersion",
"platform",
"process",
"root",
"mounts"
"root"
]
}

0 comments on commit fb76f47

Please sign in to comment.