Factset · Schema

flattenedFiltersCategoriesObject

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
name string
value array
View JSON Schema on GitHub

JSON Schema

factset-streetaccount-news-flattened-filters-categories-object-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "flattenedFiltersCategoriesObject",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "value": {
      "type": "array"
    }
  }
}