Envestnet · Schema

ProviderAccountPreferencesRequest

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
preferences object
View JSON Schema on GitHub

JSON Schema

envestnet-provideraccountpreferencesrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProviderAccountPreferencesRequest",
  "title": "ProviderAccountPreferencesRequest",
  "type": "object",
  "properties": {
    "preferences": {
      "$ref": "#/components/schemas/ProviderAccountPreferences"
    }
  }
}