Envestnet · Schema

StatusLink

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

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

JSON Schema

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