Envestnet · Schema

RenewConsentRequest

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
preferences object
renewal object
clientTrustedAdvisor array describes information of client trusted advisor.
View JSON Schema on GitHub

JSON Schema

envestnet-renewconsentrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RenewConsentRequest",
  "title": "RenewConsentRequest",
  "required": [
    "clientTrustedAdvisor"
  ],
  "type": "object",
  "properties": {
    "preferences": {
      "$ref": "#/components/schemas/RenewConsentPreferences"
    },
    "renewal": {
      "$ref": "#/components/schemas/RenewalConsent"
    },
    "clientTrustedAdvisor": {
      "type": "array",
      "description": "describes information of client trusted advisor.",
      "items": {
        "$ref": "#/components/schemas/ClientTrustedAdvisor"
      }
    }
  }
}