{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/response-errordetail", "title": "response.ErrorDetail", "type": "object", "properties": { "request_id": { "type": "string" }, "stack_trace": { "type": "string" } } }