{
  "description": "AttachedVolume describes a volume attached to a node",
  "properties": {
    "devicePath": {
      "description": "DevicePath represents the device path where the volume should be available",
      "type": [
        "string",
        "null"
      ]
    },
    "name": {
      "description": "Name of the attached volume",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "name",
    "devicePath"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}