Factset · Schema

MeetingEventDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

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

JSON Schema

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