Youki · JSON Structure

Oci Runtime Defs Vm Structure

Type: Properties: 0
ContainersContainer RuntimeOCIRustCNCFCloud NativeKubernetes

OciRuntimeDefsVm is a JSON Structure definition published by Youki. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

oci-runtime-defs-vm-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-runtime-defs-vm-structure.json",
  "name": "OciRuntimeDefsVm",
  "definitions": {
    "RootImageFormat": {
      "name": "RootImageFormat",
      "type": "string",
      "enum": [
        "raw",
        "qcow2",
        "vdi",
        "vmdk",
        "vhd"
      ]
    },
    "IOMemEntryFormat": {
      "name": "IOMemEntryFormat",
      "type": "object",
      "properties": {
        "firstGFN": {
          "$ref": "defs.json#/definitions/uint64"
        },
        "firstMFN": {
          "$ref": "defs.json#/definitions/uint64"
        },
        "nrMFNs": {
          "$ref": "defs.json#/definitions/uint64"
        }
      },
      "required": [
        "firstMFN",
        "nrMFNs"
      ]
    }
  }
}