Envestnet · Schema

Geography

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
state string State name of the peer for which the response is returned

Endpoints -
  • GET /views/{viewId}/peerData
city string city name of the peer for which the response is returned. returned

Endpoints -
  • GET /views/{viewId}/peerData
View JSON Schema on GitHub

JSON Schema

envestnet-geography-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Geography",
  "title": "Geography",
  "properties": {
    "state": {
      "type": "string",
      "description": "State name of the peer for which the response is returned<br><br><b>Endpoints</b> -<ul><li>GET /views/{viewId}/peerData</li></ul>",
      "example": "AK"
    },
    "city": {
      "type": "string",
      "description": "city name of the peer for which the response is returned. returned<br><br><b>Endpoints</b> -<ul><li>GET /views/{viewId}/peerData</li></ul>",
      "example": "Eielson Afb"
    }
  }
}