{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.chatMembersNotificationRecipient", "title": "microsoft.graph.chatMembersNotificationRecipient", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.teamworkNotificationRecipient" }, { "title": "chatMembersNotificationRecipient", "required": [ "@odata.type" ], "type": "object", "properties": { "chatId": { "type": "string", "description": "The unique identifier for the chat whose members should receive the notifications." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.chatMembersNotificationRecipient" } } } ], "x-ms-discriminator-value": "#microsoft.graph.chatMembersNotificationRecipient" }