From 1c13676ddb244334337f8d6d981761293593f5fa Mon Sep 17 00:00:00 2001 From: 7c00d Date: Fri, 17 Oct 2025 19:20:22 +0800 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 b77a0b84..874d2174 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"