Merge pull request #456 from wking/json-schema-root-path-description

schema/schema.json: Update path.root description
This commit is contained in:
Mrunal Patel 2016-05-26 08:06:45 -07:00
commit 8bca380476
1 changed files with 1 additions and 1 deletions

View File

@ -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": {