Etcd · Schema

LeaseRevokeResponse

Response from a lease revoke operation

Cloud NativeConsensusDistributed SystemsGraduatedKey-Value StoreKubernetes

Properties

Name Type Description
header object
View JSON Schema on GitHub

JSON Schema

etcd-leaserevokeresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LeaseRevokeResponse",
  "title": "LeaseRevokeResponse",
  "type": "object",
  "description": "Response from a lease revoke operation",
  "properties": {
    "header": {
      "$ref": "#/components/schemas/ResponseHeader"
    }
  }
}