Envestnet · Schema

TotalCount

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
count integer
View JSON Schema on GitHub

JSON Schema

envestnet-totalcount-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TotalCount",
  "title": "TotalCount",
  "type": "object",
  "properties": {
    "count": {
      "type": "integer",
      "format": "int64",
      "readOnly": true
    }
  }
}