Factset · Schema

RankedTableEntity

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
name string
identifier string
View JSON Schema on GitHub

JSON Schema

factset-search-answers-ranked-table-entity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RankedTableEntity",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "identifier": {
      "type": "string"
    }
  }
}