Envestnet · Schema

Message

Provides information about customized text-messages associated with an insight.

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
messageText string The pre-defined text-block associated with the insight.
View JSON Schema on GitHub

JSON Schema

envestnet-message-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Message",
  "title": "Message",
  "description": "Provides information about customized text-messages associated with an insight.",
  "properties": {
    "messageText": {
      "type": "string",
      "description": "The pre-defined text-block associated with the insight."
    }
  },
  "required": [
    "messageText"
  ]
}