{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/operations-transaction", "title": "operations.Transaction", "type": "object", "properties": { "secondTxHash": { "type": "string" }, "txHash": { "type": "string" } } }