From 16d6e1b8234f9cd002397b3b5ea675e7b7970182 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 25 May 2016 13:36:31 -0700 Subject: [PATCH] schema/schema.json: Update path.root description Use wording from config.md, since the JSON Schema doesn't seem like a good place to be picking new words. Signed-off-by: W. Trevor King --- schema/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/schema.json b/schema/schema.json index 5211c141..f7678688 100644 --- a/schema/schema.json +++ b/schema/schema.json @@ -65,7 +65,7 @@ } }, "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", "type": "object", "properties": {