Skip to content

Commit 0a8ef1d

Browse files
author
zhouhao
committed
config-schema.json: add required
Signed-off-by: zhouhao <[email protected]>
1 parent 3f5078d commit 0a8ef1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

schema/config-schema.json

Lines changed: 5 additions & 0 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",

0 commit comments

Comments
 (0)