Youki · JSON Structure

Oci Runtime Defs Windows Structure

Type: Properties: 0
ContainersContainer RuntimeOCIRustCNCFCloud NativeKubernetes

OciRuntimeDefsWindows 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-windows-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-windows-structure.json",
  "name": "OciRuntimeDefsWindows",
  "definitions": {
    "Device": {
      "name": "Device",
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        },
        "idType": {
          "type": "string",
          "enum": [
            "class"
          ]
        }
      },
      "required": [
        "id",
        "idType"
      ]
    }
  }
}