Factset · Schema

EventSnippetDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string
type string
noteId string
meetingId string
createdAt string
View JSON Schema on GitHub

JSON Schema

factset-irn-notes-event-snippet-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EventSnippetDto",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "noteId": {
      "type": "string"
    },
    "meetingId": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    }
  }
}