Envestnet · Schema

GeographyWithDataArray

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
benchmarkLevel string describes benchmark level.
geo object
metric object
View JSON Schema on GitHub

JSON Schema

envestnet-geographywithdataarray-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GeographyWithDataArray",
  "title": "GeographyWithDataArray",
  "properties": {
    "benchmarkLevel": {
      "type": "string",
      "description": "describes benchmark level.",
      "example": "peer"
    },
    "geo": {
      "$ref": "#/components/schemas/GeoData"
    },
    "metric": {
      "$ref": "#/components/schemas/PeerDataAtGeo"
    }
  }
}