{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.windowsUpdateScheduledInstall", "title": "microsoft.graph.windowsUpdateScheduledInstall", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.windowsUpdateInstallScheduleType" }, { "title": "windowsUpdateScheduledInstall", "required": [ "@odata.type" ], "type": "object", "properties": { "scheduledInstallDay": { "$ref": "#/components/schemas/microsoft.graph.weeklySchedule" }, "scheduledInstallTime": { "pattern": "^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$", "type": "string", "description": "Scheduled Install Time during day", "format": "time" }, "@odata.type": { "type": "string", "default": "#microsoft.graph.windowsUpdateScheduledInstall" } } } ], "x-ms-discriminator-value": "#microsoft.graph.windowsUpdateScheduledInstall" }