Apideck · Schema

Account Number

The bank account number

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-bankaccountnumber-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BankAccountNumber",
  "title": "Account Number",
  "type": "string",
  "description": "The bank account number",
  "example": "123465",
  "nullable": true
}