Envestnet · Schema

UpdateVerificationRequest

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
verification object
View JSON Schema on GitHub

JSON Schema

envestnet-updateverificationrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateVerificationRequest",
  "title": "UpdateVerificationRequest",
  "type": "object",
  "properties": {
    "verification": {
      "$ref": "#/components/schemas/UpdateVerification"
    }
  }
}