Factset · Schema

time_series_result_object_nonflattened_array

The `result` attribute in the Time-Series Non-Flattened Response Object will be an ARRAY.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
result array
View JSON Schema on GitHub

JSON Schema

factset-formula-time_series_result_object_nonflattened_array-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "time_series_result_object_nonflattened_array",
  "type": "object",
  "description": "The `result` attribute in the Time-Series Non-Flattened Response Object will be an ARRAY.",
  "properties": {
    "result": {
      "type": "array"
    }
  }
}