{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/protocols-protocolnetworkpairvolume", "title": "protocols.ProtocolNetworkPairVolume", "type": "object", "properties": { "destination_chain": { "$ref": "#/definitions/vaa.ChainID" }, "source_chain": { "$ref": "#/definitions/vaa.ChainID" }, "volume_usd": { "type": "number" } } }