Montran · Schema

ClearingBatchList

Paginated list of clearing batches

BankingCentral BankingFinancial ServicesISO 20022Market InfrastructureMessagingPaymentsReal-Time PaymentsSWIFT

Properties

Name Type Description
batches array
pagination object
View JSON Schema on GitHub

JSON Schema

montran-clearingbatchlist-schema.json Raw ↑
{
  "$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"
    }
  }
}