{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/operations-targetchain", "title": "operations.TargetChain", "type": "object", "properties": { "balanceChanges": { "type": "array", "items": { "$ref": "#/definitions/github_com_wormhole-foundation_wormhole-explorer_api_routes_wormscan_operations.BalanceChanges" } }, "chainId": { "$ref": "#/definitions/vaa.ChainID" }, "fee": { "type": "string" }, "feeUSD": { "type": "string" }, "from": { "type": "string" }, "gasTokenNotional": { "type": "string" }, "status": { "type": "string" }, "timestamp": { "type": "string" }, "to": { "type": "string" }, "transaction": { "$ref": "#/definitions/operations.Transaction" } } }