{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/governor-govstatus", "title": "governor.GovStatus", "type": "object", "properties": { "chains": { "type": "array", "items": { "$ref": "#/definitions/governor.GovStatusChains" } }, "createdAt": { "type": "string" }, "id": { "type": "string" }, "nodeName": { "type": "string" }, "updatedAt": { "type": "string" } } }