Envestnet · Schema

ThirdParty

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
description string Third Party Description
header string Third Party Header
View JSON Schema on GitHub

JSON Schema

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