Wormhole · Schema

heartbeats.HeartbeatsResponse

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
entries array
View JSON Schema on GitHub

JSON Schema

heartbeats-heartbeatsresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/heartbeats-heartbeatsresponse",
  "title": "heartbeats.HeartbeatsResponse",
  "type": "object",
  "properties": {
    "entries": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/heartbeats.HeartbeatResponse"
      }
    }
  }
}