Factset · Schema

AuthorConfigDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string
userName string
serialNumber string
firstName string
lastName string
emailAddress string
isActive boolean
View JSON Schema on GitHub

JSON Schema

factset-irn-configuration-author-config-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AuthorConfigDto",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "userName": {
      "type": "string"
    },
    "serialNumber": {
      "type": "string"
    },
    "firstName": {
      "type": "string"
    },
    "lastName": {
      "type": "string"
    },
    "emailAddress": {
      "type": "string"
    },
    "isActive": {
      "type": "boolean"
    }
  }
}