Factset · Schema

ContactCustomFieldValueDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
fieldCode string
value string
optionValues array
View JSON Schema on GitHub

JSON Schema

factset-irn-contacts-contact-custom-field-value-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ContactCustomFieldValueDto",
  "type": "object",
  "properties": {
    "fieldCode": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "optionValues": {
      "type": "array"
    }
  }
}