Envestnet · Schema

Views

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
View array An view object containing view details which will represent the User View entity, to be persisted into the Yodlee system. Each view object will contain one or more View rules having various attributes
View JSON Schema on GitHub

JSON Schema

envestnet-views-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Views",
  "title": "Views",
  "properties": {
    "View": {
      "type": "array",
      "description": "An view object containing view details which will represent the User View entity, to be persisted into the Yodlee system. Each view object will contain one or more View rules having various attributes as detailed in below child fields.",
      "items": {
        "$ref": "#/components/schemas/View"
      }
    }
  }
}