{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "DispatchInfoResponse404", "properties": { "error": { "type": "string", "description": "Error message", "example": "Transaction Not Found" }, "code": { "type": "integer", "description": "Erroc code", "example": 3 } } }