Synctera · Schema

account

Account

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-account-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/account",
  "title": "account",
  "anyOf": [
    {
      "$ref": "#/components/schemas/account_depository"
    },
    {
      "$ref": "#/components/schemas/account_line_of_credit"
    }
  ],
  "description": "Account",
  "type": "object"
}