Envestnet · Schema

VerificationHolder

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
ownership string Indicates the ownership of the account
name object
View JSON Schema on GitHub

JSON Schema

envestnet-verificationholder-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VerificationHolder",
  "title": "VerificationHolder",
  "type": "object",
  "properties": {
    "ownership": {
      "type": "string",
      "description": "Indicates the ownership of the account",
      "readOnly": true
    },
    "name": {
      "$ref": "#/components/schemas/Name"
    }
  }
}