Skip to content

Commit

Permalink
schema: slight clarification for oci-layout file
Browse files Browse the repository at this point in the history
opencontainers/image-spec#579 (comment)

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
  • Loading branch information
7c00d committed Oct 17, 2025
1 parent 7211498 commit 1c13676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/image-layout-schema.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 1c13676

Please sign in to comment.