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