Envestnet · Schema

PeerMerchantSummary

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
name string Merchant Name for which the response is returned

Endpoints -
  • GET /Views/{ViewId}/peerData
benchmark array
View JSON Schema on GitHub

JSON Schema

envestnet-peermerchantsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PeerMerchantSummary",
  "title": "PeerMerchantSummary",
  "properties": {
    "name": {
      "type": "string",
      "description": "Merchant Name for which the response is returned<br><br><b>Endpoints</b> -<ul><li>GET /Views/{ViewId}/peerData</li></ul>",
      "example": "Netflix"
    },
    "benchmark": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/GeographyWithDataArray"
      }
    }
  }
}