{ "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": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "$id": "https://kubernetes.io/api/attachedvolume/v1" }