{ "$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" ] } } }