Factset · Schema

ExtendedTextConfigDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
maxChars integer
View JSON Schema on GitHub

JSON Schema

factset-irn-configuration-extended-text-config-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ExtendedTextConfigDto",
  "type": "object",
  "properties": {
    "maxChars": {
      "type": "integer"
    }
  }
}