Envestnet · Schema

CustomerSubscription

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
customerConfiguration array
View JSON Schema on GitHub

JSON Schema

envestnet-customersubscription-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomerSubscription",
  "title": "CustomerSubscription",
  "allOf": [
    {
      "$ref": "#/components/schemas/Subscription"
    }
  ],
  "properties": {
    "customerConfiguration": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CustomerConfiguration"
      }
    }
  }
}