Factset · JSON Structure

Factset Streetaccount News Search Response Array Object Structure

Type: object Properties: 8
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

docsStoryDateAndTime docsHeadlines docsId docsPrimarySymbols docsSymbols docsSubjects docsStoryBody docsReferenceUris

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "searchResponseArrayObject",
  "type": "object",
  "properties": {
    "docsStoryDateAndTime": {
      "type": "string"
    },
    "docsHeadlines": {
      "type": "string"
    },
    "docsId": {
      "type": "string"
    },
    "docsPrimarySymbols": {
      "type": "array"
    },
    "docsSymbols": {
      "type": "array"
    },
    "docsSubjects": {
      "type": "array"
    },
    "docsStoryBody": {
      "type": "string"
    },
    "docsReferenceUris": {
      "type": "string"
    }
  }
}