Skip to content

Commit

Permalink
schema: slight clarification for oci-layout file
Browse files Browse the repository at this point in the history
  • Loading branch information
wesnowm committed Aug 7, 2025
1 parent a76650c commit 5a40a32
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 5a40a32

Please sign in to comment.