{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/protocols-protocolnetworkpairresult", "title": "protocols.ProtocolNetworkPairResult", "type": "object", "properties": { "from": { "type": "string" }, "to": { "type": "string" }, "values": { "type": "array", "items": { "$ref": "#/definitions/protocols.ProtocolNetworkPairVolume" } } } }