{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/transactions-origintx", "title": "transactions.OriginTx", "type": "object", "properties": { "attribute": { "$ref": "#/definitions/transactions.AttributeDoc" }, "from": { "type": "string" }, "status": { "type": "string" }, "txHash": { "type": "string" } } }