Factset · Schema

ContactCustomFieldOptionDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string
name string
order integer
View JSON Schema on GitHub

JSON Schema

factset-irn-configuration-contact-custom-field-option-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ContactCustomFieldOptionDto",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "order": {
      "type": "integer"
    }
  }
}