{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "DispatchTransactionBody", "properties": { "batchId": { "type": "integer", "description": "Unique id" }, "details": { "description": "Array of dispatch transaction objects", "items": { "$ref": "#/components/schemas/ArrayDetailsDispatchTransaction" } } }, "required": [ "batchId", "details" ] }