{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "DispatchTransactionResponse400", "properties": { "result": { "description": "Array of transaction result objects", "items": { "$ref": "#/components/schemas/DispatchResult600ObjectArrayBody" } }, "error": { "description": "Error object", "$ref": "#/components/schemas/ErrorDispatch400Object" } } }