wormhole/cosmwasm/contracts/cw721-wrapped/schema/num_tokens_response.json

16 lines
260 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "NumTokensResponse",
"type": "object",
"required": [
"count"
],
"properties": {
"count": {
"type": "integer",
"format": "uint64",
"minimum": 0.0
}
}
}