Envestnet · Schema

Transactions

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
transaction array
View JSON Schema on GitHub

JSON Schema

envestnet-transactions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Transactions",
  "title": "Transactions",
  "properties": {
    "transaction": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Transaction"
      }
    }
  }
}