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