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