Factset · JSON Structure

Factset Irn Notes Note Event Dto Structure

Type: object Properties: 5
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

NoteEventDto is a JSON Structure definition published by Factset, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

createdAt type user comment changeList

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "NoteEventDto",
  "type": "object",
  "properties": {
    "createdAt": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "user": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "changeList": {
      "type": "array"
    }
  }
}