{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/response-responsepagination", "title": "response.ResponsePagination", "type": "object", "properties": { "next": { "type": "string" } } }