{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/transactions-destination", "title": "transactions.Destination", "type": "object", "properties": { "chain": { "type": "integer" }, "percentage": { "type": "number" }, "volume": { "type": "number" } } }