Envestnet · Schema

InsightDetailsResponse

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
insightDetail array
View JSON Schema on GitHub

JSON Schema

envestnet-insightdetailsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InsightDetailsResponse",
  "title": "InsightDetailsResponse",
  "properties": {
    "insightDetail": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/InsightDetail"
      }
    }
  }
}