Factset · Schema

GroupConfigDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
Id string
Name string
View JSON Schema on GitHub

JSON Schema

factset-irn-configuration-group-config-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GroupConfigDto",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string"
    },
    "Name": {
      "type": "string"
    }
  }
}