{
  "description": "CStorCompletedBackup describes a cstor completed-backup resource created as custom resource",
  "properties": {
    "apiVersion": {
      "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More 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. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More 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": "CStorCompletedBackupSpec is the spec for a CStorBackup resource",
      "properties": {
        "backupName": {
          "description": "BackupName is the name of backup or scheduled backup",
          "type": [
            "string",
            "null"
          ]
        },
        "lastSnapName": {
          "description": "LastSnapName is the name of last completed-backup's snapshot name",
          "type": [
            "string",
            "null"
          ]
        },
        "secondLastSnapName": {
          "description": "SecondLastSnapName is the name of second last 'successfully' completed-backup's snapshot",
          "type": [
            "string",
            "null"
          ]
        },
        "volumeName": {
          "description": "VolumeName is the name of volume for which this backup is destined",
          "type": [
            "string",
            "null"
          ]
        }
      },
      "type": "object"
    }
  },
  "required": [
    "spec"
  ],
  "type": "object"
}