{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-maintenance-create-settings-schema.json", "title": "MaintenanceCreateSettings", "description": "Placeholder documentation for MaintenanceCreateSettings", "type": "object", "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." } ] }, "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." } ] } } }