Paginated list of clearing batches
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClearingBatchList", "title": "ClearingBatchList", "type": "object", "description": "Paginated list of clearing batches", "properties": { "batches": { "type": "array", "items": { "$ref": "#/components/schemas/ClearingBatch" } }, "pagination": { "$ref": "#/components/schemas/Pagination" } } }