Merge pull request #696 from q384566678/json-fix
Fix config-schema.json
This commit is contained in:
commit
fb76f47bf4
|
@ -192,6 +192,11 @@
|
||||||
"items": {
|
"items": {
|
||||||
"id": "https://opencontainers.org/schema/bundle/linux/rlimits/0",
|
"id": "https://opencontainers.org/schema/bundle/linux/rlimits/0",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"required": [
|
||||||
|
"type",
|
||||||
|
"soft",
|
||||||
|
"hard"
|
||||||
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"hard": {
|
"hard": {
|
||||||
"id": "https://opencontainers.org/schema/bundle/linux/rlimits/0/hard",
|
"id": "https://opencontainers.org/schema/bundle/linux/rlimits/0/hard",
|
||||||
|
@ -225,7 +230,6 @@
|
||||||
"ociVersion",
|
"ociVersion",
|
||||||
"platform",
|
"platform",
|
||||||
"process",
|
"process",
|
||||||
"root",
|
"root"
|
||||||
"mounts"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue