Factset · Schema

TableCodeFieldInfoResponse

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
fields array
entitled boolean
View JSON Schema on GitHub

JSON Schema

factset-content-feeds-data-dictionary-table-code-field-info-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TableCodeFieldInfoResponse",
  "type": "object",
  "properties": {
    "fields": {
      "type": "array"
    },
    "entitled": {
      "type": "boolean"
    }
  }
}