Youki · JSON Structure

Oci Image Layout Structure

OpenContainer Image Layout Schema

Type: object Properties: 1 Required: 1
ContainersContainer RuntimeOCIRustCNCFCloud NativeKubernetes

OciImageLayout is a JSON Structure definition published by Youki, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

imageLayoutVersion

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

oci-image-layout-structure.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/youki/refs/heads/main/json-structure/oci-image-layout-structure.json",
  "name": "OciImageLayout",
  "description": "OpenContainer Image Layout Schema",
  "type": "object",
  "id": "https://opencontainers.org/schema/image/layout",
  "properties": {
    "imageLayoutVersion": {
      "description": "version of the OCI Image Layout (in the oci-layout file)",
      "type": "string",
      "enum": [
        "1.0.0"
      ]
    }
  },
  "required": [
    "imageLayoutVersion"
  ]
}