{ "$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." } ] } } }