Amazon Mainframe Modernization · JSON Structure

Amazon Mainframe Modernization Pending Maintenance Structure

The scheduled maintenance for a runtime engine.

Type: object Properties: 2
COBOLMainframeMigrationModernizationBatch Processing

PendingMaintenance 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

engineVersion schedule

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-pending-maintenance-structure.json",
  "name": "PendingMaintenance",
  "description": "The scheduled maintenance for a runtime engine.",
  "type": "object",
  "properties": {
    "engineVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The specific runtime engine that the maintenance schedule applies to."
        }
      ]
    },
    "schedule": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaintenanceSchedule"
        },
        {
          "description": "The maintenance schedule for the runtime engine version."
        }
      ]
    }
  }
}