{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/relays-deliveryreponse", "title": "relays.DeliveryReponse", "type": "object", "properties": { "budget": { "type": "string" }, "execution": { "$ref": "#/definitions/relays.ResultExecutionResponse" }, "maxRefund": { "type": "string" }, "relayGasUsed": { "type": "integer" }, "targetChainDecimals": { "type": "integer" } } }