Youki · Schema

Oci Runtime Defs Windows

ContainersContainer RuntimeOCIRustCNCFCloud NativeKubernetes
View JSON Schema on GitHub

JSON Schema

oci-runtime-defs-windows.json Raw ↑
{
    "definitions": {
        "Device": {
            "type": "object",
            "properties": {
                "id": {
                    "type": "string"
                },
                "idType": {
                    "type": "string",
                    "enum": [
                        "class"
                    ]
                }
            },
            "required": [
                "id",
                "idType"
            ]
        }
    }
}