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