{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/relays-relayresponse", "title": "relays.RelayResponse", "type": "object", "properties": { "completedAt": { "type": "string" }, "data": { "$ref": "#/definitions/relays.RelayDataResponse" }, "failedAt": { "type": "string" }, "id": { "type": "string" }, "receivedAt": { "type": "string" }, "relayer": { "type": "string" }, "status": { "type": "string" } } }