{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.timeConstraint", "title": "timeConstraint", "required": [ "@odata.type" ], "type": "object", "properties": { "activityDomain": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.activityDomain" }, { "type": "object", "nullable": true } ], "description": "The nature of the activity, optional. The possible values are: work, personal, unrestricted, or unknown." }, "timeSlots": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.timeSlot" } }, "@odata.type": { "type": "string" } } }