Amazon Mainframe Modernization · JSON Structure

Amazon Mainframe Modernization Start Batch Job Request Structure

StartBatchJobRequest schema from AWS Mainframe Modernization API

Type: object Properties: 2 Required: 1
COBOLMainframeMigrationModernizationBatch Processing

StartBatchJobRequest is a JSON Structure definition published by Amazon Mainframe Modernization, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

batchJobIdentifier jobParams

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mainframe-modernization/refs/heads/main/json-structure/amazon-mainframe-modernization-start-batch-job-request-structure.json",
  "name": "StartBatchJobRequest",
  "description": "StartBatchJobRequest schema from AWS Mainframe Modernization API",
  "type": "object",
  "properties": {
    "batchJobIdentifier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BatchJobIdentifier"
        },
        {
          "description": "The unique identifier of the batch job."
        }
      ]
    },
    "jobParams": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BatchJobParametersMap"
        },
        {
          "description": "The collection of batch job parameters. For details about limits for keys and values, see <a href=\"https://www.ibm.com/docs/en/workload-automation/9.3.0?topic=zos-coding-variables-in-jcl\">Coding variables in JCL</a>."
        }
      ]
    }
  },
  "required": [
    "batchJobIdentifier"
  ]
}