Argyle · Schema

ClientOpenBanking

Banking-specific user metadata.

Employment DataPayrollIncome VerificationGig EconomyFinancial DataEmployment HistoryEarned Wage AccessDirect Deposit

Properties

Name Type Description
end_user object
View JSON Schema on GitHub

JSON Schema

clientopenbanking.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argyle/refs/heads/main/json-schema/clientopenbanking.json",
  "title": "ClientOpenBanking",
  "type": "object",
  "description": "Banking-specific user metadata.",
  "properties": {
    "end_user": {
      "$ref": "#/components/schemas/ClientOpenBankingEndUser"
    }
  }
}