{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-schema/amazon-managed-apache-flink-application-maintenance-configuration-update-schema.json", "title": "ApplicationMaintenanceConfigurationUpdate", "description": "Describes the updated maintenance configuration for the application.", "type": "object", "properties": { "ApplicationMaintenanceWindowStartTimeUpdate": { "allOf": [ { "$ref": "#/components/schemas/ApplicationMaintenanceWindowStartTime" }, { "description": "The updated start time for the maintenance window." } ] } }, "required": [ "ApplicationMaintenanceWindowStartTimeUpdate" ] }