{
  "description": "VolumeError captures an error encountered during a volume operation.",
  "properties": {
    "message": {
      "description": "String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.",
      "type": [
        "string",
        "null"
      ]
    },
    "time": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.25.13/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time",
      "description": "Time the error was encountered."
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}