Amazon Mainframe Modernization · JSON Structure

Amazon Mainframe Modernization Batch Job Identifier Structure

Identifies a specific batch job.

Type: object Properties: 2
COBOLMainframeMigrationModernizationBatch Processing

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

Properties

fileBatchJobIdentifier scriptBatchJobIdentifier

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-batch-job-identifier-structure.json",
  "name": "BatchJobIdentifier",
  "description": "Identifies a specific batch job.",
  "type": "object",
  "properties": {
    "fileBatchJobIdentifier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FileBatchJobIdentifier"
        },
        {
          "description": "Specifies a file associated with a specific batch job."
        }
      ]
    },
    "scriptBatchJobIdentifier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ScriptBatchJobIdentifier"
        },
        {
          "description": "A batch job identifier in which the batch job to run is identified by the script name."
        }
      ]
    }
  }
}