mirror of
https://github.com/opencontainers/runtime-spec.git
synced 2026-02-05 18:45:18 +01:00
Signed-off-by: Neil Johnson <najohnsn@us.ibm.com> Signed-off-by: Steele Ray Desmond <steele.desmond@ibm.com>
15 lines
328 B
JSON
15 lines
328 B
JSON
{
|
|
"zos": {
|
|
"description": "z/OS platform-specific configurations",
|
|
"type": "object",
|
|
"properties": {
|
|
"devices": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "defs-zos.json#/definitions/Device"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|