Factset · Schema

RankedTableRow

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
rank number
additionalData array
View JSON Schema on GitHub

JSON Schema

factset-search-answers-ranked-table-row-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RankedTableRow",
  "type": "object",
  "properties": {
    "rank": {
      "type": "number"
    },
    "additionalData": {
      "type": "array"
    }
  }
}