{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MintableNumTokensResponse", "type": "object", "properties": { "count": { "type": [ "integer", "null" ], "format": "uint32", "minimum": 0.0 } }, "additionalProperties": false }