Youki · Schema

Oci Runtime Defs Zos

ContainersContainer RuntimeOCIRustCNCFCloud NativeKubernetes
View JSON Schema on GitHub

JSON Schema

oci-runtime-defs-zos.json Raw ↑
{
    "definitions": {
        "NamespaceType": {
            "type": "string",
            "enum": [
                "mount",
                "pid",
                "uts",
                "ipc"
            ]
        },
        "NamespaceReference": {
            "type": "object",
            "properties": {
                "type": {
                    "$ref": "#/definitions/NamespaceType"
                },
                "path": {
                    "$ref": "defs.json#/definitions/FilePath"
                }
            },
            "required": [
                "type"
            ]
        }
    }
}