Youki · JSON Structure

Oci Runtime Defs Freebsd Structure

Type: Properties: 0
ContainersContainer RuntimeOCIRustCNCFCloud NativeKubernetes

OciRuntimeDefsFreebsd 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-freebsd-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-freebsd-structure.json",
  "name": "OciRuntimeDefsFreebsd",
  "definitions": {
    "Device": {
      "name": "Device",
      "type": "object",
      "properties": {
        "path": {
          "type": "string"
        },
        "mode": {
          "$ref": "defs.json#/definitions/FileMode"
        }
      }
    },
    "SharingMode": {
      "name": "SharingMode",
      "type": "string",
      "enum": [
        "disable",
        "new",
        "inherit"
      ]
    },
    "SharingModeNoDisable": {
      "name": "SharingModeNoDisable",
      "type": "string",
      "enum": [
        "new",
        "inherit"
      ]
    }
  }
}