{ "$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" }