Factset · Schema

responseCountObject

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string id
source string source
count string source value
View JSON Schema on GitHub

JSON Schema

factset-global-filings-response-count-object-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "responseCountObject",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "id"
    },
    "source": {
      "type": "string",
      "description": "source"
    },
    "count": {
      "type": "string",
      "description": "source value"
    }
  }
}