Factset · Schema

NavigatorSourcesResponse

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
sdf array
contentApi array
reference array
View JSON Schema on GitHub

JSON Schema

factset-content-feeds-data-dictionary-navigator-sources-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NavigatorSourcesResponse",
  "type": "object",
  "properties": {
    "sdf": {
      "type": "array"
    },
    "contentApi": {
      "type": "array"
    },
    "reference": {
      "type": "array"
    }
  }
}