{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/governor-govconfigchains", "title": "governor.GovConfigChains", "type": "object", "properties": { "bigTransactionSize": { "type": "integer" }, "chainId": { "$ref": "#/definitions/vaa.ChainID" }, "notionalLimit": { "type": "integer" } } }