Envestnet · Schema

VerificationResponse

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
verification array
View JSON Schema on GitHub

JSON Schema

envestnet-verificationresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VerificationResponse",
  "title": "VerificationResponse",
  "type": "object",
  "properties": {
    "verification": {
      "type": "array",
      "readOnly": true,
      "items": {
        "$ref": "#/components/schemas/Verification"
      }
    }
  }
}