Envestnet · Schema

DataExtractsEventLinks

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
methodType string
rel string
href string
View JSON Schema on GitHub

JSON Schema

envestnet-dataextractseventlinks-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DataExtractsEventLinks",
  "title": "DataExtractsEventLinks",
  "type": "object",
  "properties": {
    "methodType": {
      "type": "string",
      "readOnly": true
    },
    "rel": {
      "type": "string",
      "readOnly": true
    },
    "href": {
      "type": "string",
      "readOnly": true
    }
  }
}