Factset · Schema

PhoneNumberTypeDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string
name string
isStandard boolean
View JSON Schema on GitHub

JSON Schema

factset-irn-contacts-phone-number-type-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PhoneNumberTypeDto",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "isStandard": {
      "type": "boolean"
    }
  }
}