Factset · Schema

ResourceStatusResponse

ResourceStatusResponse contains information regarding the status of a calculation job

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

factset-universal-screening-resource-status-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ResourceStatusResponse",
  "type": "object",
  "description": "ResourceStatusResponse contains information regarding the status of a calculation job",
  "properties": {
    "data": {
      "type": "object"
    }
  }
}