Envestnet · Schema

ThirdPartyADR

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
name string name of ADR
url string Unique Id of ADR
View JSON Schema on GitHub

JSON Schema

envestnet-thirdpartyadr-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ThirdPartyADR",
  "title": "ThirdPartyADR",
  "required": [
    "name",
    "url"
  ],
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "name of ADR"
    },
    "url": {
      "type": "string",
      "description": "Unique Id of ADR"
    }
  }
}