{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.locationConstraintItem", "title": "microsoft.graph.locationConstraintItem", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.location" }, { "title": "locationConstraintItem", "required": [ "@odata.type" ], "type": "object", "properties": { "resolveAvailability": { "type": "boolean", "description": "If set to true and the specified resource is busy, findMeetingTimes looks for another resource that is free. If set to false and the specified resource is busy, findMeetingTimes returns the resource best ranked in the user's cache without checking if it's free. Default is true.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.locationConstraintItem" } } } ], "x-ms-discriminator-value": "#microsoft.graph.locationConstraintItem" }