Factset · Schema

startJobRunResponse

Gives details about the run which was requested wrapped in a data object

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
data object The main object within the startJobRunResponse schema
View JSON Schema on GitHub

JSON Schema

factset-portfolio-reporting-batcher-start-job-run-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "startJobRunResponse",
  "type": "object",
  "description": "Gives details about the run which was requested wrapped in a data object",
  "properties": {
    "data": {
      "type": "object",
      "description": "The main object within the startJobRunResponse schema"
    }
  }
}