Amazon Mainframe Modernization · JSON Structure

Amazon Mainframe Modernization Maintenance Schedule Structure

The information about the maintenance schedule.

Type: object Properties: 2
COBOLMainframeMigrationModernizationBatch Processing

MaintenanceSchedule 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

endTime startTime

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-maintenance-schedule-structure.json",
  "name": "MaintenanceSchedule",
  "description": "The information about the maintenance schedule.",
  "type": "object",
  "properties": {
    "endTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The time the scheduled maintenance is to end."
        }
      ]
    },
    "startTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The time the scheduled maintenance is to start."
        }
      ]
    }
  }
}