Hedera · Schema

Links

Distributed LedgerBlockchainDLTHashgraphTransactionsTokensNFTsSmart ContractsEnterprise

Properties

Name Type Description
next stringnull
View JSON Schema on GitHub

JSON Schema

Links.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/Links.json",
  "title": "Links",
  "type": "object",
  "properties": {
    "next": {
      "example": null,
      "type": [
        "string",
        "null"
      ]
    }
  }
}