Hedera · Schema

LogTopicQueryParam

Distributed LedgerBlockchainDLTHashgraphTransactionsTokensNFTsSmart ContractsEnterprise
View JSON Schema on GitHub

JSON Schema

LogTopicQueryParam.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/LogTopicQueryParam.json",
  "title": "LogTopicQueryParam",
  "type": "array",
  "items": {
    "type": "string",
    "pattern": "^(0x)?[0-9A-Fa-f]{1,64}$"
  }
}