{
  "description": "VolumeStatus represents the status of a mounted volume. At most one of its members must be specified.",
  "properties": {
    "image": {
      "description": "ImageVolumeStatus represents the image-based volume status.",
      "properties": {
        "imageRef": {
          "description": "ImageRef is the digest of the image used for this volume. It should have a value that's similar to the pod's status.containerStatuses[i].imageID. The ImageRef length should not exceed 256 characters.",
          "type": "string"
        }
      },
      "required": [
        "imageRef"
      ],
      "type": [
        "object",
        "null"
      ]
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}