{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.bookingsAvailability", "title": "bookingsAvailability", "required": [ "@odata.type" ], "type": "object", "properties": { "availabilityType": { "$ref": "#/components/schemas/microsoft.graph.bookingsServiceAvailabilityType" }, "businessHours": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.bookingWorkHours" }, "description": "The hours of operation in a week. The business hours value is set to null if the availability type isn't customWeeklyHours." }, "@odata.type": { "type": "string" } }, "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.bookingsAvailabilityWindow": "#/components/schemas/microsoft.graph.bookingsAvailabilityWindow" } } }