{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/transactions-chainpair", "title": "transactions.ChainPair", "type": "object", "properties": { "destinationChain": { "$ref": "#/definitions/vaa.ChainID" }, "emitterChain": { "$ref": "#/definitions/vaa.ChainID" }, "numberOfTransfers": { "type": "string" } } }