Envestnet · Schema

CreateAccountRequest

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
account object
View JSON Schema on GitHub

JSON Schema

envestnet-createaccountrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateAccountRequest",
  "title": "CreateAccountRequest",
  "required": [
    "account"
  ],
  "type": "object",
  "properties": {
    "account": {
      "$ref": "#/components/schemas/CreateAccountInfo"
    }
  }
}