Microsoft Exchange · Schema

LocationConstraintItem

A location constraint item

CalendarCollaborationContactsEmailEnterprise

Properties

Name Type Description
displayName string
locationEmailAddress string
resolveAvailability boolean
View JSON Schema on GitHub

JSON Schema

microsoft-exchange-locationconstraintitem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LocationConstraintItem",
  "title": "LocationConstraintItem",
  "type": "object",
  "description": "A location constraint item",
  "properties": {
    "displayName": {
      "type": "string"
    },
    "locationEmailAddress": {
      "type": "string"
    },
    "resolveAvailability": {
      "type": "boolean"
    }
  }
}