{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-structure/medialive-api-maintenance-update-settings-structure.json", "name": "MaintenanceUpdateSettings", "type": "object", "description": "Placeholder documentation for MaintenanceUpdateSettings", "properties": { "MaintenanceDay": { "allOf": [ { "$ref": "#/components/schemas/MaintenanceDay" }, { "xml": { "name": "maintenanceDay" }, "description": "Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows." } ] }, "MaintenanceScheduledDate": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "maintenanceScheduledDate" }, "description": "Choose a specific date for maintenance to occur. The chosen date is used for the next maintenance window only." } ] }, "MaintenanceStartTime": { "allOf": [ { "$ref": "#/components/schemas/__stringPattern010920300" }, { "xml": { "name": "maintenanceStartTime" }, "description": "Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows." } ] } } }