Factset · Schema

startJob

Details required to start a job

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
jobName string The name of the PRB job
View JSON Schema on GitHub

JSON Schema

factset-portfolio-reporting-batcher-start-job-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "startJob",
  "type": "object",
  "description": "Details required to start a job",
  "properties": {
    "jobName": {
      "type": "string",
      "description": "The name of the PRB job"
    }
  }
}