Envestnet · Schema

ProvidersCount

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
TOTAL object
View JSON Schema on GitHub

JSON Schema

envestnet-providerscount-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProvidersCount",
  "title": "ProvidersCount",
  "type": "object",
  "properties": {
    "TOTAL": {
      "$ref": "#/components/schemas/TotalCount"
    }
  }
}