Amazon Mainframe Modernization · JSON Structure

Amazon Mainframe Modernization Script Batch Job Identifier Structure

A batch job identifier in which the batch job to run is identified by the script name.

Type: object Properties: 1 Required: 1
COBOLMainframeMigrationModernizationBatch Processing

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

Properties

scriptName

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-script-batch-job-identifier-structure.json",
  "name": "ScriptBatchJobIdentifier",
  "description": "A batch job identifier in which the batch job to run is identified by the script name.",
  "type": "object",
  "properties": {
    "scriptName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The name of the script containing the batch job definition."
        }
      ]
    }
  },
  "required": [
    "scriptName"
  ]
}