Hedera · Schema

TokenAllowance

Distributed LedgerBlockchainDLTHashgraphTransactionsTokensNFTsSmart ContractsEnterprise
View JSON Schema on GitHub

JSON Schema

TokenAllowance.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/TokenAllowance.json",
  "title": "TokenAllowance",
  "allOf": [
    {
      "$ref": "#/components/schemas/Allowance"
    },
    {
      "properties": {
        "token_id": {
          "$ref": "#/components/schemas/EntityId"
        }
      }
    }
  ]
}