{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/relays-relaydataresponse", "title": "relays.RelayDataResponse", "type": "object", "properties": { "delivery": { "$ref": "#/definitions/relays.DeliveryReponse" }, "fromTxHash": { "type": "string" }, "instructions": { "$ref": "#/definitions/relays.InstructionsResponse" }, "maxAttempts": { "type": "integer" }, "toTxHash": { "type": "string" } } }