Youki · JSON Structure

Oci Runtime Defs Zos Structure

Type: Properties: 0
ContainersContainer RuntimeOCIRustCNCFCloud NativeKubernetes

OciRuntimeDefsZos is a JSON Structure definition published by Youki. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

oci-runtime-defs-zos-structure.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/youki/refs/heads/main/json-structure/oci-runtime-defs-zos-structure.json",
  "name": "OciRuntimeDefsZos",
  "definitions": {
    "NamespaceType": {
      "name": "NamespaceType",
      "type": "string",
      "enum": [
        "mount",
        "pid",
        "uts",
        "ipc"
      ]
    },
    "NamespaceReference": {
      "name": "NamespaceReference",
      "type": "object",
      "properties": {
        "type": {
          "$ref": "#/definitions/NamespaceType"
        },
        "path": {
          "$ref": "defs.json#/definitions/FilePath"
        }
      },
      "required": [
        "type"
      ]
    }
  }
}