{
  "description": "EngineImage is where Longhorn stores engine image 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": "EngineImageSpec defines the desired state of the Longhorn engine image",
      "properties": {
        "image": {
          "minLength": 1,
          "type": "string"
        }
      },
      "required": [
        "image"
      ],
      "type": [
        "object",
        "null"
      ]
    },
    "status": {
      "additionalProperties": false,
      "description": "EngineImageStatus defines the observed state of the Longhorn engine image",
      "properties": {
        "buildDate": {
          "type": [
            "string",
            "null"
          ]
        },
        "cliAPIMinVersion": {
          "type": [
            "integer",
            "null"
          ]
        },
        "cliAPIVersion": {
          "type": [
            "integer",
            "null"
          ]
        },
        "conditions": {
          "items": {
            "additionalProperties": false,
            "properties": {
              "lastProbeTime": {
                "description": "Last time we probed the condition.",
                "type": [
                  "string",
                  "null"
                ]
              },
              "lastTransitionTime": {
                "description": "Last time the condition transitioned from one status to another.",
                "type": [
                  "string",
                  "null"
                ]
              },
              "message": {
                "description": "Human-readable message indicating details about last transition.",
                "type": [
                  "string",
                  "null"
                ]
              },
              "reason": {
                "description": "Unique, one-word, CamelCase reason for the condition's last transition.",
                "type": [
                  "string",
                  "null"
                ]
              },
              "status": {
                "description": "Status is the status of the condition.\nCan be True, False, Unknown.",
                "type": [
                  "string",
                  "null"
                ]
              },
              "type": {
                "description": "Type is the type of the condition.",
                "type": [
                  "string",
                  "null"
                ]
              }
            },
            "type": "object"
          },
          "nullable": true,
          "type": [
            "array",
            "null"
          ]
        },
        "controllerAPIMinVersion": {
          "type": [
            "integer",
            "null"
          ]
        },
        "controllerAPIVersion": {
          "type": [
            "integer",
            "null"
          ]
        },
        "dataFormatMinVersion": {
          "type": [
            "integer",
            "null"
          ]
        },
        "dataFormatVersion": {
          "type": [
            "integer",
            "null"
          ]
        },
        "gitCommit": {
          "type": [
            "string",
            "null"
          ]
        },
        "incompatible": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "noRefSince": {
          "type": [
            "string",
            "null"
          ]
        },
        "nodeDeploymentMap": {
          "additionalProperties": {
            "type": "boolean"
          },
          "nullable": true,
          "type": [
            "object",
            "null"
          ]
        },
        "ownerID": {
          "type": [
            "string",
            "null"
          ]
        },
        "refCount": {
          "type": [
            "integer",
            "null"
          ]
        },
        "state": {
          "type": [
            "string",
            "null"
          ]
        },
        "version": {
          "type": [
            "string",
            "null"
          ]
        }
      },
      "type": [
        "object",
        "null"
      ]
    }
  },
  "type": "object"
}