Hedera · Schema

PositiveNumber

A positive number.

Distributed LedgerBlockchainDLTHashgraphTransactionsTokensNFTsSmart ContractsEnterprise
View JSON Schema on GitHub

JSON Schema

PositiveNumber.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/PositiveNumber.json",
  "title": "PositiveNumber",
  "type": "integer",
  "format": "int64",
  "description": "A positive number.",
  "minimum": 0
}