{
  "description": "BackingImageDataSource is where Longhorn stores backing image data source object.",
  "properties": {
    "apiVersion": {
      "description": "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
      "type": [
        "string",
        "null"
      ]
    },
    "kind": {
      "description": "Kind is a string value representing the REST resource this object represents.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
      "type": [
        "string",
        "null"
      ]
    },
    "metadata": {
      "type": [
        "object",
        "null"
      ]
    },
    "spec": {
      "additionalProperties": false,
      "description": "BackingImageDataSourceSpec defines the desired state of the Longhorn backing image data source",
      "properties": {
        "checksum": {
          "type": [
            "string",
            "null"
          ]
        },
        "diskPath": {
          "type": [
            "string",
            "null"
          ]
        },
        "diskUUID": {
          "type": [
            "string",
            "null"
          ]
        },
        "fileTransferred": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "nodeID": {
          "type": [
            "string",
            "null"
          ]
        },
        "parameters": {
          "additionalProperties": {
            "type": "string"
          },
          "type": [
            "object",
            "null"
          ]
        },
        "sourceType": {
          "enum": [
            "download",
            "upload",
            "export-from-volume",
            "restore",
            "clone"
          ],
          "type": [
            "string",
            "null"
          ]
        },
        "uuid": {
          "type": [
            "string",
            "null"
          ]
        }
      },
      "type": [
        "object",
        "null"
      ]
    },
    "status": {
      "additionalProperties": false,
      "description": "BackingImageDataSourceStatus defines the observed state of the Longhorn backing image data source",
      "properties": {
        "checksum": {
          "type": [
            "string",
            "null"
          ]
        },
        "currentState": {
          "type": [
            "string",
            "null"
          ]
        },
        "ip": {
          "type": [
            "string",
            "null"
          ]
        },
        "message": {
          "type": [
            "string",
            "null"
          ]
        },
        "ownerID": {
          "type": [
            "string",
            "null"
          ]
        },
        "progress": {
          "type": [
            "integer",
            "null"
          ]
        },
        "runningParameters": {
          "additionalProperties": {
            "type": "string"
          },
          "nullable": true,
          "type": [
            "object",
            "null"
          ]
        },
        "size": {
          "format": "int64",
          "type": [
            "integer",
            "null"
          ]
        },
        "storageIP": {
          "type": [
            "string",
            "null"
          ]
        }
      },
      "type": [
        "object",
        "null"
      ]
    }
  },
  "type": "object"
}