Envestnet · Schema

ClientTrustedAdvisorTxt

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
description string ClientTrustedAdvisorTxt Description
View JSON Schema on GitHub

JSON Schema

envestnet-clienttrustedadvisortxt-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientTrustedAdvisorTxt",
  "title": "ClientTrustedAdvisorTxt",
  "required": [
    "description"
  ],
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "description": "ClientTrustedAdvisorTxt Description"
    }
  }
}