Merge pull request #456 from wking/json-schema-root-path-description
schema/schema.json: Update path.root description
This commit is contained in:
commit
8bca380476
|
@ -65,7 +65,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"description": "the root filesystem the container's bundle",
|
"description": "The path to the root filesystem for the container.",
|
||||||
"id": "https://opencontainers.org/schema/bundle/root",
|
"id": "https://opencontainers.org/schema/bundle/root",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
Loading…
Reference in New Issue