Codebase list golang-github-opencontainers-specs / HEAD schema / config-zos.json
HEAD

Tree @HEAD (Download .tar.gz)

config-zos.json @HEADraw · history · blame

{
    "zos": {
        "description": "z/OS platform-specific configurations",
        "type": "object",
        "properties": {
            "devices": {
                "type": "array",
                "items": {
                    "$ref": "defs-zos.json#/definitions/Device"
                }
            }
        }
    }
}