Envestnet · Schema

UserSubscription

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
userConfiguration array
customerConfiguration array
View JSON Schema on GitHub

JSON Schema

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