{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.staffAvailabilityItem", "title": "staffAvailabilityItem", "required": [ "@odata.type" ], "type": "object", "properties": { "availabilityItems": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.availabilityItem" }, "description": "Each item in this collection indicates a slot and the status of the staff member." }, "staffId": { "type": "string", "description": "The ID of the staff member.", "nullable": true }, "@odata.type": { "type": "string" } } }