Factset · Schema

NoteEventDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
createdAt string
type string
user string
comment string
changeList array
View JSON Schema on GitHub

JSON Schema

factset-irn-notes-note-event-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NoteEventDto",
  "type": "object",
  "properties": {
    "createdAt": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "user": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "changeList": {
      "type": "array"
    }
  }
}