Microsoft Graph · Schema

microsoft.graph.swapShiftsChangeRequest

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphswapshiftschangerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.swapShiftsChangeRequest",
  "title": "microsoft.graph.swapShiftsChangeRequest",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.offerShiftRequest"
    },
    {
      "title": "swapShiftsChangeRequest",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "recipientShiftId": {
          "type": "string",
          "description": "The recipient's Shift ID",
          "nullable": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.swapShiftsChangeRequest"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.swapShiftsChangeRequest"
}