{
  "description": "VolumeStatus represents the status of a mounted volume. At most one of its members must be specified.",
  "properties": {
    "image": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.ImageVolumeStatus",
      "description": "image represents an OCI object (a container image or artifact) pulled and mounted on the kubelet's host machine."
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}