Hedera · Schema

Blocks

Distributed LedgerBlockchainDLTHashgraphTransactionsTokensNFTsSmart ContractsEnterprise
View JSON Schema on GitHub

JSON Schema

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