Envestnet · Schema

Links

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
methodType string Type of the HTTP method
GET , PUT , POST , DELETE , ...
rel string Get Consent preference
href string Get Consent preference Endpoint
View JSON Schema on GitHub

JSON Schema

envestnet-links-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Links",
  "title": "Links",
  "required": [
    "href",
    "methodType",
    "rel"
  ],
  "type": "object",
  "properties": {
    "methodType": {
      "type": "string",
      "description": "Type of the HTTP method <br/> GET , PUT , POST , DELETE , ..."
    },
    "rel": {
      "type": "string",
      "description": "Get Consent preference"
    },
    "href": {
      "type": "string",
      "description": "Get Consent preference Endpoint"
    }
  }
}