{
  "description": "VolumeSnapshotLocation is a location where Velero stores volume snapshots.",
  "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": "VolumeSnapshotLocationSpec defines the specification for a Velero VolumeSnapshotLocation.",
      "properties": {
        "config": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Config is for provider-specific configuration fields.",
          "type": [
            "object",
            "null"
          ]
        },
        "credential": {
          "additionalProperties": false,
          "description": "Credential contains the credential information intended to be used with this location",
          "properties": {
            "key": {
              "description": "The key of the secret to select from.  Must be a valid secret key.",
              "type": "string"
            },
            "name": {
              "default": "",
              "description": "Name of the referent.\nThis field is effectively required, but due to backwards compatibility is\nallowed to be empty. Instances of this type with an empty value here are\nalmost certainly wrong.\nMore info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
              "type": [
                "string",
                "null"
              ]
            },
            "optional": {
              "description": "Specify whether the Secret or its key must be defined",
              "type": [
                "boolean",
                "null"
              ]
            }
          },
          "required": [
            "key"
          ],
          "type": [
            "object",
            "null"
          ],
          "x-kubernetes-map-type": "atomic"
        },
        "provider": {
          "description": "Provider is the provider of the volume storage.",
          "type": "string"
        }
      },
      "required": [
        "provider"
      ],
      "type": [
        "object",
        "null"
      ]
    },
    "status": {
      "additionalProperties": false,
      "description": "VolumeSnapshotLocationStatus describes the current status of a Velero VolumeSnapshotLocation.",
      "properties": {
        "phase": {
          "description": "VolumeSnapshotLocationPhase is the lifecycle phase of a Velero VolumeSnapshotLocation.",
          "enum": [
            "Available",
            "Unavailable"
          ],
          "type": [
            "string",
            "null"
          ]
        }
      },
      "type": [
        "object",
        "null"
      ]
    }
  },
  "type": "object"
}