{
  "description": "LeaseSpec is a specification of a Lease.",
  "properties": {
    "acquireTime": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.29.13/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime",
      "description": "acquireTime is a time when the current lease was acquired."
    },
    "holderIdentity": {
      "description": "holderIdentity contains the identity of the holder of a current lease.",
      "type": [
        "string",
        "null"
      ]
    },
    "leaseDurationSeconds": {
      "description": "leaseDurationSeconds is a duration that candidates for a lease need to wait to force acquire it. This is measure against time of last observed renewTime.",
      "format": "int32",
      "type": [
        "integer",
        "null"
      ]
    },
    "leaseTransitions": {
      "description": "leaseTransitions is the number of transitions of a lease between holders.",
      "format": "int32",
      "type": [
        "integer",
        "null"
      ]
    },
    "renewTime": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.29.13/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime",
      "description": "renewTime is a time when the current holder of a lease has last updated the lease."
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}