Merge pull request #696 from q384566678/json-fix
Fix config-schema.json
This commit is contained in:
commit
fb76f47bf4
|
@ -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",
|
||||
|
@ -225,7 +230,6 @@
|
|||
"ociVersion",
|
||||
"platform",
|
||||
"process",
|
||||
"root",
|
||||
"mounts"
|
||||
"root"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue