{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/response-response-address-addressoverview", "title": "response.Response-address_AddressOverview", "type": "object", "properties": { "data": { "$ref": "#/definitions/address.AddressOverview" }, "pagination": { "$ref": "#/definitions/response.ResponsePagination" } } }