Hedera · Schema

TopicMessagesResponse

Distributed LedgerBlockchainDLTHashgraphTransactionsTokensNFTsSmart ContractsEnterprise

Properties

Name Type Description
messages object
links object
View JSON Schema on GitHub

JSON Schema

TopicMessagesResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/TopicMessagesResponse.json",
  "title": "TopicMessagesResponse",
  "type": "object",
  "properties": {
    "messages": {
      "$ref": "#/components/schemas/TopicMessages"
    },
    "links": {
      "$ref": "#/components/schemas/Links"
    }
  }
}