Factset · JSON Structure

Factset Irn Meetings Meeting Dto Structure

Type: object Properties: 18
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

MeetingDto is a JSON Structure definition published by Factset, describing 18 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 body averageRating alertAttendees alertAuthor locations attendees customFields relatedSymbols relatedContacts

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MeetingDto",
  "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"
    },
    "body": {
      "type": "string"
    },
    "averageRating": {
      "type": "integer"
    },
    "alertAttendees": {
      "type": "boolean"
    },
    "alertAuthor": {
      "type": "boolean"
    },
    "locations": {
      "type": "array"
    },
    "attendees": {
      "type": "array"
    },
    "customFields": {
      "type": "array"
    },
    "relatedSymbols": {
      "type": "array"
    },
    "relatedContacts": {
      "type": "array"
    }
  }
}