Envestnet · Schema

ConfigsNotificationResponse

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
event array
View JSON Schema on GitHub

JSON Schema

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