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"