{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "DispatchTransactionResponse200", "properties": { "result": { "description": "Array of dispatched transaction results", "items": { "$ref": "#/components/schemas/DispatchResultObjectArrayBody" } }, "error": { "description": "Dispatch error object", "$ref": "#/components/schemas/DispatchErrorObjectBody" } } }