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