Microsoft Graph · Schema

microsoft.graph.shiftPreferences

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphshiftpreferences-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.shiftPreferences",
  "title": "microsoft.graph.shiftPreferences",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.changeTrackedEntity"
    },
    {
      "title": "shiftPreferences",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "availability": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.shiftAvailability"
          },
          "description": "Availability of the user to be scheduled for work and its recurrence pattern."
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.shiftPreferences"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.shiftPreferences"
}