Factset · Schema

Table

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
tableHeaders array
tableRows array
tableFooters array
View JSON Schema on GitHub

JSON Schema

factset-search-answers-table-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Table",
  "type": "object",
  "properties": {
    "tableHeaders": {
      "type": "array"
    },
    "tableRows": {
      "type": "array"
    },
    "tableFooters": {
      "type": "array"
    }
  }
}