Youki · Schema

Oci Runtime Config Zos

ContainersContainer RuntimeOCIRustCNCFCloud NativeKubernetes
View JSON Schema on GitHub

JSON Schema

oci-runtime-config-zos.json Raw ↑
{
    "zos": {
        "description": "z/OS platform-specific configurations",
        "type": "object",
        "properties": {
            "namespaces": {
                "type": "array",
                "items": {
                    "anyOf": [
                        {
                            "$ref": "defs-zos.json#/definitions/NamespaceReference"
                        }
                    ]
                }
            }
        }
    }
}