Youki · Schema

Oci Runtime Defs Vm

ContainersContainer RuntimeOCIRustCNCFCloud NativeKubernetes
View JSON Schema on GitHub

JSON Schema

oci-runtime-defs-vm.json Raw ↑
{
    "definitions": {
        "RootImageFormat": {
            "type": "string",
            "enum": [
                "raw",
                "qcow2",
                "vdi",
                "vmdk",
                "vhd"
            ]
        },
        "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"
            ]
        }
    }
}