Factset · Schema

ContactEventDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
eventType string
date string
fullName string
details array
View JSON Schema on GitHub

JSON Schema

factset-irn-contacts-contact-event-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ContactEventDto",
  "type": "object",
  "properties": {
    "eventType": {
      "type": "string"
    },
    "date": {
      "type": "string"
    },
    "fullName": {
      "type": "string"
    },
    "details": {
      "type": "array"
    }
  }
}