Factset · Schema

ReportInstanceLogDTO

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
sequenceNumber integer
message string
type string
updateDate string
View JSON Schema on GitHub

JSON Schema

factset-vermilion-report-instance-log-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReportInstanceLogDTO",
  "type": "object",
  "properties": {
    "sequenceNumber": {
      "type": "integer"
    },
    "message": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "updateDate": {
      "type": "string"
    }
  }
}