1
0
mirror of https://github.com/opencontainers/runtime-spec.git synced 2026-02-05 18:45:18 +01:00
Files
runtime-spec/schema/config-zos.json
Neil Johnson c83b45e7d1 Introduce zos as platform.
Signed-off-by: Neil Johnson <najohnsn@us.ibm.com>
Signed-off-by: Steele Ray Desmond <steele.desmond@ibm.com>
2021-07-09 11:47:37 -04:00

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"
}
}
}
}
}