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