Envestnet · Schema

DataExtractsUserDataResponse

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
userData array
View JSON Schema on GitHub

JSON Schema

envestnet-dataextractsuserdataresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DataExtractsUserDataResponse",
  "title": "DataExtractsUserDataResponse",
  "type": "object",
  "properties": {
    "userData": {
      "type": "array",
      "readOnly": true,
      "items": {
        "$ref": "#/components/schemas/DataExtractsUserData"
      }
    }
  }
}