Factset · Schema

idStatus

Details about the instance of the job run specified via id wrapped in a data object

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
data object Details about the instance of the job run specified via id
View JSON Schema on GitHub

JSON Schema

factset-portfolio-reporting-batcher-id-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "idStatus",
  "type": "object",
  "description": "Details about the instance of the job run specified via id wrapped in a data object",
  "properties": {
    "data": {
      "type": "object",
      "description": "Details about the instance of the job run specified via id"
    }
  }
}