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