{ "$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" } } }