From 90f77c67f0ab3f26e23f167908bee7da8c6bb6a4 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 8 Mar 2017 13:56:25 -0500 Subject: [PATCH] schema: slight clarification for oci-layout file https://github.com/opencontainers/image-spec/pull/579#issuecomment-285132348 Signed-off-by: Vincent Batts --- schema/image-layout-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/image-layout-schema.json b/schema/image-layout-schema.json index b77a0b841..874d2174c 100644 --- a/schema/image-layout-schema.json +++ b/schema/image-layout-schema.json @@ -1,11 +1,11 @@ { "description": "OpenContainer Image Layout Schema", "$schema": "http://json-schema.org/draft-04/schema#", - "id": "https://opencontainers.org/schema/image-layout", + "id": "https://opencontainers.org/schema/image/layout", "type": "object", "properties": { "imageLayoutVersion": { - "description": "version of the OCI image-layout", + "description": "version of the OCI Image Layout (in the oci-layout file)", "type": "string", "enum": [ "1.0.0"