Montran · Schema

AccountStructureList

BankingCentral BankingFinancial ServicesISO 20022Market InfrastructureMessagingPaymentsReal-Time PaymentsSWIFT

Properties

Name Type Description
structures array
View JSON Schema on GitHub

JSON Schema

montran-accountstructurelist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountStructureList",
  "title": "AccountStructureList",
  "type": "object",
  "properties": {
    "structures": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AccountStructure"
      }
    }
  }
}