{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.meetingPolicyUpdatedEventMessageDetail", "title": "microsoft.graph.meetingPolicyUpdatedEventMessageDetail", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.eventMessageDetail" }, { "title": "meetingPolicyUpdatedEventMessageDetail", "required": [ "@odata.type" ], "type": "object", "properties": { "initiator": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.identitySet" }, { "type": "object", "nullable": true } ], "description": "Initiator of the event." }, "meetingChatEnabled": { "type": "boolean", "description": "Represents whether the meeting chat is enabled or not.", "nullable": true }, "meetingChatId": { "type": "string", "description": "Unique identifier of the meeting chat.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.meetingPolicyUpdatedEventMessageDetail" } } } ], "x-ms-discriminator-value": "#microsoft.graph.meetingPolicyUpdatedEventMessageDetail" }