Factset · JSON Structure

Factset Global Filings Response Count Object Structure

Type: object Properties: 3
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

responseCountObject is a JSON Structure definition published by Factset, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id source count

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "responseCountObject",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "source": {
      "type": "string"
    },
    "count": {
      "type": "string"
    }
  }
}