...

Text file src/github.com/opencontainers/runtime-spec/schema/config-zos.json

Documentation: github.com/opencontainers/runtime-spec/schema

     1{
     2    "zos": {
     3        "description": "z/OS platform-specific configurations",
     4        "type": "object",
     5        "properties": {
     6            "devices": {
     7                "type": "array",
     8                "items": {
     9                    "$ref": "defs-zos.json#/definitions/Device"
    10                }
    11            }
    12        }
    13    }
    14}

View as plain text