We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3061c4d commit d18e36bCopy full SHA for d18e36b
schema/image-layout-schema.json
@@ -1,11 +1,11 @@
1
{
2
"description": "OpenContainer Image Layout Schema",
3
"$schema": "http://json-schema.org/draft-04/schema#",
4
- "id": "https://opencontainers.org/schema/image-layout",
+ "id": "https://opencontainers.org/schema/image/layout",
5
"type": "object",
6
"properties": {
7
"imageLayoutVersion": {
8
- "description": "version of the OCI image-layout",
+ "description": "version of the OCI Image Layout (in the oci-layout file)",
9
"type": "string",
10
"enum": [
11
"1.0.0"
0 commit comments