Envestnet · Schema

Email

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
type string
value string
View JSON Schema on GitHub

JSON Schema

envestnet-email-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Email",
  "title": "Email",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "readOnly": true,
      "enum": [
        "PRIMARY",
        "SECONDARY",
        "PERSONAL",
        "WORK",
        "OTHERS"
      ]
    },
    "value": {
      "type": "string",
      "readOnly": true
    }
  }
}