{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/governor-govconfig", "title": "governor.GovConfig", "type": "object", "properties": { "chains": { "type": "array", "items": { "$ref": "#/definitions/governor.GovConfigChains" } }, "counter": { "type": "integer" }, "createdAt": { "type": "string" }, "id": { "type": "string" }, "nodeName": { "type": "string" }, "tokens": { "type": "array", "items": { "$ref": "#/definitions/governor.GovConfigfTokens" } }, "updatedAt": { "type": "string" } } }