Factset · Schema

PartialOutputObject

Object denoting that the endpoint response is possibly incomplete.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
isPartial boolean Flag indicating that the response is a possibly incomplete array or an object containing a possibly incomplete array, due to hitting a processing time limit. If `true`, some matching results might be
View JSON Schema on GitHub

JSON Schema

factset-watchlist-for-digital-portals-partial-output-object-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PartialOutputObject",
  "type": "object",
  "description": "Object denoting that the endpoint response is possibly incomplete.",
  "properties": {
    "isPartial": {
      "type": "boolean",
      "description": "Flag indicating that the response is a possibly incomplete array or an object containing a possibly incomplete array, due to hitting a processing time limit. If `true`, some matching results might be missing from the array, or elements for matching results might be incorrectly included (for example, when priority sorting would have removed the element). Depending on the use case, such a response may be unsuitable."
    }
  }
}