Hedera · Schema

RegisteredNodes

Distributed LedgerBlockchainDLTHashgraphTransactionsTokensNFTsSmart ContractsEnterprise
View JSON Schema on GitHub

JSON Schema

RegisteredNodes.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/RegisteredNodes.json",
  "title": "RegisteredNodes",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/RegisteredNode"
  }
}