Skip to content

Commit 173a18c

Browse files
committed
schema: slight clarification for oci-layout file
opencontainers/image-spec#579 (comment) Signed-off-by: Vincent Batts <[email protected]>
1 parent 8e2ae3b commit 173a18c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/image-layout-schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"description": "OpenContainer Image Layout Schema",
33
"$schema": "http://json-schema.org/draft-04/schema#",
4-
"id": "https://opencontainers.org/schema/image-layout",
4+
"id": "https://opencontainers.org/schema/image/layout",
55
"type": "object",
66
"properties": {
77
"imageLayoutVersion": {
8-
"description": "version of the OCI image-layout",
8+
"description": "version of the OCI Image Layout (in the oci-layout file)",
99
"type": "string",
1010
"enum": [
1111
"1.0.0"

0 commit comments

Comments
 (0)