{
  "description": "NodeRuntimeHandler is a set of runtime handler information.",
  "properties": {
    "features": {
      "description": "NodeRuntimeHandlerFeatures is a set of runtime features.",
      "properties": {
        "recursiveReadOnlyMounts": {
          "description": "RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.",
          "type": [
            "boolean",
            "null"
          ]
        }
      },
      "type": [
        "object",
        "null"
      ]
    },
    "name": {
      "description": "Runtime handler name. Empty for the default runtime handler.",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}