Skip to content

Commit fb76f47

Browse files
author
Mrunal Patel
authored
Merge pull request opencontainers#696 from q384566678/json-fix
Fix config-schema.json
2 parents 18965b0 + ec49ba1 commit fb76f47

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

schema/config-schema.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,11 @@
192192
"items": {
193193
"id": "https://opencontainers.org/schema/bundle/linux/rlimits/0",
194194
"type": "object",
195+
"required": [
196+
"type",
197+
"soft",
198+
"hard"
199+
],
195200
"properties": {
196201
"hard": {
197202
"id": "https://opencontainers.org/schema/bundle/linux/rlimits/0/hard",
@@ -225,7 +230,6 @@
225230
"ociVersion",
226231
"platform",
227232
"process",
228-
"root",
229-
"mounts"
233+
"root"
230234
]
231235
}

0 commit comments

Comments
 (0)