{
  "description": "Spec of the storage version migration.",
  "properties": {
    "resource": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.35.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.GroupResource",
      "description": "The resource that is being migrated. The migrator sends requests to the endpoint serving the resource. Immutable."
    }
  },
  "required": [
    "resource"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}