Microsoft Graph · Schema

microsoft.graph.windowsUpdateScheduledInstall

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwindowsupdatescheduledinstall-schema.json Raw ↑
{
  "$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"
}