{
  "description": "BackingImageManager is where Longhorn stores backing image manager 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": "BackingImageManagerSpec defines the desired state of the Longhorn backing image manager",
      "properties": {
        "backingImages": {
          "additionalProperties": {
            "type": "string"
          },
          "type": [
            "object",
            "null"
          ]
        },
        "diskPath": {
          "type": [
            "string",
            "null"
          ]
        },
        "diskUUID": {
          "type": [
            "string",
            "null"
          ]
        },
        "image": {
          "type": [
            "string",
            "null"
          ]
        },
        "nodeID": {
          "type": [
            "string",
            "null"
          ]
        }
      },
      "type": [
        "object",
        "null"
      ]
    },
    "status": {
      "additionalProperties": false,
      "description": "BackingImageManagerStatus defines the observed state of the Longhorn backing image manager",
      "properties": {
        "apiMinVersion": {
          "type": [
            "integer",
            "null"
          ]
        },
        "apiVersion": {
          "type": [
            "integer",
            "null"
          ]
        },
        "backingImageFileMap": {
          "additionalProperties": {
            "additionalProperties": false,
            "properties": {
              "currentChecksum": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "message": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "name": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "progress": {
                "type": [
                  "integer",
                  "null"
                ]
              },
              "realSize": {
                "format": "int64",
                "type": [
                  "integer",
                  "null"
                ]
              },
              "senderManagerAddress": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "sendingReference": {
                "type": [
                  "integer",
                  "null"
                ]
              },
              "size": {
                "format": "int64",
                "type": [
                  "integer",
                  "null"
                ]
              },
              "state": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "uuid": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "virtualSize": {
                "format": "int64",
                "type": [
                  "integer",
                  "null"
                ]
              }
            },
            "type": "object"
          },
          "nullable": true,
          "type": [
            "object",
            "null"
          ]
        },
        "currentState": {
          "type": [
            "string",
            "null"
          ]
        },
        "ip": {
          "type": [
            "string",
            "null"
          ]
        },
        "ownerID": {
          "type": [
            "string",
            "null"
          ]
        },
        "storageIP": {
          "type": [
            "string",
            "null"
          ]
        }
      },
      "type": [
        "object",
        "null"
      ]
    }
  },
  "type": "object"
}