Factset · JSON Structure

Factset Irn Meetings Meeting Summary Dto Structure

Type: object Properties: 14
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

id start end createdAt authorId title identifier organizer organizerId attachmentIds relatedSymbols locations attendees customFieldValues

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MeetingSummaryDto",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "start": {
      "type": "string"
    },
    "end": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    },
    "authorId": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "identifier": {
      "type": "string"
    },
    "organizer": {
      "type": "string"
    },
    "organizerId": {
      "type": "string"
    },
    "attachmentIds": {
      "type": "array"
    },
    "relatedSymbols": {
      "type": "array"
    },
    "locations": {
      "type": "array"
    },
    "attendees": {
      "type": "array"
    },
    "customFieldValues": {
      "type": "array"
    }
  }
}