Envestnet · Schema

ConsentConfirmation

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
description string Consent confirmation Description
header string Consent confirmation Header
View JSON Schema on GitHub

JSON Schema

envestnet-consentconfirmation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConsentConfirmation",
  "title": "ConsentConfirmation",
  "required": [
    "description",
    "header"
  ],
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "description": "Consent confirmation Description"
    },
    "header": {
      "type": "string",
      "description": "Consent confirmation Header"
    }
  }
}